html, body{

	margin: 0px;
	padding: 0px;
	background-color: #223855;	
	background-image: url(images/email_bg.gif);
	background-repeat: repeat-x;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666F78;

}

#mainbody{
	position:relative;
	width:980px;
	z-index:11;
	float: left;
	overflow: visible;
	visibility: visible;
	}
	
#verytop {

	width:100%;
	height: 79px;

}	

#header {

	width:100%;
	height: 220px;
	background-image: url(images/top_header.jpg);
	background-position: right;

}


#map {

margin-left: 10px;
}

#content {
	width:100%;
	margin-top: 40px;

}

		#c_right {
			width: 750px;
			float: right;
			/*padding-right: 20px;*/
		
			}
			
			
		#c_right a {
			color: #cf0303;
		
		
		}
		
		#c_right a:hover {
		
			color: #99bc24;
		
		}			
		
		#c_left {
			width: 225px;
			float: left;
			
			}
		
		#c_right_left {
			width: 511px;
			height: 100%;
			float: left;
			overflow: visible;
			background-image: url(images/page_bg.gif);
			background-repeat: repeat-y;
		}
		
		#textul img {
			border: 5px;
			border-color: #99bc24;

		}		
		
			

		#c_right_right {
			width: 230px;
			height: 100%;
			float: right;
			overflow: visible;
		}
		
		#c_right_right a {
			color: #99bc24;
		
		
		}
		
		#c_right_right a:hover {
		
			color: #cf0303;
		
		}			
		
		#textul {
			padding-left: 60px;
			color: #1f3451;
			padding-right: 20px;
		
		
		}		
		
		#text_dr {
			padding-left: 20px;
			color: #FFFFFF;
			padding-right: 10px;
		
		
		}

		#menu {
			background-image: url(images/menu_bg.gif);
			background-repeat: repeat-y;
			width: 226px;
				
		}



		#menu ul {
			margin-left: 0;
			padding-left: 0;
			margin-top: auto;
			margin-bottom: auto;
			display: block;	
		
		}		

		#menu ul li {
			margin: 0;
			padding: 10px 0 0 40px;
			list-style: none;
			display: block;
			color: #FFFFFF;
			font-size: 1.05em;
			letter-spacing: -.01em;	
					
		}
		#menu ul li a {
			color: #FFFFFF;
		
		}
		#tmenu a:hover {
			color: #6BA3C6;
			text-decoration: none;
		
		}
		
		
		h1 {
			font-size: 1.2em;
			font-weight: normal;
			letter-spacing: -.04em;
			margin: 0;
			/*font-family: Georgia, "Times New Roman", Times, serif;*/
			font-family: 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
		}
		
		
		h2 {
			font-size: 1em;
			font-weight: normal;
			letter-spacing: -.02em;
			font-family: 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
		}	

		h3 {
			font-size: .9em;
			font-weight: normal;
			font-family: Verdana, Sans-Serif;
		}	
		
		
		p {
			font-size: .7em;
			font-weight: normal;
			/*letter-spacing: -.03em;*/
			text-align: justify;
			line-height: normal;
		}
		
		
		
								
