/* CSS Document */


h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}

h1 {
	font-size:18px;
	}
	
h2 {
	font-size:15px;
	}
	
h3 {
	font-size:12px;
	}
	
h4 {
	font-size:11px;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	margin: 0 0 0 0;
}

a {
	text-decoration:none;
	margin: 0 0 0 0;
	color:#666666;
}

a:hover {
 text-decoration:underline;
}

.style_blue {
	color:#3E5AA4;
}

.style_blue_10px {
	color:#3E5AA4;
	font-size:10px;
}

.style_grey {
	color:#666666;
}

.style_grey_10px {
	color:#666666;
	font-size:10px;
}

.style_white {
	color:#FFF;
}

.style_white_10px {
	color:#FFF;
	font-size:10px;
}
.style_maroon {
	color:#7B0039;
}

.style_maroon_10px {
	color:#7B0039;
	font-size:10px;
}

.border_grey {
	border: 1px solid #666666;
}

.border_blue {
	border: 1px solid #3E5AA4;
}

/* List */
div#content ul
	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-decoration:none;
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

div#content li
	{
	background-image: url(images/blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.5em;
	margin: .8em 0;
}
/* List End */

/* =Navigation
---------------------------------------------------------------------------------------------------- */

.chromestyle{

width: 100%;


}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

content: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}



.chromestyle ul{


width: 100%;

/* background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/

padding: 2px 0;

margin: 0;

text-align: left; /*set value to "left", "center", or "right"*/

}



.chromestyle ul li{

display: inline;

}



.chromestyle ul li a{

font:normal 11px Arial, Helvetica, sans-serif;

color: #FFF;

padding: 1px 3px;

margin: 0;

text-decoration: none;

border-right: 1px solid #DADADA;

}



.chromestyle ul li a:hover{

/* background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/

text-decoration:underline;

}



.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " v";*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/

}





/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{

position:absolute;

top: 0;

border: 1px solid #BBB; /*THEME CHANGE HERE*/

border-bottom-width: 0;

font:normal 11px Arial, Helvetica, sans-serif;

line-height:18px;

z-index:100;

background-color: white;

width: 200px;

visibility: hidden;

/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/

}





.dropmenudiv a{

width: auto;

display: block;

text-indent: 3px;

border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/

padding: 2px 0;

text-decoration: none;

font-weight: normal;

color: #666666;

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #CCCCCC;

}

/* Forms */
label,input,textarea {
	display: block;
	width: 150px;
	float: left;
}

label {
	text-align: left;
	width: 100px;
	padding-right: 20px;
}
input.submit {
	width: 100px;
}
/* Forms */