/* 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-color: #454344;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
}

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.2em;
}

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

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

table#header {
	background: #ffffff url(images/header.jpg) 0 0 no-repeat; 
	width: 760px;
	min-width: 760px;
	height: 130px;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}


/* ************************************----------- Top Navigation AREA -----------************************************ */


table#TopNavigation{
	width: 760px;
	min-width: 760px;
	height: 46px;
	background: #ffffff url(images/navigation_back.jpg); 
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	font-size: 1em;
}

html>body #TopNavigation a{
	font-size: 1em;
	line-height: 1.5em;	

}

#TopNavigation a{
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;

}

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





/* ************************************-----------Content Area -----------************************************ */




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


td#RightColumn{
	width: 201px;
	border-right: solid 1px #ffffff;
	background: #000000 url(images/rightimage.jpg) 0 0 no-repeat; 
}

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

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



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

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


p#copyright{
	padding: 0 10px 0 0;
	color: #ffffff;
	font-size: 1em;
	
}


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

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

