/* 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;
	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: #315c8e url(images/bg_body.jpg) 0 0 repeat-x;;
	margin-top:20px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	width: 47.5em;
	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;
}

/* ************************************----------- HEADER -----------************************************ */
table#Header {
	margin-top: 0;
	width: 47.5em;
	min-width: 760px;
	border-left: solid 3px #893101;
	border-right: solid 3px #893101;
	border-top: solid 3px #893101;
}



/* ************************************----------- MENUBAR -----------************************************ */
table#Menu {
	width: 47.5em;
	min-width: 760px;
	background-color: #073160;
	border-left: solid 3px #893101;
	border-right: solid 3px #893101;

}
td#Menubar {
	border-top: solid 2px #f9dc3b;
	border-bottom: solid 2px #f9dc3b;
	padding: 3px 0;
}
/*----------- 	NAVIGATION LINKS -----------*/
table#Menu a {
	
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	padding-right: 18px;
	/*margin: 13px 0;
	
	display: block;
}
html>body table#Menu a {
	padding-right: 16px;*/
}
table#Menu a:hover {
	color: #f9dc3b;
}

/* ************************************----------- CONTENT AREA -----------************************************ */
* html #Container { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 0px;
}
table#Container {
	width: 47.5em;
	min-width: 760px;	
	background: #ffffff url(images/bg_main_col_top.jpg) 0 0 repeat-x;
	border-left: solid 3px #893101;
	border-right: solid 3px #893101;
}
html>body table#Container { /*  This hack allows Netscape to read it but not IE - IE will take the previous values  */
	width: 47.385em;
	min-width: 760px;
}


/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	padding-top: 5px;
	font-size: 0.75em;
	line-height: 1.5em;
}
div#Content {
	margin: 30px 30px 10px 30px;
}


h1 {
	color:#073160;
	font-size: 1.5em;
	font-weight:normal;
}
H2 {
	color:#000000;
	font-size: 1.25em;
	font-weight:bold;
}
H3 {
	color:#000000;
	font-size: 1em;
	font-weight:bold;
}
/* 
p.quote {
	font-size: 0.75em;
	font-weight:bold;
}
p.Address {
	font-size: 0.75em;
}
 
p.SmallText {
	font-size: 0.65em;
	color: #000000;
	margin: 0 10px;
}

td#MainColumn p, td#MainColumn ul, td#MainColumn ol {
	font-size: 0.75em;
	line-height: 1.25em;
}
html>body div#Content td {
	font-size: 0.75em;
	line-height: 1.25em;
}
*/
div#Content a, div#Content a:visited {
	color:#893101;

}
div#Content a:hover {
	color:#073160;
	text-decoration: none;
}

/* ************************************----------- FOOTER -----------************************************ */
td#GradientBottom {
	background: #ffffff url(images/bg_main_col_bottom.jpg) 0 0 repeat-x;
}


* html #Footer { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 0px;
}
table#Footer {
	width: 47.5em;
	min-width: 760px;
	background-color: #073160;
	border-left: solid 3px #893101;
	border-right: solid 3px #893101;

	border-bottom: solid 3px #893101;
}
/*	td#ContactUs {
	background-color: #ffffff;
	font-size: 0.65em;
	font-weight: bold;
	color:#000000;
	padding: 5px 0;
border-bottom: solid 1px #000000;
	letter-spacing: 0.025em;
	word-spacing: 0.035em;
}*/

td#copyright {
	font-size: 0.65em;
	color:#f9dc3b;
	border-top: solid 2px #f9dc3b;
	padding: 5px 0;
}
td#copyright a {
	color:#f9dc3b;
	text-decoration: underline;
}
td#copyright a:hover {
	color:#ffffff;
	text-decoration: none;
}