/* 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: #000000;
	margin-top:0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style1{
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: black;}
	
	
	
/*  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 1px #505050;
	border-right: solid 1px #505050;
	border-top: solid 1px #505050;
	background: #000000 url(images/bg_header.jpg) 0 0 no-repeat;
}
div.PageTitle {
	margin: 220px 0 11px 180px;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: black;
}

/* ************************************----------- 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_container.jpg) 0 0 no-repeat;
	border-left: solid 1px #505050;
	border-right: solid 1px #505050;
}
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;
}

/* ************************************----------- LEFT COLUMN -----------************************************ */
/*  Background for the left column is specified here  */
td#LeftColumn {
	color:#000000;
	width: 7.25em;
	border-right: 4px solid black;
	background-color: #8b0000;
	min-width: 116px;
	/*font-weight: bold;
	background: url(images/bg_left_column.jpg) 100% 130px  no-repeat;
	padding: 170px 5px 0 3px;  */
}
/* **************----------- NAVIGATION -----------**************** */
div#Menu {
/*	width: xxem;
	min-width: xxpx;*/
	margin: 0 0 2em 10px;
}

/*----------- 	NAVIGATION LINKS -----------*/
div#Menu a {
	
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.75em;
	display: block;
	line-height: 1.5em;
	/*margin: 13px 0;
	padding-right: 16px;
	
}
html>body table#Menu a {
	padding-right: 16px;*/
}
div#Menu a:hover {
	color: #000000;
	
	
}
div#ContactUs {
	color: #FFFFFF;
	font-size: 0.6em;
	text-align:center;
	line-height: 1.5em;
}
/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	padding-top: 5px;
	background-color:#FFFFFF;
	width: 38.3em;
	min-width: 618px;
}
div#Content {
	margin: 0px 30px 20px 30px;
	font-size: 0.75em;
}

/*  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 {
	color:#000000;
	font-size: 1.5em;
}
H2 {
	color:#000000;
	font-size: 1.25em;
	font-weight:bold;
}
H3 {
	color:#000000;
	font-size: 1em;
	font-weight:bold;
}
div#Content  ul, div#Content  ol, div#Content td {
	font-size: 0.75em;
	line-height: 1.25em;
}
div#Content a, div#Content a:visited {
	color:#000000;

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

/* ************************************----------- RIGHT COLUMN -----------************************************ */
td#RightColumn {
	background-color: #000000;
	width: 24px;
}
/* ************************************----------- FOOTER -----------************************************ */
* 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;
	border-left: solid 1px #505050;
	border-right: solid 1px #505050;
	border-bottom: solid 1px #505050;
	background-color: #505050;
}

td#copyright {
	font-size: 0.65em;
	color:#ffffff;
	padding: 3px 0;
}
td#copyright a {
	color:#ffffff;
	
}
td#copyright a:hover {
	text-decoration: none;	
}