/* Basic - Universal Styles
----------------------------------------------- */
body {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 19px;	
	}
	
/* CONTENT - Body copy/text
----------------------------------------------- */


.headerBG {
	background-image: url(../images/capitol_header_bg.jpg);
	background-repeat: no-repeat;
	height: 152px;
	width: 922px;
}

.headerInfo {
	float: right;
	height: 50px;
	width: 400px;
}

.headerInfoL {
	float: left;
	height: 20px;
	width: 180px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 20px;
	color: #000000;
	padding-left: 33px;
	background-image: url(../images/sep.gif);
	background-repeat: no-repeat;
	background-position: right 9px;
}

.headerInfoR {
	float: left;
	height: 20px;
	width: 160px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 23px;
	padding-bottom: 20px;
}



.bgcolR {
	background-image: url(../images/bg-colR.jpg);
	background-repeat: repeat-y;
}



.clearfloat {
	line-height: 1px;
	height: 1px;
	clear: both;
}





.contentOther {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.contentSmall {
	font-size: 11px;
	line-height: 14px;
}

.topKeywords {
	font-size: 11px;
		line-height: 15px;
		color: #000;
}
.contentSmall2 {
    	font-size: 10px;
}
.header {
	font-size: 17px;
	font-weight: bold;
	color: #0c4a78;
}
.SubNavheader {
	font-size: 14px;
	font-weight: bold;
	color: #1b3764;
}
.footer {
		font-size: 9.5px;
		color:#000000;
}
.big {
	COLOR: #0f75bc;
	font-size: 18px;
	font-weight: bold;
}
.big2 {
	COLOR: #FFFFFF;
	font-family: Times, serif;
	font-size: 30px;
	font-weight: none;
	line-height: 32px;
	
}
.small {
	font-size: 10px;
	font-weight: bold;
}
.heading { 
	font-family: Georgia; 
	font-size:11px; 
	font-weight: bold; 
	color: #990000; 
}

.headerTopBig {
	font-family: Arial, sans-serif;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 23px;
}
.header3bullets {
	font-family: Arial, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 20px;
}

.header4bullets {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
}
.headerBigBrown {
	font-family: Arial, sans-serif;
	font-size: 18.5px;
	font-style: italic;
	font-weight: bold;
	color: #9a7f55;
}
.headerLeftColumn {
	font-family: Times, serif;
	font-size: 16.5px;
	font-style: italic;
	font-weight: bold;
	color: #292c70;
	line-height: 13px;
}
.headerBigGrey {
	font-family: Arial, sans-serif;
	font-size: 18.5px;
	font-style: italic;
	font-weight: bold;
	color: #626366;
}

h2 {font-family: Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: transparent;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	padding-right: 15px;
	}
	
h1 {
font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: transparent;
	text-align: center;
	padding-left: 23px;
	padding-right: 15px;
	padding-top: 0;
}


/* LINKS 
----------------------------------------------- */

A:link
{
	COLOR: #7B8AA3;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #7B8AA3;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline
}

.footer A:link, A:hover, A:visited
{
color: #000;
}

