@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.clear{
	clear: both;
}

h1{
	color: #046995;
	margin: 20px 0px 0px 0px;
	font-size: 15px;
}

h2{
	color: #046995;
}

h3{
	color: #046995;
}

h4{
	font-size: 13px;
	color: #C00;
}

.longForm{
	width: 210px;
}

.commentForm{
	width: 500px;
}

.smallFont{
	font-size: 10px;
	color: #666;
}

#container{
	width: 995px;
	background: url(../gfx/bkg.jpg) repeat-y center;
	margin: 40px auto;
}

#top{
	height: 25px;
	background: url(../gfx/bkgTop.jpg) top center;
}

#banner{
	padding: 0px 32px;
}

#menu{
	margin: 0px 33px 10px 33px;
	font-size: 13px;
	padding: 10px 10px 10px 25px;
	background: #ccc;
	font-weight: bold;
}

#menu a{
	text-decoration: none;
	color: #046995;
}

#menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu li{
	display: inline;
	padding: 0px 40px 0px 0px;
}

#mainCont{
	padding: 0px 32px;
}

#col1{
	float: left;
	width: 160px;
	padding: 0px 10px 0px 20px;
}

#col1 a{
	color: #046995;
	text-decoration: underline;
}

#col1 a:hover{
	text-decoration: none;
}

#col2{
	float: left;
	width: 500px;
	padding: 0px 25px 0px 25px;
	margin: 10px 0px 0px 0px;
	line-height: 20px;
}

#col2 a{
	color: #046995;
	text-decoration: underline;
}

#col2 a:hover{
	text-decoration: none;
}

.yrFrame{
	height: 150px;
	width: 500px;
	border: none;
	overflow: hidden;
}

#col3{
	float: right;
	width: 160px;
	padding: 0px 20px 0px 10px;
}

#col3 a{
	color: #046995;
	text-decoration: underline;
}

#col3 a:hover{
	text-decoration: none;
}

#footer{
	font-size: 10px;
	color: #666;
	text-align: center;
	padding: 50px 0px 10px 0px;
}

#footer a{
	color: #666;
}

#footer a:hover{
	text-decoration: none;
	color: #046995;
}

#bottom{
	height: 25px;
	background: url(../gfx/bkgBottom.jpg) bottom center;
}
