@charset "utf-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image: url(bg.jpg);
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding: 0px;
}

.twoColFixRtHdr #container {
	width: 782px;
	margin: 0px auto !important;
	padding: 0px !important;
	text-align: left;
	border: 1px solid #000000;
	background-color: #05193A;

} 
.twoColFixRtHdr #header {
	margin: 0px auto !important;
	padding: 0px !important;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 179px;
	color: #FFFFFF;
	padding: 0px !important;
	font-size: 10px;
	background-color: #05193A;
}
#search {
	width: 179px;
	vertical-align: top;
	text-align: left;
	margin-top:8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#showinfo {
	margin-top: 20px;
	border: thin none #CCC;
}

#nav {
	padding: 0px !important;
	background-color: #07224F;
	z-index:10 !important;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#NewsBox {
	padding: 4px;
	margin: 15px;
	height: 200px;
	position: relative;
	clear: both;
}
#features {
	height: 220px;
	z-index:-1;
}
#squares {
	height: 126px;
	padding-top: 20px;
}
#subfeatures {
	float: none;
	width: 564px;
	margin: 15px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	height: 243px;
	text-align: center;
	

}	

#announcements {
	float: none;
	width: 564px;
	margin: 15px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	height: 200px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	

}	
.deptColor {
	font-weight: bold;
	color: #05193A;
}

#subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 63px;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}


.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}

.subheading a {color: #990000;}
.subheading a:hover {text-decoration:underline;}



#news {
	float: right;
	width: 250px;
	margin: 15px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	height: 243px;
}


#PagesRightCol {
	float: right;
	width: 250px;
	margin: 15px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	height: 243px;
}

#PagesLeftCol {
	float: left;
	width: 580px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	clear: left;
	padding: 3px;
	margin: 5px;
}
.ArticleHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #900;
	font-weight: bold;
	background-color: #F6F2D7;
}


#Rotation {
	height: 200px;
	width: 569px;
}




#News {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
.News {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}	
	
	
}
#NewsInfo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#Specials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}




.twoColFixRtHdr #mainContent {
	width: 600px;
	float: left;
	margin-top: 8px;
	background-color: #f6f2d7;

} 

/*******************************
 * Footer            *
 *******************************/


.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 10px;
}

.twoColFixRtHdr #footer a{
	color:#FFF;
	text-decoration:none;
}

.twoColFixRtHdr #footer a:hover {text-decoration: underline;}


/*******************************
 * Footer  end         *
 *******************************/


/*******************************
 * Extras        *
 *******************************/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.picfltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 3px;
	padding:3px;
}

.tablefltrt{ 
	float: right;
	margin-right: 3px;
	padding:3px;
}

/*******************************
 * Form Stuff        *
 *******************************/

/* Text Box with Rounded Corners: */
.tb {
	font-size: 9px;
	width:66px;
	clear: both;
}

.borderbottom {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;

}

.bordertop {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000000;

}
.ArticleParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.ArticleParagraph a{
	color:#990000;
	text-decoration:none;
}

.ArticleParagraph a:hover {text-decoration: underline;}
#History {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #900;
	border: thin solid #000;
	clear: right;
	float: right;
	padding: 2px;
	margin: 3px;
}
.EmergencyHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #900;
}


.EmergencyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #900;
}#CenterImage {
	text-align: center;
	vertical-align: top;
}
#OtherDept {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
}

.botline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#GreenBanner {
	text-align: center;
}

#Advertisers {
	text-align: center;
}
#SideBarInfo1 {
	text-align: center;
}
#Login {
}
.divLeft {
	float: left;
	width: 250px;
	padding: 2px;
	margin: 2px;
}

.divRight {
	float: right;
	width: 250px;
	padding: 2px;
	margin: 2px;
}

.TabInfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
.TabInfoHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #069;
	font-weight: bold;
}

.TabInfo a{
	color:Green;
	text-decoration:none;
}

.TabInfo a:hover {text-decoration: underline;}
.centerdiv {
	text-align: center;
}
