/* CSS Document */


.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4f4f4f;
	line-height: 16px;
}
.boldblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	line-height: normal;

}
.regblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	line-height: normal;

}
.boldgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4f4f4f;
	line-height: normal;
}
a:link, 
a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
a:visited:hover,
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.contentsmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	line-height: normal;
}
.question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	line-height: 16px;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/form_bg_corner.gif);
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding-left: 4px;

}
.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/form_bg_box.gif);
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding-left: 4px;

}
BODY {
	SCROLLBAR-FACE-COLOR: #ECECEC; 
	SCROLLBAR-HIGHLIGHT-COLOR: #F5F5F5; 
	SCROLLBAR-SHADOW-COLOR: #8F8F8F; 
	SCROLLBAR-3DLIGHT-COLOR: #B8B8B8; 
	SCROLLBAR-ARROW-COLOR: #28557B; 
	SCROLLBAR-DARKSHADOW-COLOR: #ECECEC; 
	SCROLLBAR-BASE-COLOR: #8F8F8F;
	background: #cccccc url(../images/bg_big2.gif);
}
.contentnews {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4f4f4f;
	line-height: 12px;
}
.content-sm {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4f4f4f;
	line-height: 13px;
}
.bulletblue {
	list-style-position: outside;
	list-style-image: url(../vittles/images/bullet_blue.jpg);
	list-style-type: circle;
}

/************** header tag styles **************/

h1{
	font: bold 120% Arial, sans-serif;
	color: #21536A;
	margin: 0px;
	padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}



/********************************************/
/**********Layout****************************/

#top_nav{
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width:780px;
	height: 116px;
}

#side_nav{
	float: left;	
	top: 116px;
	left: 0px;
	right: 0px;
	width: 93px;
	height: 550px;
	margin: 13px 0px 0px 0px;
	padding: 0px;

}

#pagecell{
	position: absolute;
	left: 0px;
	width: 800px;
	top:116px;
	height: auto;

}
#top_home{
	position: absolute;
	width: auto;
	height: 200px;
	margin:116px 0px 0px 115px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;

}

#top_logo{
	width: 652px;
	height: 250px;
	margin:0px 0px 0px 140px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 15px;
	top: -5px;

}
#nav {
	width: 630px;
	left: 12px;
	top: 203px;
}

#top_graphic{
	position: absolute;
	margin:116px 0px 0px 400px;
	padding-bottom: 0px;
	top: -93px;
	left: -150;

}

#page_nav{
	position: relative;
	width: 195px;
	height: auto;
	top: 400px;
	left: 115px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;

}

#subpage_nav{
	position: relative;
	width: 180px;
	height: auto;
	top: 316px;
	left: 115px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;

}
#title{
	left: 220px;
	top: 384px;
	margin: 10px 0px 0px 220px;
}

#2c_title{
	position: absolute;
	left: 130px;
	top: 384px;
}
#announcements{
	width: 500px;
	height: auto;
	left: 200px;
	top: 400px;
	margin: 10px 0px 30px 220px;
	padding-right: 15px;
	padding-bottom: 20px;
	background-color: #f1f1f1;
	padding-left: 15px;
	padding-top: 20px;
}
#two_column{
	position: relative;
	width: 655px;
	height: auto;
	left: 110px;
	top: 400px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-color: #f1f1f1;
	padding-left: 10px;
	padding-top: 20px;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	white-space: nowrap;

}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#sectionLinks h3{
	padding: 10px 0px 2px 15px;
	border-bottom: 1px solid #cccccc;
}



#sectionLinks a:link, #sectionLinks a:visited {
	font-weight: normal;
	padding: 2px 3px 4px;
	color: 21536a;
	
}

#sectionLinks a:hover{
	
	background-color: #FFFFCC;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
}

/*****************************/
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 50px;
	margin-left: 120px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

