/*****  Start High Level Elements  ****/
ADDRESS, BLOCKQUOTE, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL, LI {
	font-size: 11px;
	line-height:14px;
	color: #000000;
	font-weight: normal;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
}

body {
	margin:20;
	padding:5;
	text-align:left;
	background-color:#6b8592;
}
table{border-width:10px; border-collapse:separate; padding:0; border: 0px; text-align:left;}
tr{text-align: left;}
td{text-align: left; vertical-align:top;}
p{margin: 5px 15px 10px 15px; color:#ffffff; text-align:left;}
h2{font-size:25px; font-weight:bold; text-align:center; color:#ffffff; margin: 10px 0px 2px 0px;}

td. a:link, a:visited, a:active{color:#ed2224; text-decoration:none; font-weight:bold;}
td. a:hover{color:#ed2224; text-decoration:none;}


td.body{padding: 0px 0px 0px 0px; border: 1px solid #542e25; background: #6b8592; width: 500px;}
td.left_column{
	padding: 0px 0px 0px 0px;
	background-color: #6b8592;
}
td.left_column p{font-size: 11px; color: #ffffff; margin: 5px 5px 5px 10px;}
td.left_column a:link{color:#ed2224; text-decoration:none; font-weight:bold;}
td.left_column a:visited {color:#ed2224; text-decoration:none; font-weight:bold;}
td.left_column a:active {color:#ed2224; text-decoration:none; font-weight:bold;}

td.left_column a:hover{
	color:#ffffff;
	text-decoration:none;
}
/********************************************************************************
Start header and nav styles
*******************************************************************************/
#header_wrapper{
	background-color:#FFFFFF; 
	width: 750px; 
}
#header{
	background-color:#ffffff; 
	height:100px; 
	width: 750px; 
	margin: auto;
}

td.photo_nav_text{padding:10px 0px 0px 0px; color:#15253e; font-weight:bold;}
td.photo_nav_text a{padding:10px 0px 0px 0px; color:#15253e; font-weight:bold; text-decoration:none;}
td.photo_nav_photo{padding:5px 2px 5px 2px;}
td.photo_nav a:link, td.photo_nav a:visited, td.photo_nav a:active {color:#ffffff; text-decoration:none; font-weight:bold;}
td.photo_nav a:hover{
	color:#ffffff;
	text-decoration:none;
}


/********************************************************************************
Start Body of page layout styles + photo nav test added above +
*******************************************************************************/

#mainTextBox{
	position:absolute;
	top:490px;
	height:10em;
	margin-top:-7em;
	left: 2px;
}


/********************************************************************************
Start Footer styles
******************************************************************************/

td.footer{text-align:right; font-size:12px; font-color:#000000; padding: 5px 0px 0px 0px;}
td.footer a:link, a:visited, a:active{color:#ffffff; text-decoration:none; font-weight:bold;}
td.footer a:hover{color:#ed2224; text-decoration:none;}

/********************************************************************************
Box style
*******************************************************************************/
td.box{
	width:250px;
	background:#6b8592;
	text-align:center;
	font-weight:bold;
	font-color:#ffffff; 
	font-size:11px;
	padding: 5px 5px 5px 5px;
	
}



td.box2{
	width:490px;
	background-color:#000000;
	text-align:left;
	font-color:#ffffff; 
	font-size:11px;
	padding: 5px 5px 5px 5px;
}
