@charset "utf-8";
/* CSS Document */

.floatleft	{
	float:left;
	margin-right:10px;
	margin-left:20px;
	}

a	{
	color: #7b001d;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
	}
	
a:visited	{
	color: #9f9f9f;
	}
	
a:hover	{
	color:#fd753a;
	}
	
p	{
	margin:20px;
	color:#7b001d;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;

	}
	
table	{
	margin-left:0px;
	width:;
	text-align:left;
	}

table b	{
	font-size:18px;
	line-height:28px;
	}

table tr	{
	vertical-align: top;
	}
	
.odd	{
	background-color:#E2E2E2;
	}
	
blockquote	{
	margin-left: 40px;
	color:#7b001d;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}
	
ul li	{
	margin-left: 20px;
	color:#7b001d;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}

body	{
	height:100%;
	background-image:url(images/bg-stripe.jpg);
	background-repeat:repeat-x;
	background-color:#7b001d;
	margin:0px;
		}
		
div#description	{
	margin-left:20px;
	}
	
div#description img	{
	margin: 0px;
	border: 0px;
	}

div#description p	{
	}	
		
div#container	{
	width:911px;
	margin-left:-455.5px;
	position: absolute;
	left: 50%;
	top: 84px;
	padding-bottom:20px;
	}
		
div#header	{
	height:209px;
	background-image:url(images/header.jpg);
	background-color:#FFFFFF;
	}
	
div#header img	{
	position: relative;
	left: 50%;
	margin-left: -398px;
	border:none;
	}
	
div#leftrc	{
	height:215px;
	width: 12px;
	float:left;
	background-image:url(images/left-rc.jpg);
	background-repeat:no-repeat;
	}	

div#rightrc	{
	height: 215px;
	width: 12px;
	float:right;
	margin-top:-213px;
	background-image:url(images/right-rc.jpg);
	background-repeat:no-repeat;
	}
	
div#link-list	{
	height:62px;
	background-image:url(images/bg-links.jpg);
	background-repeat:repeat-x;
	}	
div#link-list a	{
	width: 162px;
	line-height: 62px;
	text-decoration: none;
	color: #32373e;
	letter-spacing:0px;
	font-size:14px;
	text-decoration:none;
	padding-left:32px;
	}
div#link-list a:hover	{
	color: #FFFFFF;
	}
	
div#container2	{
	height:100%;
	width: 911px;
	background-color:#FFFFFF;
	float:left;
	}
	
div#page-header	{
	height:456px;
	width: 72px;
	float:left;
	}	
	
div#main	{
	width: 800px;
	float:right;
	margin-right:13px;
	margin-top:4px;
	min-height:460px;
	border:solid #9f9f9f 2px;
	}
	
div#footer	{
	width: 896px;
	height: 31px;
	float:left;

	background-color:#FFFFFF;
	background-image:url(images/left-lrc.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}
	
div#footer p	{
	margin-top:0px;
	color: #9f9f9f;
	text-align:right;
	font-size:9px;
	line-height:31px;
	}
	
div#footer a	{
	color: #9f9f9f;
	text-align:right;
	font-size:9px;
	line-height:31px;
	}
	
div#rightlrc	{
	float: right;
	width:15px;
	background-image:url(images/right-lrc.jpg);
	background-repeat:no-repeat;
	height:31px;
	}
	