@charset "UTF-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #102870;
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, helvetica;
}
 
.twoColElsLtHdr #mainContent {
	margin: 3px 2px 0 185px;
	background-color: #FFFFFF;
	padding: 10px 25px 20px 15px;
	border: solid #C8D0E6 1px;
}


.twoColElsLtHdr #container {
	width: 785px;
	margin: 10px auto;
	border: solid #eceeeb 1px;
	text-align: left;
	background-color: #FFFFFF;
} 
.twoColElsLtHdr #header {
	margin: 2px 0 2px 0;
} 
.twoColElsLtHdr #header h1 {
	margin: 0;
	padding: 0;
}
.twoColElsLtHdr  #footer  {
	margin: 0 20px 0 178px;
}
.twoColElsLtHdr #sidebar1 {
	float: left;
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	width: 180px;
	padding: 0;
	height: 580px;
	margin: 2px;
}

/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.profile {
	clear: right;
	float: left;
	padding-left: 30px;
	width: 180px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

/*character styles*/	

}
p, H1, H2, H3, H4, H5, H6 {
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, helvetica;
}

p {
	font-size: 90%;
	color: #000000;
	line-height: 135%;
}
.notopmargin {
	margin: 0px;
	padding: 0px;
}
#slideshow {
	text-align: center;
}
H1  {
	color: #1E254D;
	font-weight: bold;
	font-size: 140%;
	line-height: 120%;
	letter-spacing: 0.25px;
	text-align: center;
}
h2  {
	color: #3D5AB8;
	font-weight: bold;
	font-size: 120%;
	line-height: 120%;
	letter-spacing: 0.25px;
}
h3 {
	color: #30479A;
	font-weight: bold;
	font-size: 100%;
	line-height: 120%;
	letter-spacing: 0.25px;
}
	
h4 {
	color: #1D2652;
	font-weight: bold;
	font-size: 85%;
	line-height: 120%;
	letter-spacing: 0.25pt;
}
h5 {
	color: #333333;
	font-size: 75%;
	line-height: 120%;
}
h6 {
	font-size: 65%;
	color: #666666;
}	
.unbold {
	color: #333333;
	font-weight: normal;
}
.vertrulesubhead {
	border-left: 1px solid #2451B2;
	padding-left: 8px;
	font-weight: bold;
}
.indent {
	margin-top: -10px;
	margin-left: 10px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ol {
	list-style-position: inherit;
	list-style-type: square;
	margin-left: 30px;
	margin-top: -8px;
	line-height: 100%;
}
	
/* =-=-=-=-=-=-=-[Links]-=-=-=-=-=-=-=*/ 

a:link, a:visited {
	text-decoration: underline;
	color: #3D509E;
}

a:hover, a:active {
	text-decoration: underline;
	color: #191970;
}


/* =-=-=-=-=-=-=-[borders]-=-=-=-=-=-=-=*/ 
 
.dashUnder {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	
}
	

/* =-=-=-=-=-=-=-[images]-=-=-=-=-=-=-=*/ 
.featureimg {
	float: right;
	margin: 10px 0 10px 20px;
}

.imageright {
	float: right;
	margin: 10px 0 10px 20px;
}

.imageleft {
	float: left;
	margin: 10px 20px 10px 0;
}

/*navigation menus*/

#menu {
	text-align: left;
	list-style: none;
	margin: 0;
	width: 180px;
	font-family: "lucida sans", sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/nav_over.jpg);
}

#menu li {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: 3px;
}
	
#menu li a {
	height: 18px;
	display: block;
	text-decoration: none;
	padding: 0;
	background-color: #1B3994;
	margin: 0 0 1px 0;
	color: #8CCBFE;

}	
#menu  li  a:link, #menu li a:visited     {
	color: #EDEBFB;
	display: block;
	padding: 2px 0 0 10px;
	border-bottom: none;
}
	
#menu li a:hover {
	border-bottom: none;
	background-color: #234BC4;
}
	
#menu  li  li   a:link, #menu li li a:visited     {
	display: block;
	background-color: #C8D0E6;
	text-decoration: none;
	font-weight: bold;
	color: #1B3994;
	padding: 2px 0 0 10px;
}

#menu li li {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-indent: 3px;
	color: #000000;
}
#menu li li a:hover {
	background: transparent;
	margin: 0 0 1px 0;
	border-bottom: none;
	color: #1B3994;
}
.breadcrumb {
	font-size: 75%;
}
.rule {
	border: 2px solid #1B3994;
	padding-right: 10px;
	padding-left: 10px;

}

