/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;  051950
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */
 
 body {
	background: #192F47 url(images/back.jpg) 0 0 repeat-x; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

td {
line-height: 1.3em;
}

/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	min-width: 760px;
}
	
#AccessibilityNav img{
	border: none;
}

/*  message for users with old Browsers - links to update Browsers  */
p#older_browsers {
	display: none;
}

/*  Company name invisible but to old browsers and Search Engines  */
div#CompanyName {
	display: none;
}


h1 {
	color:#000000;
	font-size: 1.3em;
	font-style: italic;
}

H2 {
	color: #003366;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
H3 {
	color:#000080;
	font-size: 1.2em;
	font-weight: bold;
}

/* ************************************----------- HEADER -----------*************************************/

table#header {
	background: #000000 url(images/header.jpg) 0 0 no-repeat; 
	width: 760px;
	min-width: 760px;
	height: 178px;
}


/* ************************************----------- Top Navigation -----------*************************************/
table#TopNav {
	background: #000000 url(images/navback.jpg) 0 0 no-repeat; 
	width: 760px;
	min-width: 760px;
	height: 69px;
}

div#navigation{
padding-bottom: 40px;
padding-right: 130px;
}

div#navigation a{
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}
div#navigation a:hover{
	color: #DDEF9B;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}


/* ************************************----------- CONTENT AREA -----------*************************************/


table#container {
	width: 760px;
	min-width: 760px;
	background-color: #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

div#ContentArea {
padding: 0 30px 0 25px;
}

div#ContentArea a{
color: #081F5A;
text-decoration: none;
}
div#ContentArea a:hover{
color: #000000;
text-decoration: underline;
}



div#ContentArea2 {
padding: 0 30px 0 5px;
}

div#ContentArea2 a{
color: #081F5A;
text-decoration: none;
}
div#ContentArea2 a:hover{
color: #000000;
text-decoration: underline;
}

/* ************************************----------- FOOTER -----------************************************ */

table#footer {
	width: 760px;
	min-width: 760px;
	height: 40px;
	background-color:#071E52;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

td#copyright{
	padding: 0 10px 0 0;
}

p#copyright{
	color: #ffffff;
	font-size: 1em;
}


#copyright a{
color: #ffffff;
text-decoration: underline;
}

#copyright a:hover{
text-decoration: none;
}
