* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

BODY {
	/* to center the body or add a body background
	image, add the styles directly in the template
	head or body tag. Adding it here will affect
	the body alignment in SitePress edit mode! */
	margin:0;
	background-color:#FFFFFF;
	font-size:75%; /* 12px .75em */
	color:#000000;
}

BR.clearAll {
	font:1px/1px monospace;
	display:block;
	clear:both;
}


/* HEADINGS ------------------------------------------------------ */
H1 {
	font-size:2em;
	font-weight:bold;
	color:#c6213d;
	margin:15px 0;
	_margin-top:0;
	line-height:1.08em;
}

H2 {
	font-size:1.33em;
	font-weight:bold;
	color:#000000;
	margin:15px 0;
	line-height:1.25em;
}

H3 {
	font-size:1.25em;
	font-weight:bold;
	color:#000000;
	margin:15px 0 0 0;
	line-height:1.27em;
}

H4 {
	font-size:1.17em;
	font-weight:bold;
	color:#c6213d;
	margin:15px 0 0 0;
	line-height:1.29em;
}

H5 {
	font-size:1.17em;
	font-weight:bold;
	color:#000000;
	margin:15px 0 0 0;
	line-height:1.29em;
}

H6 {
	font-size:1.08em;
	font-weight:bold;
	color:#c6213d;
	margin:15px 0 0 0;
	line-height:1.31em;
}

H1:first-child, H2:first-child, 
H3:first-child, H4:first-child {
	margin-top:0;
}

.contentLeft H4 A:link, .contentLeft H4 A:hover,
.contentLeft H4 A:visited, .contentLeft H4 A:active {
	text-decoration:none;
	color:#002157;
}

/* MAIN LAYOUT --------------------------------------------------- */

/* PAGE */
.page {
	margin:0 auto;
	width:985px;
	text-align:left;
}

P {
	margin:15px 0;
}

OL {
	margin:5px 0;
	padding:0 0 0 30px;
}

OL LI {
	margin:10px 0;
	padding:0;
}

UL {
	margin:15px 0;
	padding:0 0 0 15px;
	list-style-type:none;
}

UL LI {
	margin:0 0 10px 0;
	padding:0 0 0 15px;	
	background-image:url(/img/Red_Bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 8px;
}

A IMG {
	border:none;
}

/*	HEADER	*/
.header {
	clear:both;
	height:120px;
	background:url(/img/bgr_header.gif) top left no-repeat #044480;
}

.slogan {
	float:left;
	width:276px;
	height:61px;
	margin:35px 0 0 250px;
}

.searchArea {
	float:right;
	width:216px;
	height:31px;
	margin:50px 35px 0 0;
	_margin-right:17px;
	background:url(/img/bgr_searchArea.gif);
}

.searchArea FORM.SitePressSearchArea {
	margin:0;
	padding:0;
}

.searchArea INPUT.searchBox {
	float:left;
	width:170px;
	height:16px;
	margin:8px 0 0 10px;
	padding:0;
	background-color:#FFFFFF;
	border:none;
	color:#111552;
	font-size:1.17em;
	font-family:Arial, Helvetica, sans-serif;
}

.searchArea A.searchButton {
	float:right;
	width:22px;
	height:21px;
	margin:5px 5px 0 0;
	padding:0;
}

/*	CONTENT	*/
.content {
	position: relative;
	clear:both;
	background:url(/img/bgr_content.gif);
	min-height:500px;
	_height:500px;
}

.contentLeft {
	float:left;
	width:165px;
	margin:0;
	padding:25px 25px 333px 25px;
	line-height:1.33em;
}

.contentLeft P {
	margin:10px 0;
}

.contentRight {
	float:right;
	width:710px;
	margin:0;
	padding:30px;
	line-height:1.67em;
}

.contentRightA {
	float:left;
	width:450px;
	margin:0;
	padding:0;
}

.contentRightB {
	float:right;
	width:230px;
	margin:0 0 0 30px;
	padding:0;
}

.learnMoreSnippet {
	clear:both;
	width:230px;
	padding:0;
	margin:0;
	background:url(/img/learnMore_bottom.gif) bottom no-repeat;
}

.learnMoreSnippetContent {
	clear:both;
	width:190px;
	padding:20px;
	margin:0;
	font-size:1em;
	line-height:1.33em;
	background:url(/img/learnMore_top.gif) top no-repeat;
}

.rightSidebarSnippet {
	clear:both;
	width:230px;
	padding:0;
	margin:0;
	background:url(/img/sidebar_bottom.gif) bottom no-repeat;
}

.rightSidebarSnippetContent {
	clear:both;
	width:190px;
	padding:20px;
	margin:0;
	font-size:1em;
	line-height:1.33em;
	background:url(/img/sidebar_top.gif) top no-repeat;
}

.learnMoreSnippetTitle, .rightSidebarSnippetTitle {
	text-align:center;
	clear:both;
	width:190px;
}

/*
.Learn_More_Snippet_Title_Image { display:image; font-family:"MyriadSemiBold"; color:#002157; background-color:#bacbda; transparent:#bacbda; font-size:20px; max-width:-190px; text-align:center; line-height:22px; }

.RightSidebar_Snippet_Title_Image { display:image; font-family:"MyriadSemiBold"; color:#002157; background-color:#f8fafc; transparent:#f8fafc; font-size:20px; max-width:-190px; text-align:center; line-height:22px; }
*/

.contentRightA P:first-child,
.contentRightB P:first-child,
.learnMoreContent P:first-child {
	margin-top:0;
}

.page_home .contentRight {
	width:770px;
	padding:0 0 15px 0;
}

.logoGroup {
	position: absolute;
	bottom: 0;
	width:175px;
	padding:10px 20px;
	text-align:center;
	color:#002157;
	font-size:0.83em;
}

.logoGroup IMG {
	display:block;
	margin:12px auto;
	padding:0;
}

UL.resourcesList {
	margin:3px 0 0 -5px;
	padding:0 0 8px 0;
	border-top:1px solid #9094b0;
}

UL.resourcesList LI {
	margin:0;
	padding:4px 0 5px 0;
	list-style:none;
	border-bottom:1px solid #9094b0;
	background-image:none;
}

UL.resourcesList LI A:link, UL.resourcesList LI A:visited,
UL.resourcesList LI A:hover, UL.resourcesList LI A:active {
	display:block;
	margin:0 0 0 5px;
	padding:0;
	text-decoration:none;
	color:#002157;
}

UL.resourcesList LI A:hover {
	color:#bf0a3a;
}

.contentHomeTop {
	clear:both;
	width:768px;
	margin:0;
	padding:0;
	background:url(/img/bgr_contentTop.gif) top repeat-x #f7f9fb;
}

.contentHomeTop IMG {
	float:left;
}

.contentHomeTopPhoto {
	margin:0;
	padding:0;
	width:1px;
}

.contentHomeTopText {
	margin:0;
	padding:0 0 0 35px;
	text-align:left;
	vertical-align:middle;
}

.contentHomeTopShadow {
	clear:both;
	height:10px;
	background:url(/img/bgr_contentTopShadow.gif) top repeat-x #ffffff;
}

.threeSections {
	clear:both;
	margin:15px auto;
	padding:0;
}

.threeSectionsTop {
	height:50px;
	width:190px;
	overflow:hidden;
	margin:0;
	padding:0 9px;
}

.threeSectionsBottom {
	width:190px;
	margin:0;
	padding:5px 29px 20px 29px;
	vertical-align:top;
	background:url(/img/3sections_bottom.gif) bottom center no-repeat;
	font-size:1em;
	line-height:1.33em;
}

.threeSectionsBottom IMG {
	display:block;
	margin:0 auto;
	padding:0 0 15px 0;
}

/*	FOOTER	*/
.footer {
	clear:both;
	text-align:center;
	padding:20px 0;
	margin:0;
	background:#a4b9cc;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.83em;
	line-height:1.60em;
}

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

/* NAVIGATION */

/* subpage nav */
.subnav {
	margin:20px 0 0 -5px;
	padding:0;
	border-bottom:1px solid #9094b0;
}

.page_search .subnav,
.page_error .subnav {
	display:none;
}

.subnav A {
	display:block;
	margin:0 5px;
	padding:5px 0;
	text-decoration:none;
	color:#002157;
	border-top:1px solid #9094b0;
}

.subnav A:hover {
	color:#bf0a3a;
}
.subnav A.SELECTED,
.subnav A.OPENED {
	margin:0 0 0 5px;
	font-weight: bold;
}

.subnav .sub_level4 A {
	padding-top:0;
	padding-left: 10px;
	border: none;
}
.subnav .sub_level5 A {
	padding-top:0;
	padding-left: 20px;
	border: none;
}



/* main nav */
.menu {
	text-align:center;
}

.nav {
	height:32px;
	overflow:hidden;
	margin:0;
	padding:0;
	background:url(/img/bgr_nav.gif) repeat-x;
	text-align:center;
}

.nav UL {
	list-style:none;
	margin:9px 0 0 0;
	padding:0;
}

.nav UL LI {
	display:inline;
	border-left:1px solid #ffffff;
	padding:0 25px;
	background-image:none;
}

.nav UL LI.first {
	border-left:none;
	background-image:none;
}

.nav UL LI A:link, .nav UL LI A:visited,
.nav UL LI A:hover, .nav UL LI A:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:1em;
}


/* DB Default styles --------------------------------------------------- */
.dbRecordHeader {
	overflow: hidden;
	padding: 5px;
	background: #F0F0F0;
	border-bottom: 3px solid #CCCCCC;
}
.dbRecordHeader FORM {
	display: inline;
}
.dbRecordHeaderLeft {
	float: left;
}
.dbRecordHeaderRight {
	float: right;
}
.dbEditBar {
	margin: .5em 0;
	padding: 5px;
	background: #BBBBBB;
	border-bottom: 3px solid #666666;
}
.dbRecordPageNav {
	margin: 1em 0;
	font-size: 1em;
}
.dbRecordPageNav B {
	padding: 0 .8ex;
	background: #000000;
	color: #FFFFFF;
}
.dbRecordPageNav A.pageNavLink {
	padding: 0 .8ex;
	background: #F0F0F0;
	color: #000000;
	text-decoration: none;
}
.dbRecordPageNav A.pageNav {
	padding: 0 .8ex;
	background: #F0F0F0;
	color: #000000;
	text-decoration: none;
}
TABLE.index TH {
	padding: 0px 5px;
	background: #F0F0F0;
	border-bottom: 3px solid #CCCCCC;
}
TABLE.index TH A {
	text-decoration: none;
	color: #000000;
}
TABLE.index TD {
	padding: 2px 5px;
	border-bottom: 1px dotted #CCCCCC;
}







