/* CSS Document */
	
	body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
	#container {
	width:800px;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
		}
		
	#masthead {
	height:103px;
	background-color: #fff;
	background-image: url(images/masthead_bg.jpg);
	background-repeat: repeat-x;
	}
	
	#middleContentArea {
		height:238px;
	}
	
			
	#logoHolder{
	width: 223;
	float: left;
	}
	
	#flashHolder{
	width: 577;
	float: right;
	}
	
	#imageHolder {
	height:238px;
	width:565px;
	float: right;
	background-color: #666666;
	}
	
	#divider {
	clear:both
	height:10px;
	width:100%;
	}
	
	#bottomContentArea{
		height:100%;
		width:800px;
		background:#FFFFFF;
	}
	
	#body{
	clear:both;
	height:100%;
	width: 100%;
	}
	
	
	#mainContent {
	height:100%;
	width:551px;
	float: left;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	background-color: #FFFFFF;
	line-height: 1.75;
	font-size: 12px;
	color: #333333;
	}
	
	#mainContent a:link, a:active, a:visited{
	font-size: 12px;
	color: #660000;
	}
	#mainContent a:hover{
	color: #330000;
	}
	
	#mainContent p, #bottomContent pre, h1 {
		margin:0px 10px 10px 10px;
		font-size:12px;
		list-style-type: disc;
	}
	
	#secondaryContent {
	height:100%;
	width:209px;
	float: left;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	}
	
	#secondaryContent a:link, a:active{
	font-size: 11px;
	color: #333333;
	}
	
	#secondaryContent p {
	font-size: 11px;
	color: #333333;
	}
						
	#footer {
	clear:both;
	height: 20px;
	width:100%;
	text-align: center;
	list-style-position: inside;
	}
	
	#footer a:link, a:active, a:visited{
	font-size: 11px;
	color: #333333;
	}
	#footer a:hover{
	font-size: 11px;
	color: #666666;
	}
	
	/**************** menu coding *****************/
	
	#menuHolder{
	height:47px;
	width: 100%;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	}
	
#menu {
	width:100%;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}

#menu li {
	float:left;
	position: relative;
}

#menu a{
	line-height: 47px;
	display: block;
	text-decoration: none;
	font-size: 13px;
	padding-right: 20px;
	padding-left: 20px;
}

#menu a:link, a:visited{
color: #660000;
}

#menu li #currentpage{
	background-image: url(images/nav_current.jpg);
	background-repeat: repeat-x;
}

#menu a:hover{
	color:#330000;
}

#menu ul ul ul li{
	line-height: 25px;
	width: 340px;
	vertical-align: middle;
	background-image: url(images/sub_nav_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999999;
}

#menu ul ul ul {
position: absolute;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
