/* 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: 0.75em;
	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:#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/indexheader.jpg) 0 0 no-repeat; 
	width: 760px;
	min-width: 760px;
	height: 171px;
}


/* *****************************----------- Left Column and Left Navigation -----------****************************/
td#leftNav {
	background: #000000 url(images/indexnav.jpg) 0 0 repeat-y; 
	height: 337px;
	width: 211px;
}

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


div#navigation2{
margin-left: 30px;
padding-top: 40px;
line-height: 20px;
}

div#navigation2 a{
	padding-left: 15px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;


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

}

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


table#container {
	width: 760px;
	min-width: 760px;
	background-color: #000000;
	height: 337px;

}
td#ImageRotate{
background: #000000 url(images/indexrotate1.jpg) 0 0 no-repeat; 
}

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

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: 58px;
	background: #000000 url(images/indexfooter.jpg) 0 0 no-repeat; 
	
}

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

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


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

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