﻿
body
{
    background-color: White;
}

#bodyTag {
	width:100%;
	margin:0;
	padding:0;
	color:#574210;	

	background:#D8E3F8 url(images/body-bg.gif) repeat-x 0 0;	
}

h1, h2, h3, h4
{
    color:#488c00;
}

#logo {	
	width: 860px; 
	height: 143px; 
	margin: 0 auto; 
	overflow:hidden;	
}

#contents {
	margin: 0 auto;
	width:860px;
	background: url(images/main-container-bg.gif) repeat-y;
	overflow:hidden;
	padding:162px 5px 0;
	position:relative;
	font:100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


/**********************************header*********************************/


#header { 
	width: 870px; 
	height: 143px; 
	background: url(images/banner_bg.png) no-repeat; 
	margin: 0 auto; 
	overflow:hidden;
	}
	

#header h2 { 
	color: #0186d6; 
	font-size:1.8em; 
	font-weight: bold; 
	font-family: "Trebuchet MS", Arial, Verdana; 
	margin-top:5px;
	}
#header p { 
	padding-top: 15px; 
	margin-top: -38px; 
	color: #574210; 
	font-size:1.1em;
	}
	
#header ul { 
	margin-top: 10px;
	}
#header ul li { 
	color: #574210; 
	font-size: 0.8em; 
	font-weight: bold; 
	padding-right:5px; 
	line-height: 1.8em;
	}




/********************************navigation*********************************/

#menu {
	padding:0;
	display:inline;
	margin: 5px 30px;
	float:left;
	width:800px;
	height:32px;
	list-style:none;
	background:#ee770b;
	position:absolute;
	background:url(images/menu-bg.png) no-repeat;
	font:100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 5px;
	padding: 0px;
	list-style: none;	
}

#menu li {
	display: inline;
}

#menu li:hover {
	display: inline;
	height:32px;
}


#menu a 
{
    height:32px;
	padding: 0px 15px 0px 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

#menu a:hover 
{
    height:32px;
	color: #148ACF;
}


#submenu
{	
	 padding: 5px 0 0 0;
	 background-color:#FF7D00;
}

#submenuentry
{   
	text-decoration: none;
	display: block;
	background: #FCA049  no-repeat 10px 10px;	
}



#submenuentry a
{
	color: #ffffff;
}

#submenuentry a:hover
{
	border: 0px;
	background: url( "" );
	background-color: transparent;	
}

/**********************************container*********************************/
#content {
	width:800px;
	padding:0 30px;
	overflow:hidden;
	margin: 0 auto; 	
}

p {
	padding:0 0 18px 0;
	margin:0;
	font-size:81.25%;
	color:#574210;
	line-height:18px;
}


    

#content p.title {
	padding:0 0 5px 0;
}

#content a {color:#e36300;}
#content a:hover { color:#d13d02;}
#content a.float-right { float:right; padding:0 22px 0 0; text-align:right;}
#content a.width-img { margin:-24px 0 0 0; width:200px;}
#content h4 {
	padding:0;
	margin:0;
	font-size:81.25%;
	color:#574210;
}
#content ul {
	padding:0 0 15px 0;
	margin:0;
	list-style:none;
	font-size:81.25%;
	color:#574210;
}
#content ul.float-left {
	float:left;
	width:auto;
}
#content ul li {
	background:url(images/pointer.gif) no-repeat 7px 7px;
	padding:0 0 6px 19px;
	line-height:17px;
}

#page {
	margin: 0 auto;
	width:860px;
	background:url(images/main-container-bg.gif) repeat-y;
	overflow:hidden;
	padding:70px 5px 0;
	font:100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;		
}


/***************************************footer******************************************/
#footer {
	float:left;
	width:800px;
	display:inline;
	padding:16px 0 0 0;
	font-size:81.25%;
	color:#aba087;
	background:url(images/title-bg-line.gif) repeat-x;
	margin: 0 auto; 
	overflow:hidden;

	
}
#footer ul {
	padding:0;
	margin:0;
	width:800px;
	text-align:center;
	list-style:none;
}
#footer ul li {
	display:inline;
	padding:0 9px 0 6px;
	background:url(images/footer-bg.gif) no-repeat 100% 4px;
}
#footer ul li.last { background:none;}
#footer ul li a {
	text-decoration:none;
	color:#aba087;
	line-height:15px;
} 
#footer a {
	text-decoration:none;
	color:#aba087;
	line-height:15px;
} 

#footer ul li a:hover, #footer ul li a.active { text-decoration:underline;}
#footer p {
	float:left;
	padding:0 0 20px 0;
	margin:0;	
	width:800px;
	text-align:center;
}
