@charset "UTF-8";

/*  Imported Styles   */
@import url("header.css");
@import url("home.css");
@import url("SpryTabbedPanels.css");
@import url("quickmenu_styles.css");
@import url("SpryCollapsiblePanel.css");
@import url("landingpage.css");



/*  Main Styles   */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f1f1f1;
	margin: 0px;
	color: #4E4E4E;
}
a:link {
	color: #002b66;
}
a:visited {
	color: #002b66;
}
a:hover {
	color: #999999;
}
a:active {
	color: #002b66;
}
#main {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#botmclear {
	clear: both;
	height: 1px;
	width: 850px;
}
#conttitle {
	font-size: 13px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #828282;
	padding-bottom: 8px;
}
.contsubtitle {
	font-size: 11px;
	color: #004E93;
	padding-bottom: 8px;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #1078ec;
	margin-top: 0px;
	margin-bottom: 25px;
}
h2 {
	font-size: 14px;
	color: #0067C1;
	margin-top: 20px;
	margin-bottom: 0px;
}
h3 {
	color: #000000;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
h5 {
	font-size: 12px;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 0px;
}
p {
	margin-top: 10px;
}
hr {
	display:none;
}
li#bullet {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/bullet-blue4px.gif);
}
li#bulletsub {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/bullet-grey4px.gif);
}

#sepdots {
	border-bottom:1px dashed #777;
	height:1px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#CAT_Search {
	height: 15px;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #447DB0;
	border-right-color: #BBD0E2;
	border-bottom-color: #BBD0E2;
	border-left-color: #447DB0;
	font-size: 11px;
	color: #666666;
}
#bodycontent .TabbedPanelsContent ul li {
	list-style-position: outside;
	list-style-image: url(../images/bullet-blue4px.gif);
	list-style-type: none;
}
#bodycontent .TabbedPanelsContent ul li li {
	list-style-position: outside;
	list-style-image: url(../images/bullet-grey4px.gif);
	list-style-type: none;
}
#bodycontent .bulletlist li {
	list-style-position: outside;
	list-style-image: url(../images/bullet-blue4px.gif);
	list-style-type: none;
}
#bodycontent .bulletlist li li {
	list-style-position: outside;
	list-style-image: url(../images/bullet-grey4px.gif);
	list-style-type: none;
}
#news li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.trcolor {
	background-color: #E3F3FF;
}
.textgrey {color: #666666}
.textbluebold {
	color: #1078EC;
	font-weight: bold;
}
.textsmlgrey {
	font-size: 9px;
	color: #999999;
}


