/* CSS Document */

body{
	margin:0px 0px 0px 0px;
	padding:0px;
	background: #E9E9E9 url(images/gradient_bknd.jpg) repeat-x center top;
	font-family: arial, helvetica, sans-serif;
	height: 100%;
	font-size: 12px;
	color: #000000;
}
#big_wrapper {}
#wrapper{
	width: 749px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/content_bknd.gif);
	background-repeat:repeat;
	border-right: 15px solid #660000;
	border-left: 15px solid #660000;
	}
#gray_bar {
	background:#fff;
	height:40px;
	width: 749px;
	background-color: #333;
}
#header {
	background:#fff;
	height:150px;
	background-image:url(images/mast.jpg)
}
#nav {
	background-color: #666;
	width: 747px;
	height:18px;
	padding: 3px 1px 1px 1px;
	
}

	#nav ul  {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	/*float: left;*/
	text-align: center;
	/*height: 30px;*/
	padding-right: 15px;

}

#nav li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	float: left;
	text-align: center;
	/*height: 30px;*/
	padding-right: 10px;

}

	
	#nav a:link
	{
		/*height: 30px;*/
		color: white;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		font-weight: normal;
		font-size: 11px;
		background-color: #666;
		padding-left: 5px;
		padding-right: 5px;

	}
	#nav a:visited
	{
		color: white;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		font-weight: normal;
		font-size: 11px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#nav a:hover{
		background-color: #efefef;
		width: 100%;
		/*height: 30px;*/
		color: #333;
		text-transform: uppercase;
		text-decoration: underline;
		text-align: center;
		font-weight: normal;
		font-size: 11px;
		/*padding-bottom: 15px;*/
		padding-left: 5px;
		padding-right: 5px;
		
	}
	#nav a:active
	{
		background-color: #efefef;
		color: #660000;
		text-decoration: none;
		padding-left: 5px;
		padding-right: 5px;
		text-transform: uppercase;
		text-align: center;
		font-weight: normal;
		font-size: 11px;
		/*height: 30px;*/
		
	}
	
	#nav a.current:link
	{
		background-color: #efefef;
		color: #666;
		text-decoration: none;
		padding-left: 5px;
		padding-right: 5px;
		text-transform: uppercase;
		text-align: center;
		font-weight: normal;
		font-size: 11px;
		/*height: 30px;*/
		
	}
	
	#nav a.current:visited
	{
		background-color: #efefef;
		color: #666;
		text-decoration: none;
		padding-left: 5px;
		padding-right: 5px;
		text-transform: uppercase;
		text-align: center;
		font-weight: normal;
		font-size: 11px;
		height: 30px;
		/*padding-top: 10px;
		padding-bottom: 15px;*/
	}
#blue_dk {
	background:#AABBCC;
	height:30px;
	width: 100%;
}
#blue_lt {
	background:#BBCCDD;
	height:30px;
	width: 100%;
}

#left_side {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 243px;
	height: 100%;
	float: left;
	vertical-align:top;
}
#left_side p{
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		background: #efefef;
		padding: 1px;	
}
#left_img{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	width:100%;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	background: #efefef;
}
#right_side {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	background-color: white;
	width: 506px;
	float: right;
}
#right_side p {
		font-size: 12px;
		margin-left: 18px;
		margin-right: 18px;
		color: #333;

	}
#right_side h1
{
	margin-left: 18px;
	color: #C2940D;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
#right_side h2{
	margin-left: 18px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #333;
	text-transform: uppercase;
}
	
#right_side ul{
	margin-left: 18px;
	list-style-type: disc;
	font-size: 12px;
	color: #333;
}
#right_side form{
	margin-left: 18px;
	list-style-type: disc;
	font-size: 12px;
	color: #333;
}
	
#right_side li{
	margin-left: 23px;
}
#footer {
	background:#CCCCCC;
	height:20px;
	width: 749px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 3px;
}

.clr{clear:both;}
img.floatleft
{
	float: left;
	margin: 4px;
	border: 1px solid #999;
	padding: 2px;
}