/* CSS Document */
body{
	background-color:#EEEEFF;
	
}

.mainHolder{
	width:900px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
	padding-bottom:3px;
}

#top-right {
	float: right;
	background-image: url('images/mHtopright.gif'); 
	height: 7px; 
	width: 7px;
}
#top-left {
	float: left;
	background-image: url('images/mHtopleft.gif'); 
	height: 7px; 
	width: 7px;
}
#bottom-right {
	float: right;
	background-image: url('images/mHbottomright.gif'); 
	height: 7px; 
	width: 7px;
	margin-right:auto;
}
#bottom-left {
	float: left;
	background-image: url('images/mHbottomleft.gif'); 
	height: 7px; 
	width: 7px;
	margin-left:auto;
}

.smooth{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	height:7px;
	
}

#footer{
	width:880px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	
}
#footer a{
	color:#333333;
	font-size:15px;
	font:tahoma;
}

#bHolder{
	height:180px;
	width:880px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('images/baner.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	

}

#nav{
	width:210px;
	margin-left:10px;
	margin-bottom:15px;
}

#nav div{
	margin-top:3px;
	margin-bottom:3px;
	color:#FFFFFF;
	font:14px tahoma;
	font-weight:bold;
	padding-left:14px;
	padding-right:14px;
	background: top left no-repeat url('images/nav.gif');
	vertical-align:middle;
	line-height:26px;
	height:26px;
}
#nav div:hover{
	background: top left no-repeat url('images/nav_hover.gif');
	color:#FFEEAA;
	cursor:pointer;
}

#nav a{
	text-decoration:none;
}

#tips{
	margin-left:10px;
	width:187px;
	background-color:#F5F5FF;
	border-left:1px solid #88C1E5;
	border-right:1px solid #88C1E5;
	padding-left:5px;
	padding-right:5px;
}

.tipsSmoothUp{
	height:4px;
	background:url('images/tipstop.gif') top left #FFFFFF;
	width:199px;
	margin-left:-6px;
	
}
.tipsSmoothDown{
	height:4px;
	background:url('images/tipsbottom.gif') top left;
	width:199px;
	margin-left:10px;
}

.tip{
	font:11px verdana;
	border-bottom:1px dotted #3E546A;
	padding-bottom:10px;
	margin-top:2px;
	
	color:#666666;
}

.tip h1{
	color:#3797D3;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:10px;
	
}

#menuHolder{
	width:220px;
	
}

#content{
	padding:5px;

}

#menu_content{
	width:900px;
}


#stateName{
	color:white;
	font-family:arial;
	font-size:22px;
	font-weight:bold;
	height:39px;
	line-height:39px;
	padding-left:20px;
}

#stateName a{
	text-decoration:none;
	color:white;
}

#states{
	width:200px;
	margin-left:10px;
	background-color: #2075AE;
	color: #ffffff;
	font-weight: bold;
}
