body {
    
	font-family:Times New Roman;
	font-size: 16px;
	margin:0px; padding:0px;
	background-image:url(/images/layout/page-background.jpg);
}

p { margin:5px 15px 10px 15px; }
p a { color:#009900; }
ul { margin-top:0px; }
h2 
{
   font-family:Times New Roman;
   font-size:16px; margin-bottom:0px;
}

#container { 
	width:750px;
    margin-left:auto;
    margin-right:auto;
    
}

#page {
	width:750px;
	margin:10px auto 10px auto;
	padding:0px;
	text-align:left;
	border:1px solid #009900;
	
}

/*************** HEADER ***************/
#header {
	color:#FFFFFF; margin:0px;
}
#logo { 
    text-align:left; 
    padding:0px;
    background-image:url(/images/layout/banner-v1.jpg);
    height:88px;
    width:740px;
    text-align:right;
    padding:5px;
    color:#FFF;
    font-weight:bold;
    font-size:16px;
}

/***** MENU *****/
#menu 
{
   text-align:center; font-family:Times New Roman;
   background-color:#009900;
   height:25px; padding:0px 0px 0px 5px; margin:0px;
}
#menu div { }
#menu .static-menu { margin:0px; padding:0px;border-top:1px solid #FFF;z-index:50; }
#menu .static-menu-item 
{
    text-align:center;
	color:#FFF; text-decoration:none;
	font-size:14px; font-weight:bold; line-height:16px;
	padding:0px; margin:3px 3px 0px 3px;
	border-right:Solid 2px #FFF;
	z-index:50;
}
/*#menu .static-menu-item:AFTER { content:"|"; color:#2B974C; padding-left:3px; }
#menu .static-menu-item:BEFORE { content:"|"; color:#223311; padding-right:3px; }*/
#menu .static-menu-item a:HOVER { color:#000000; }
#menu .static-menu-item a:ACTIVE { color:#000000; }
#menu .dynamic-menu { background-color:#009900; margin:0px 0px 0px 5px; z-index:50; }
#menu .dynamic-menu-item { padding:2px; color:#FFFFFF; font-weight:bold; font-size:14px; text-align:left; border:Solid 1px #223311; width:150px; }
#menu .dynamic-hover { background-color:#112200; }

/*************** CONTENT ***************/
#content { margin:0px 0px 0px 0px;
	text-align:left; }
#content h1 { 
	font-family:Times New Roman;
	font-size:20px; color:#009900;
	font-weight:bold;
	margin:5px;
}
#content h2 { 
	font-family:Times New Roman;
	font-size:16px; color:#000000;
	font-weight:bold;
	margin:5px;
}
#content h3 { 
	font-family:Times New Roman;
	font-size:14px; color:#000000;
	font-weight:bold;
	margin:5px;
	text-decoration:underline;
}
#content div.contentArea {
	font-family:Times New Roman;
	font-size:14px; color:#000000;
	margin:0px;
	background-color:#FFF;
}
#content div.bar { background-color:#FFF; height:30px; margin:0px; }
.box-right
{
    font-family:Times New Roman;
	background-color:#CCCCCC;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #FFF;
}
.img-border
{
	border: 1px solid #000000;
}

/*************** FOOTER ***************/
#footer {
	text-align:center; font-size:14px;
	border-top:Solid 3px #009900;
	border-bottom:Solid 2px #009900;
	color:#FFF; font-weight:bold;
	margin:5px 0px 0px 0px; 
	padding:1px 0px 1px 0px;
	background-color:#009900;
	font-family:Times New Roman;
}
#footer a 
{
   color:#FFF;
   text-decoration:none;
   font-family:Times New Roman;
}
#footer a:HOVER { color:#000000;background-color:#009900;padding:3px 0px 3px 0px;font-family:Times New Roman; }
#footer div.copyright { 
    margin:10px 0px 10px 0px;
    background-color:#009900;
    color:#FFF;
    padding:5px;
    font-family:Times New Roman;
 }
.copyright { 
    padding:5px;
    font-family:Times New Roman;
    font-size:11px;
 }
#main-content
{
	padding:10px 10px 10px 10px;
	font-family:Times New Roman;
	font-size:14px;
}
