/* 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: #272727 url(images/back1.jpg) 0 0 repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
html>body body{
	font-size: 2em;
}

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:#ffffff;
	font-size: 1.8em;
}

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

span.style1 {
font-size: 1.1em;
font-weight:bold;

}
span.style2 {
font-size: 1.2em;
font-weight:bold;
color: #CF2424;
}

span.style3 {
font-size: 1.2em;
font-weight:bold;
color: #d7cd96

}

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

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

/*td#rotate{
	width: 563px;
	background: #ffffff url(images/back2.jpg) 0 0 no-repeat;
}
td#Logo{
	background: #ffffff url(images/logo.jpg) 0 0 no-repeat;
}


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


table#container {
	width: 760px;
	min-width: 760px;
	background: #272727 url(images/back.jpg) 0 0 repeat-x;
	font-size: 0.70em;

}

html>body table#container {
font-size: .75em;
}

td#content {
	background-color: #4E4E4E; 
}

div#ContentArea {
background-color: #595959;
margin-right: 10px;
margin-top: 20px;
color: #ffffff;
}

#ContentArea {
padding: 10px 10px 0 20px;
}

div#ContentArea a{
color: #ffffff;
text-decoration: underline;
}
div#ContentArea a:hover{
color: #000000;
text-decoration: underline;
}

/* table#form1{
font-size: 1.2em;
}
p#formlink a{
color: #FF0000;
}
/* ********----------- LEFT SIDE Navigation area -----------************* */

td#LeftNavigation{
	width: 203px;
	background: #5C5C5C url(images/leftbackrepeat.jpg) 0 0 repeat-y;
	font-size: 1em;
	line-height: 2em;

}

div#nav{
width: 150px;
height: 100px;
background-color: #000000;
border-top: solid 1px #606060;
border-bottom: solid 1px #606060;
border-left: solid 1px #606060;
border-right: solid 1px #606060;
padding-top: 10px;

}

div#LeftBackground{
width: 203px;
height: 600px;
background: #5C5C5C url(images/leftback.jpg) 0 0 no-repeat;
}

html>body #LeftNavigation a{
	font-size: 1em;
	line-height: 1.9em;	
	padding-left: 5px;
	margin: 0 0 0 10px;
}

#LeftNavigation a{
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding: 0 0 0 10px;
}


#LeftNavigation a:hover{
	color: #ffffff;
	background-color: #585858;
}

body#popup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


/*
html>body div#Links{
padding: 0 0 0 20px;

}

/* \
div#Links{
padding: 0 0 0 10px;
}/* 

div#Links{
padding: 0 0 0 10px;
}




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

table#footer {
	width: 760px;
	min-width: 760px;
	background-color: #000000;
	border-top: solid 1px #BDBDBD;
	height: 30px;
	color: #ffffff;
}



td#LeftBottom{
	width: 140px;
}

td#footertop{
background: #ffffff url(images/contentback.jpg) 0 0 repeat-y;
}

td#copyright{
	padding: 0 10px 0 0;
	background-color: #0F3B68;
	border-top: solid 4px #000000;
	color: #ffffff;
	font-size: 0.70em;
	line-height: 2em;	
}

p#copyright{
	font-size: .7em;
	padding-left: 15px;
}


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

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