
#topbar {

height: 124px;
width: 100%;
background-image: url("images/bgtop.png");
background-repeat: no-repeat;
background-color: #8b9cA2; 

	
}

#bod {
	width:100%;
	background-image: url("images/bgbody.png");
	background-repeat: no-repeat;
}

#cont {
	width:90%;
	min-width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #ffffff;
}

#page {
	margin-left: 20px;
	margin-right: 20px;
}

#menu {
	width: auto;
	height: 50px;
background-color: #0868f9;
}

.smtxt {
	font-size: 60%;
}

.highlight {
	font-size: 110%;
	font-weight: bold;
	color: yellow;
	background-color: #fd5d00;
	padding: 3px;
	}

h3 {
font-variant: small-caps;
font-size: 150%;
font-weight: normal;
}
h4 {
font-variant: small-caps;
font-size: 120%;
font-weight: normal;
}
a:link {
			color: #106382;
			
}
a:visited {
			color: #106382;
	}
a:hover {
	color: #2489ae;
	
}

hr {
	color: #595a5c;
	height: 2px;
}
	
body {font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	border: 0;
	margin: 0;
	background-color: #8b9cA2;
	}
	

			/* NAVIGATION BUTTONS */
			
			.submenu {
				width: auto; 
				height: 25px; 
				background-image: url('images/navbgsubmenu.png'); 
				position: absolute; 
				top: 0px; 
				font-size: small;
			} 
			.menu {
						position: relative;
						height: 50px;
						width: auto;
						padding-left: 30px;
						background-color: #ffffff;	
						background-image: url('images/navback3.png');	
						background-repeat: repeat-x;
											
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						font-family: arial, helvetica, sans-serif;
						background: url(images/navover.png) no-repeat;
						width: auto;
						height: 25px;
	               overflow:hidden;/* for ie to hide extra height*/
	              
			}	
			.cssnav a:link {
				color: #293c50;
				}		
			.cssnav a:visited {
				color: #293c50;
				}
			.cssnav a:hover {
				color: #485461;
				}
			.cssnav a:active {
				color: #485461;
			}
		
			.cssnav a {
				display: block;
				color: #000000;
				font-size: 11px;
				width: 100px;
				height: 25px;
				display: block;
				float: left;
				color: black; 
				text-decoration: none;
				overflow:hidden;/* for ie to hide extra height*/
				}	
			
		
			

			.cssnav img {width: 100px; height: 25px; border: 0; }

			.cssnav span {
					    position: absolute;
					    left: 0px; top: 7px;
					    text-align: center;
					    width: 100px;
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */