/* General Declartions key words : body background margin  */

body {
	margin: 0px;
	background: url(../images/pattern_063.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	color: #DE1E23;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 2px;
	font-size: 12pt;
}
/* end of general declarations */

/* main container keywords: width background padding */

#main-container {
	width: 920px;
	background: #FFFFFF url(../images/bigbg.gif) repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}

/* end of main container */

/* new styles for simple home page */
#div_pic {
	float: right;
}
#home_divs {
	height: 127px;
	width: auto;
	padding-left: 5px;
}

/* top header and links with search form keywords: header text float */
#header {
	height: 60px;
	width: 756px;;
	background: #024370;
	float: right;
}
#header-links a:visited {
	text-decoration: none;
	color: #CCC;
}
#header-links a:hover {
	text-decoration: none;
	color: #09C;
}
#header-links a:active {
	text-decoration: none;
	color: #FF0000;
}
#header-links {
	float: right;
	width: 559px;
	margin-top: 0px;
	text-align: right;
	font-size:10px;
	color: #FFFFFF;
}
#header-links a {
	text-decoration: none;
	color: #FFF;
}

/* end of header */

/* left column and left navigation keywords: float display inline margin border */

#left-col {
	background: #024370;
	float: left;
	width: 164px;
	padding-right: 0px;
}

#colheader {
	width:auto;
	height:25px;
	background: #D12A2E url(../images/lheader.jpg) no-repeat;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding: 10px 0px 5px 0px;
	vertical-align: middle;
}

#leftlinks-col ul, #leftlinks-col li {
	margin: 0;
	padding: 0;
	display: inline;
	font: 93% Verdana, Arial, Helvetica, sans-serif;
}
#leftlinks-col a:link, #leftlinks-col a:visited{
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background: #024370 url(../images/bullet_red.gif) no-repeat left center;
	border-bottom: 1px solid #06F;
	border-top: 1px solid #FFFFFF;
	padding: 4px 5px 2px 16px;
	}
#leftlinks-col a:hover {
	color: #FFFFFF;
	background: #1675B3 url(../images/bullet_over.gif) no-repeat left center;
}
#leftlinks-col a:active {
	color: #000000;
	background: #03283D;
	
}

/* end of left column */

/* mid content area keywords a float display background  */
#top-nav {
	float: left;
	width: 569px;
	background: url(../images/overimg.gif) repeat-x;
	text-align: center;
	margin-bottom: 0px;
}

#top-nav a {
	background: url(../images/overimg.gif) no-repeat;
	font:  11px Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px 7px 4px 7px;
	margin: 0px 1px 0px 0px;
	border-right: 1px solid #000000;

}
#top-nav a:hover {
	background: url(../images/navimg.gif) repeat-x;
}

#content-area {
	float: left;
	width: 730px;
	padding-top: 5px;
	padding-left: 5px;
}
#content {
	float: left;
	width: 506px;
	margin-top: 0px;
}
#main-info {
	background: #FFFFFF;
	width: 506px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	border-bottom: thin solid #214E72;
}


#main-info a {
	text-decoration: none;
	color: #1E8ECE;
	font-size: 10pt;
}
#main-info a:visited {
	text-decoration: none;
	color: #DE1E23;
	font-size: 10pt;
}
#main-info a:hover {
	text-decoration: none;
	color: #FFF;
	font-size: 10pt;
	background: #024370;
}
#main-info a:active {
	text-decoration: none;
	color: #000000;
	font-size: 10pt;
}
#secondarypage-info {
	width: 400px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 0px;
}
#sub-info {
	background: url(../images/subbg.gif);
	height: 150px;
	width: 396px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: thin solid #255479;
}
#sub-info a {
	text-decoration: none;
	color: #DE1E23;
	font-size: 10px;
}
#sub-info img {
	padding-top: 15px;
	padding-left: 7px;
	padding-right: 3px;
}

#logos {
	width: 396px;
	padding-right: 5px;
	padding-left: 5px;
	background: #FFFFFF;
	border-bottom: thin solid #234B68;
}
#news {
	background: #FFFFFF;
	height: 250px;
	width: 396px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/* end of middle sections */

/* right column */
#right-col {
	float: right;
	width: 163px;
	background: repeat-y;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#events {
	color: #D01B1F;
	padding-left: 20px;
}


#most-docs {
	padding-right: 10px;
	font-size: 12px;
	padding-left: 5px;
	text-align: left;
}
#most-docs a {
	color: #024370;
	text-decoration: none;
}
#most-docs a:visited {
	text-decoration: none;
	color: #FF6600;
}

#most-docs a:hover {
	text-decoration: underline;
	color: #C7181D;
}
#most-docs a:active {
	text-decoration: none;
	color: #000000;
}
#most-docs ul {
	list-style: url(../images/docs_bullet.gif);

}
#most-docs li {
	margin-bottom: 4px;
	border-bottom: 1px dotted #BC1C20;

}
	

/* end of right column */

/* special classes */


.gap-killer {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
}

.strong-red {
	color: #D01A20;
}
.blue-contacts {
	color: #024370;
	font-weight: bold;
}
.home-contacts {
	color: #0362A0;
	font-weight: bold;
}

.tablestyle {
	border: thin solid #A6032F;
}

.home-arrow {
	list-style: url(../images/home-arrow.png);
}
 
 .standout-info2-div {
	background: #FBD9DA;
	border: 1px solid #D01A20;
	padding: 4px;
	width: auto;
}
 #standout-info3-div {
	background: #D0F2AA;
	border: 1px solid #66CC00;
	padding: 4px;
	width: auto;
	text-align: center;
}
#standout-info3-div a {
	font-size: 10pt;	
	}
#standout-info3-div a:hover {
	font-size: 10pt;
	color: #FF0000;
	}

 #standout-info4-div {
	background: #F3FF9F;
	border: 1px solid #FFFF00;
	padding: 4px;
	width: auto;
}
#standout-info4-div a {
	font-size: 10pt;	
	}
#standout-info4-div a:hover {
	font-size: 10pt;
	color: #000033;
	}

.left-img {
	float: left;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.right-img {
	float: right;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

#homelist ul {
	list-style: url(none) none outside;
}
#homelist li {
	background: url(../images/homelistarrow.jpg) no-repeat left center;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 40px;

}

/* end of classes */
.alert {
	font-size: 16px;
	font-weight: bold;
}
.image-border {
	background: #EFEFEF;
	padding: 6px;
	margin-right: 3px;
	margin-left: 3px;
	}	
