body {
	margin: 20px 20px 0 0;
	padding: 0;
	background: url("images/bk_tmag.gif") #696969;
	color: black;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#container {
	margin-top: 0;
	padding-top: 0;
}

.PrintOnly {
display: none;
}


#header {
	height: 100px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: white;
}

#footer img.logo {
position: absolute;
bottom: 5px;
}



#top-shadow {
     left: 50%;
     margin-left: -420px;
     position:absolute;
}

#main, #bottom-drop {
	width: 800px;
        margin: auto;
}

#main {
	padding-left: 19px;
	background: url("images/bk_shadow_lhs.gif") #797575 repeat-y top left; 	
	xxxcolor: black;
}


#bottom-drop {
	width: 810px;
	padding-left: 8px;
	height: 30px;
	border: 0px solid red;
}

#bottom-shadow {
	margin: 0 10px;
	height: 30px;
	background: url("images/bk_shadow_bottom.gif") repeat-x;
}

a {
	text-decoration: none;
	color: #404040;
}

a:hover	{ text-decoration: underline; }
a img 	{ border: none; }

p {
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1.2;
	
	font-family: Helvetica, Arial, sans-serif
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;	
	font-family: Helvetica, Arial, sans-serif
}

pre {	font-size: 11px; }

form { margin:0; padding: 0; }

.PrintPage {
	position: absolute; 	right:20px;
	margin-top: -10px; 
	font-weight:bold; 
	font-size:8px; 
	font-family:Verdana,Arial,Helvetica,sans-serif; 
	text-transform: uppercase; 
}

li.FullSummary {background-color: white; border-bottom:6px solid #E6E7E8;}

#rolloverImageBar {
height: 36px;
}


#secondarynav .searchbox, #tertiarynav .searchbox {
float:right;
margin: 0 12px 0 5px;
}

#secondarynav .searchInput, #tertiarynav .searchInput {
width: 150px;
margin: 0 0 0 5px;
padding: 1px 1px 1px 4px;
border: 1px solid white;
background-color: #333;
color: white;
font-size: 9px;
font-weight: normal;
}


#tertiarynav .searchInput {
background-color: #299A98;
}

.floatright	{	float: right;	}
.floatleft 	{	float: left;	}
.clearright	{	clear: right;	}
.clearleft 	{	clear: left;	}
.clear		{	clear: both;	}

.mandatory {color:#C00;}
