
#topbar {
	width: 100%;
	min-width: 990px;
	text-align: left;
	height: 254px;
	background-image: url('images/bgtop5.png');
	background-repeat: no-repeat;
	background-position: 50% 0px;
	z-index: 10;
}


#leftbar {

	height: 448px;		
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	float: left;
	color: white;

	
}

#page {
	width:100%;
	min-width: 990px;
	background-image: url('images/bgbody.png');
	background-repeat: repeat-x;
	background-position: 0px 50%;
	z-index: 5;


}
#bod {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	top: -20px;

}

#cont {

	height: auto;
	margin-left: 110px;
	background-color: #eeeae7;
	position: relative;
	margin-bottom: 40px;
	
}

.news {
	border: solid; 
	border-width: 1px 0px 0px 1px; 
	padding: 10px;
	border-color: #d2d4d6;
	margin-top: 10px;


}

.image {
	width: auto;
	text-align: center;
	border: solid;
	border-width: 1px;
	padding: 0px;
	margin: 10px;
	position:relative;

}
.submenu {
	width: auto; 
	height: 25px; 
	background-image: url('images/navbgsubmenu.png'); 
	position: absolute; 
	top: 0px; 
} 
.submenutab {
	width: auto; 
	height: auto; 
	background-color: #a7b2bd;
	border:solid;
	border-color: #878f98;
	border-width: 0px 2px 2px 2px; 
	position: absolute; 
	top: 0px; 
	padding:5px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 50%;
} 

.fadebox {
	float:left;
	height: 150px; 
	margin: 2px; 
	margin-left: 20px;
	padding: 5px; 
	background-image: url('images/bl_back.png'); 
	background-repeat: no-repeat
}
 
.return {
	font-weight: bold;
	font-size: medium;
}
.index {
 font-size: small;
 margin-top: 3px;
 margin-bottom: 1px;
 margin-left: 0px;
 margin-right: 0px;

}

.apptable {
	margin-top: 3px;
 margin-bottom: 1px;
 margin-left: 0px;
 margin-right: 0px;

}
#footer {
	width: 100%;
	height: 122px;
	background-image: url('images/bgfoot.png');
	background-repeat: no-repeat;
	background-position: 50% 10px; 
	position: relative;
	top: -40px;
	}
.title {
	padding: 0;
	margin: 0;
	font-size: 250%;
	font-variant: small-caps
	}
.smtxt {
	font-size: 11px;
	}
.sc {
	color: red;
	font-size: large;
	}

body {
	font-family: arial, sans-serif;
	font-size: small;
	color: #333355;
	border: 0px;
	padding-top: 10px;
	margin: 0px;
	text-align: center;

	background-color: #231f20;
	
	}

img {
	position: relative;
    }
	
	
ul {padding-left: 25px;
	margin-left: 0px}
	
a:link {
	color: #033886;
	}		
a:visited {
	color: #033886;
	}
a:hover {
	color: #485461;
	}
a:active {
	color: #485461;
	}

a.w:link {
	color: #dddddd;
}
a.w:visited {
	color: #dddddd;
}

a.w:hover {
	color: #ffffff;
}

			/* NAVIGATION BUTTONS */
			.menu {
						position: relative;
						height: 50px;
						width: auto;
						padding-left: 30px;
						background-color: #ffffff;	
						background-image: url('images/navback3.png');	
						background-repeat: repeat-x;
						z-index: 1;
											
			}
			.cssnav	{
						position:relative;
					
						float: left;
						margin: 0; 
						font-family: arial, helvetica, sans-serif;
						background: url(images/navrover.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: 110px;
				height: 25px;
				display: block;
				float: left;
				color: black; 
				text-decoration: none;
				overflow:hidden;/* for ie to hide extra height*/
				}	
			
		
			

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

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