/*
Created 3/11/09
D.CLARK
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0px;
	font-size:11px;
	color:000000;
}

h1 {
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

.table_odd {
	background-color:#ffffff;
}

tr {
	background-color:#fce9e9;
}
	
#wrapper {
	margin: 0px auto;	
	width:750px;
	min-height:200px;
	padding:0 0 0 0;
}

#banner {
	position:relative;
	float:left;
	background-image:url(../images/banner.jpg);
	width:750px;
	height:174px;
	padding:0 0 0 0;
}

.banner_nav	{ position:absolute; top:138px; left:4px; }


#main_screen {
	position:relative;
	float:left;
	width:750px;
	height:252px;
	border-bottom:10px solid #bc1f26;
}

#text {
	position:relative;
	float:left;
	width:720px;
	min-height:100px;
	padding: 0 15px 0 15px;
	margin-bottom:15px;
}

#text2 {
	position:relative;
	float:left;
	width:285px;
	min-height:100px;
	padding: 0 15px 0 15px;
	margin-bottom:15px;
}

#text3 {
	position:relative;
	float:right;
	width:185px;
	min-height:100px;
	padding: 0 15px 0 15px;
	margin-bottom:15px;
	font-size:12px;
}

#footer {
	position:relative;
	float:left;
	width:750px;
	height:31px;
	background-image:url(../images/footer_stripe.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #bc1f26;
	margin-bottom:15px;
}

.footer_left {
	position:relative;
	float:left;
	left:15px;
	top:8px;
	color:#ffffff;
}

.footer_right {
	position:relative;
	float:right;
	right:15px;
	top:8px;
	color:#ffffff;
}

.footer_right	a:link		{ color: #FFFFFF; text-decoration:none;}
.footer_right	a:visited	{ color: #FFFFFF; text-decoration:none;}
.footer_right	a:hover		{ color: #FFFFFF; text-decoration:underline;}

/* Generic */
a:link 		{ color: #000000; text-decoration:none;}
a:visited 	{ color: #000000; text-decoration:none;}
a:hover 	{ color: #bc1f26; text-decoration:underline; }
