/*
	Global Definitions
*/

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
input {	font-size: 100%; }

a img,:link img,:visited img { border:none }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #D0E9FF;
	line-height: 120%;
	margin: 0px;
	margin-top: 10px;
	background-position: center top;
}

a {
	color: #073199;
}
a:hover {
	color: #0A50FF;
}

h1, h2, h3, h4 {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #0D60FF;
	font-style: italic;
}
h1 {
	font-size: 140%;
	margin-bottom: 15px;
}
h2 {
	font-size: 130%;
	margin-bottom: 10px;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}

#siteHeader {
	background-image: url(images/css/siteHeader.jpg);
	background-repeat: no-repeat;
	border: solid 2px #000000;
	border-bottom: none;
	height: 26px;
	width: 728px;
	cursor: pointer;
	padding-top: 145px;
	padding-left: 43px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -.5px;
	text-decoration:none;
}

#siteHeader img {
	border: none;
}

/*
	Primary Navigation Area
*/
#primaryNav {
	margin: auto;
	background-image: url(images/css/primaryNavBack.jpg);
	background-repeat: repeat-x;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	height: 42px;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #147BF4;
	list-style-type: none;
	white-space: nowrap;
	color: #000000;
	padding-left: 178px;
	text-align: center;
}
#primaryNavClear {
	clear: both;
}
#primaryNav a {
	font-size: inherit;
	color: #000000;
	text-decoration: none;
}
#primaryNav a:hover {
	color: #FFFFFF;
}

.primaryNavOn {
	float: left;
	background-image: url(images/css/main_button_on.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	width: 115px;
	height: 22px;
	color: #000000;
}

.primaryNavOff {
	float: left;
	background-image: url(images/css/main_button_off.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	text-align: center;
	width: 115px;
	height: 22px;
	color: #000000;
}

.primaryNavOver {
	float: left;
	background-image: url(images/css/main_button_over.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	text-align: center;
	width: 115px;
	height: 22px;
	color: #FFFFFF;
}



/*
	Site Body Area
*/
.bodyTable, .bodyTable td {
	font-size: 100%;
	border-collapse: collapse;
	clear: both;
}

#siteBody {
	background-color: #FFFFFF;
	border-left: solid 2px #000000;
	border-right: solid 2px #000000;
	padding-bottom: 3px;
}

#content {
	display: block;
	padding: 5px;
}

#content p {
	margin: 0px 0px 10px 0px;
}

#content li  {
	list-style-type: square;
	margin: 0 0 5px 20px;
	font-size: 95%;
}

#content ol li {
	list-style-type: decimal;
	margin: 0 0 5px 20px;
	font-size: 95%;
}

/*
	Site Footer
*/
.foot {
	text-align: center;
	font-size: 80%;
}

#siteFooterBlue {
	display: block;
	padding: 0px;
	margin: 0px;
	border: solid 2px #000000;
	border-top: none;
	background-image: url(images/css/footer.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size:80%;
	text-align: left;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-left: 40px;
	height: 35px;
}

#siteFooterBlue a {
	color: #FFFFFF;
}
#siteFooterBlue a:hover {
	color: #CCCCCC;
}
.siteFooterClear {
	clear: both;
}

hr {
	margin-bottom: 10px;
	margin-top: 10px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
}

.tableBorder {
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
}

.tableBorderLines {
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
}

.tableBorder tr {
	border-bottom: solid 1px #CCCCCC;
}
.tableBorder td {
	padding: 3px;
}

.tableBorderLines td {
	border: solid 1px #CCCCCC;
	padding: 3px;
}

th {
	font-weight: bold;
	color: #0D60FF;
	text-transform: uppercase;
	background-color: #E7E7E7;
	font-size: 80%;
	padding-left: 3px;
	padding-right: 3px;
}


.formNumber {
	text-align: right;
	white-space: nowrap;
	padding: 0px 5px 0px 5px;
}
.formCenter {
	text-align: center;
	white-space: nowrap;
	padding: 0px 5px 0px 5px;
}
.formEmpty {
	background-image: url(images/css/emptycell.gif);
}
