/* CSS Document */

.header
{
	background-image:url(images/header.jpg);
	height:86px;
	border-bottom: 1px dotted #CBCBCB;
}

.lefttop
{
	/*background-image:url(images/lefttop.jpg);*/
	height:200px;
	border-bottom: 1px dotted #CBCBCB;
	border-right: 1px dotted #CBCBCB;
}

.leftbottom
{
	/*background-image:url(images/leftbottom.jpg);*/
	height:191px;
	border-bottom:1px dotted #CBCBCB;
	border-right:1px dotted #CBCBCB;
}

.main
{
	background-color:#444FAE;
	background-repeat:repeat-x repeat-y;
	height:366px;
	border-bottom:1px dotted #CBCBCB;
}

.bottom
{
	background-color:#081794;
	background-repeat:repeat-x;
	height:23px;
}

.navbar {

	
	
	}

.nav a, .nav a:hover, .holder {

	
	padding: 0px 10px;
	display:block;
	float:left;
	font-weight: bold;
	text-decoration:none;
	color:#081794;
	font-size:13px;
	background-image:url('');
	border-right:1px solid #081794;
	background-color:#CBCBCB;
	font-family:Verdana;
	height:22px;
	
	
	
	}
	
.nav a:hover, .holder {

	color:#444FAE;
	text-decoration: underline;
	background-image:url('');
	background-repeat: repeat-x;
	background-position: top right;
	font-weight: bold;
	background-color:#ffffff;
	height:22px;
	/*border-bottom:1px solid #444FAE;*/

		
	}
	
.navover {

	
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	padding: 3px 15px 4px 15px;
	float: left;
	margin-left: 2px;
	text-decoration: none;
	
	}

.head
{
	font-size:17px;
	font-weight: bold;
	padding: 10px 10px;
	color:#000000;
	font-family:Verdana;
}

.content
{
	font-family:Verdana;
	font-size: 12px;
	padding: 10px;
	color:#000000;
	
}

.content2
{
	font-size: 10px;
	padding: 10px;
	color:#000000;
	font-family:Verdana;
	
}

.copy 
{
	
	padding:5px 0 5px 8px;
	font-size:12px;
	color:#ffffff;
	background-image:url('');
	height: 16px;
	
}		

.iis 
{

	float:right;	
}

.imgbrd 
{
  border:1px solid #000000
}

