@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFF;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	background-image:url(../images/body_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

p{

	color:#666666;
	font-size: 0.8em;
	margin: 0 0 1em 0;
	padding: 0;
	line-height:1.6em;


}

#container {
	width:800px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

#logo {
	width: 800px; 
	height: 130px;
	float:left;
	background-color:#FFFFFF;
}

#header {
	width: 800px; 
	height: 170px;
	float:left;
}

#holder {
	padding: 0px 0px 0px 0px;
	width:800px;
}


#content {
	padding: 10px 0px 0px 0px;
	width:800px;
	float: left;
	text-align:left;
}



h1{
		line-height:1em;
		font-size:1.6em;
		letter-spacing:1px;
		font-weight:bold;
		border-bottom:1px dotted #aaa;
		text-align:left;
		color:#666666;
}

h1 a:link{
		color:#00457c;
}

h1 a:visited{
		color:#00457c;
}

h1 a:hover{
		color:#FF0000;
}

h3{
font-weight:500;
font-size:13px;
color:#00457c;
}

h2{
font-weight:700;
font-size:15px;
color:#00457c;
}


a {
color:#00457c;
text-decoration:none;
}

a:hover {
color:#FF0000;
text-decoration:none;
}

.RED {
	color: #FF0000;
	font-weight: bold;
}

.BLUE {
	color: #00457c;
	font-weight: bold;
}


.BANNERWHITE {
	font-size: 1.3em;
	color: #FFFFFF;
	line-height:21px;
	padding:7px 0 0 15px;
	text-align:left;
}

.WHITE {
	color: #FFFFFF;
}


hr {color: #FFF; background-color: #FFF; border: 1px dotted #CCC; border-style: none none dotted;}

	ul#main-menu  {
		font-size:0.8em;
		font-weight:bold;
		padding:0;
        list-style: none;
		background:transparent no-repeat scroll 0px 0px;
				
	}
	
	ul#main-menu li  {
		padding: 0;
		float: right;
		margin: 0 0px 0 10px;
		padding: 0 10px 0 0px;
		display: block;
		border-right:1px dotted #CCC;

	}

	ul#main-menu li a{
		
		float: left;
		padding: 12px 2px 0px 2px;
		text-decoration:none;
		color:#656565;
	
	}
	
	ul#main-menu li a:hover, ul#main-menu li a#current{
	
		padding: 7px 2px 0px 2px;
		border-top:5px solid #f13a2e;
		border-bottom:none;
		text-decoration:none;
		background: url(../images/main-menu.gif) no-repeat top center;
		color:#00457c;
		
	}
	
	/*Footer */
	
	#footer {
	width:800px;
	float:left;
	}
	
	.footer-block {
		clear:both;
		text-align:left;
		padding:20px 0px 20px 0px;	
		width:800px;
		font-size:0.9em;
	
	}

	.footer-block p{
		float:left;
		padding:0px;
		margin:0px;	
		margin-top:-10px;	
		
	}
	
	.footer-block ul{
		padding:0px;
		float:right;
		margin:0px;
		margin-top:-10px;	
		list-style:none;
	}
	
	.footer-block ul li{
		color:#999999;
		float:left;
		list-style:none;
		margin:0;
		margin-left:1em;
		
	}
	
	.footer-block a {
	
		color:#999999;
	
	}
	
	.footer-block a:hover {
       color:#f13a2e;
	   text-decoration: underline;
 
	}

/*End Footer */

	#content-sub {
	
		float:right;
		display:inline;

	}

	#content ul, #content-sub ul{
	
		margin:0 70px 10px 10px;
		padding:0px 0px 0px 0px;
		list-style:none;

	}
	
	#content ul li, #content-sub ul li  {
		
		display:block;
		padding:5px 0px 5px 20px;
		margin:0px 0px 3px 0px;
		background:url(../images/li-back.gif) no-repeat center left;	
		
	}
	
	#content ul li a, #content-sub ul li a {
	
		color:#6b6a6a;
		text-transform:none;	
	
	}
	
	
	#content ul li a:hover,  #content-sub ul li a:hover {
		
		color:#f13a2e;
		text-decoration:none;
		
	}
	
		.last {
	
		margin:0px;
		padding:0px;
	}

	.left {
	
		float:left;
		display:inline;
	
	}


table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: dotted;
	border-color: #FFF;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 10px;
	border-style: dotted;
	border-color: #666666;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 10px;
	border-style: dotted;
	border-color: #666666;
	background-color: white;
	-moz-border-radius: ;
}