/* 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-color: #1f3348;
	margin-top:5px;
	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 2px #9a0d07;
	border-right: solid 2px #9a0d07;
	border-top: solid 2px #9a0d07;
	background: #506d8c url(images/bg_header.gif) 0 0 repeat-x;
}



/* ************************************----------- MENUBAR -----------************************************ */
table#Menu {
	width: 47.5em;
	min-width: 760px;
	background-color: #000000;
	border-left: solid 2px #9a0d07;
	border-right: solid 2px #9a0d07;
	
	
}
td#Menubar {
	padding: 15px 2px 10px 2px;
}
/*----------- 	NAVIGATION LINKS -----------*/
td#Menubar a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.75em;
	display: block;
	padding-left: 13px;
	padding-bottom: 10px;
	/*margin: 13px 0;
	padding-right: 16px;
	
}
html>body table#Menu a {
	padding-right: 16px;*/
}
td#Menubar a:hover {
	color: #9a0d07;
	background: #000000 url(images/bg_button_squares.gif) 0 20% no-repeat;
}

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

table#Container {
	width: 47.5em;
	min-width: 760px;	
	border-left: solid 2px #9a0d07;
	border-right: solid 2px #9a0d07;
}

div#pdf a {
font-size: 1.1em;
font-weight: bold;
}

/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	background-color: #d4dce4;
}
div#InteriorContent {
	font-size: 0.75em;
	color:#1e3958;
	margin: 5px 20px 20px 20px;
	line-height: 1.35em;
}

/*  If there is a myproduct being installed - use this tag to style the admin menu  */
/*div#AdminMenu {
	margin-top: 15px;
}
div#AdminMenu a {
	color: #000000;
	font-size: 0.75em;
}
div#AdminMenu a:hover {
	color: #000000;
	text-decoration: none;
}
*/
h1 {
	background-color: #4a6583;
	color: #FFFFFF;
	font-size: 0.85em;
	padding: 20px 15px 10px 15px;
	font-weight: bold;
	margin-top:0;
	font-variant:small-caps;
}
H2 {
	color:#1e3958;
	font-size: 1.25em;
	font-weight:normal;
	font-style: italic;
}
H3 {
	color:#000000;
	font-size: 1em;
	font-weight:bold;
}

#style1 {font-size: .85em}

li {
	margin-bottom: 5px;
}
div#InteriorContent a, div#InteriorContent a:visited, div#ContactInfo a, div#ContactInfo a:visited {
	color:#9a0d07;

}
div#InteriorContent a:hover, div#ContactInfo a:hover {
	color:#000000;
	text-decoration: none;
}

/* ************************************----------- FOOTER -----------************************************ */
* html #Footer { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 0px;
}
div#ContactInfo {
	font-size: 0.75em;
	color:#1e3958;
	margin: 5px 20px 20px 20px;
	line-height: 1.35em;
}
table#Footer {
	width: 47.5em;
	min-width: 760px;
	border-left: solid 2px #9a0d07;
	border-right: solid 2px #9a0d07;
	border-bottom: solid 2px #9a0d07;
	background-color: #506d8c;
}
td#Slogan {
	font-size: 0.85em;
	color:#ffffff;
	padding: 10px 0;
}

p#copyright {
	font-size: 0.65em;
	color:#ffffff;
}
p#copyright a {
	color:#ffffff;
}
p#copyright a:hover {
	color:#ffffff;
	text-decoration: none;
}
