/*
DARK BLUE = #075992
LIGHT BLUE = #C1D5E4
RED = #CD120E
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	background-image:url(../graphic/background.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

form {
	padding: 0px;
	margin: 0px;
	border: 0px none;
}

/* Hide from display (including screen-readers) */
.noDisplay, .noCSS {
	display: none;
}
/* Hide from display (but not from screen-readers) */
.hidden {
	position: absolute;
	left: -2000px;
}

/* Hyperlink Tags */
a {
	color: #0066CC;
	text-decoration: none;
}
a:link {}
a:visited {}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:active {}

/* Header Tags */
h1, h2, h3, h4, h5, h6, .label_xxlrg, .label_xlrg, .label_lrg, .label_mid, .label_sml, .label_xsml {
	margin: 1em 0px;
	padding: 0px;
	line-height: 1.5em;
}
h1, .label_xxlrg {
	font-size: 16px;
	font-weight: bold;
}
h2, .label_xlrg {
	font-size: 14px;
	font-weight: bold;
}
h3, .label_lrg {
	font-size: 12px;
	font-weight: bold;
}
h4, .label_mid {
	font-size: 12px;
	font-weight: normal;
}
h5, .label_sml {
	font-size: 10px;
	font-weight: bold;
}
h6, .label_xsml {
	font-size: 10px;
	font-weight: normal;
}

/* Text Tags */
p {
	line-height: 1.5em;
	margin: 1em 0px;
	padding: 0px;
}
.noMargin {
	margin: 0px;
	padding: 0px;
}
ul {}
li {
	line-height: 1.5em;
}

/* Float */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
}





/*** Layout Containers ***/

.layoutA {
	margin: 0px auto;
	width: 750px;
}
.layoutB {
	margin-top: 10px;
}




/*** Module Containers ***/




/*** Module ***/

/* container */
#container {
	background-color: #FFFFFF;
}

/* header */
#header {
	height: 110px;
	background-color: #075992;
}

/* sidebar */
#sidebar {
	float: left;
	width: 200px;
	background-color: #CD120E;
}

/* nav */
#nav, #nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nav a {
	display: block;
	padding: 5px 5px 0px 5px;
	width: 190px;
	height: 25px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
#nav a:hover {
	display: block;
	background-color: #C1D5E4;
	text-decoration: none;
	color: #075992;
}
#nav li { /* all list items */
	width: 200px; /* width needed or else Opera goes nuts */
	border-bottom: 1px dashed #FFFFFF;/**/
}
#nav li ul { /* second-level lists */
	display: none;
}
#nav li:hover, #nav li.sfhover {
	background-color: #C1D5E4;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	display: block;
}
#nav li ul li {
	border: 0px none;
}
#nav li ul li a {
	display: block;
	padding: 5px 0px 0px 20px;
	width: 180px;
}

/* ad */
.ad_160x600 {
	height: 600px;
	width: 160px;
	margin: 20px;
	/*background-color: #CD120E;*/
}
.ad_468x60 {
	height: 60px;
	width: 468px;
	margin: 0px auto 5px auto;
	background-color: #FFFFFF;
	/*border: 1px solid #666666;*/
	clear: both;
}

/* content */
#content {
	float: left;
	width: 530px;
	padding-left: 10px;
	padding-right: 10px;
}
* html #content {
	display: inline;
}

#content .pageTitle {
	height: 25px;
	margin-top: 10px;
}
#content h2 {
	/*padding-bottom: .5em;*/
}
#content h3 {
	/*padding-bottom: .5em;*/
}
#content hr {
	clear: both;
}

#content .imageLeft, #content .imageCenter, #content .imageRight {
	background-color: #FFFFFF;
}
#content .imageLeft {
	margin: 4px 4px 0px 0px;
	border: 1px solid #666666;
	float: left;
}
* html #content .imageLeft {
	margin: 2px 2px 0px 0px;
}
#content .imageCenter {
	margin: 4px auto;
	border: 1px solid #666666;
}
* html #content .imageCenter {
	margin: 2px auto;
}
#content .imageRight {
	margin: 4px 0px 4px 4px;
	border: 1px solid #666666;
	float: right;
}
* html #content .imageRight {
	margin: 2px 0px 2px 2px;
}
#content .imageCaption {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
* html #content .imageCaption {
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 5px 5px;
}

#content .bluebox {
	margin: 5px 0px;
	padding: 0px 5px;
	border: 1px solid #075992;
	background-color: #C1D5E4;
	color: #075992;
	clear: both;
}


/* home */
#homeImagePanels {}
#homeImagePanels .moduleA1 {
	float: left;
	width: 170px;
	background-color: #C1D5E4;
	text-align: center;
}
#homeImagePanels .moduleA2, #homeImagePanels .moduleA3 {
	float: left;
	margin-left: 10px;
	width: 170px;
	background-color: #C1D5E4;
	text-align: center;
}
#homeImagePanels .imageCenter {
	margin: 5px auto;
	border: 0px none;
	background-color: #C1D5E4;
}
* html #homeImagePanels .imageCenter {
	margin: 5px auto;
}
#homeImagePanels .imageCaption {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
* html #homeImagePanels .imageCaption {
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}


/* footer */
#footer {
	height: 16px;
	padding: 9px 0px 0px 0px;
	background-color: #075992;
	background-image: url(../graphic/footer_background.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFFFFF;
}
#footer .cell {
	padding-left: 10px;
	padding-right: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




/* cell */
.cell, .moduleA1, .moduleA2, .moduleA3 {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}



/* layoutOuter */
.layoutOuter, .layoutB, .bluebox {
	position: relative;
}
/* layoutInner */
/* IE 5.01 doesn't like this */
* html .layoutInner {
	position/**/: relative;
}
.layoutInner {
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	display: inline-block; /* Fixes nasty Opera7 scrolling bug */
}
/* easy clearing */
.layoutInner:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.layoutInner {
	display: inline-block;
}
/*\*/
* html .layoutInner {
	/* only IE 5.01 should get this float value - otherwise 5.5 sometimes makes the width of wrapper too small */
	float: left;
	float/**/: none;
}
.layoutInner {
	display: block;
}
/* end easy clearing */



/* verticalAlign */
.verticalAlign {
	position: absolute;
	bottom: 0;
	height: 10px;
}




