/* 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: #5D5D5D url(images/back.jpg) 0 0 repeat-x; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin-top: 0;
}

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:#253746;
	font-size: 1.3em;
	font-style: italic;
}

h2 {
	color: #003366;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
h3 {
	color:#384E60;
	font-size: 1.1em;
	font-weight: bold;
}
h4 {
	color:#384E60;
	font-size: 1.3em;
	font-weight: bold;
}
.style1 {
	color: #524C36;
	font-weight: bold;
	font-size: 1.2em;
}

ul {
margin-top: -18px;
}

html>body ul {
margin-top: -16px;
}


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

table#header {
	width: 760px;
	height: 212px;
}


/* *****************************----------- Left Column and Left Navigation -----------****************************/
td#leftNav {
	background: #000000 url(images/nav_back.jpg) 0 0 no-repeat;
	height: 200px;
	width: 163px;
}

td#LeftCol {
	background: #000000 url(images/leftcolback.jpg) 0 0 repeat-y; 

	
}


div#navigation{
	margin-left: 15px;
	padding-top: 40px;
	line-height: 17px;
}

div#navigation a{
	padding-left: 10px;
	display: block;
	color: #ffffff;
	text-decoration: none;


}
div#navigation a:hover{
	text-decoration: none;
	background-color: #606060;

}

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


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

div#content {
	padding: 20px 30px 0 25px;
}

div#content2 {
	padding: 20px 30px 0 25px;
	background: #ffffff url(images/backwater.jpg) 0 0 no-repeat; 
}

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


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

table#footer {
	width: 760px;
	min-width: 760px;
	height: 40px;
	background-color: #ffffff;
	border-top: solid 1px #000000;
	border-right: solid 1px #2F2F2F;
	border-left: solid 1px #6C6C6C;
	
}

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

p#copyright{
	color: #000000;
	font-size: .8em;
}


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

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