body {
	text-align: center;
	background: #992211 url('/images/bg.jpg') top center no-repeat fixed;
	margin-top:10px;
	margin-bottom:0px;
}


A:link {
	color: #CA4E13; text-decoration: none
}
A:visited {
	color: #CA4E13; text-decoration: none
}
A:active {
	color: #CA4E13; text-decoration: none
}
A:hover {
	color: #CA4E13; text-decoration: underline
}

hr {
	color:#ffffff;
	height:1px;
	width:80%;
}

span {
	color:red;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

img {
	border:solid 1px #cccccc;
}

#wrapper {
	margin-left: auto; 
	margin-right: auto;
	width: 768px;
	text-align: left;
	background: #000000;
	border: 2px solid #000000;
}

#header {
	height: 254px;
	background: #000000 url('/images/header.jpg') top center no-repeat;
	clear: both;
}

#nav_bar {
	height:32px;
	/*background: #1B3B8F url('/images/nav_shadow.gif') top left repeat-x;*/
	background: #1B3B8F;
	border-top: 3px solid #000000;
	clear: both;
}

#nav_bar ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom:3px;
	/*background: #1B3B8F url('/images/nav_bg.gif') top left repeat-x;*/
	background: #1B3B8F;
	color: #FFFFFF;
	float: left;
	width: 100%;
	font-family: verdana, arial, sans-serif;
	font-size:14px;
	font-weight: bold;
}

#nav_bar ul li { display: inline; }

#nav_bar ul li a
{
	padding-top:5px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	/*background: #1B3B8F url('/images/nav_bg.gif') top left repeat-x;*/
	background: #1B3B8F;
	color: #EFEFEF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #EFEFEF;
}

#nav_bar ul li a:hover
{
	/*background: yellow url('/images/nav_bg_over.gif') top left repeat-x;*/
	background: #3764D9;
	color: #EFEFEF;
}

#content {
	background-color:#FFFFFF;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:1px;
	margin-right:1px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:15px;
	padding-right:0px;
	clear:both;
}

#right {
	margin-top:0px;
	padding-top:15px;
	padding-left:5px;
	padding-right:15px;
	background-color: #FAFAFF;
	float: right;
	width:160px;
	border-left:1px dashed #cccccc;
}

#right h3 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #971E07;
	padding:4px;
	border-bottom: 1px solid #1B3B8F;
}

#right p {
	margin-top:0px;
	margin-bottom:15px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	padding-left:4px;
}

#left {
	float: left;
	width:550px;
	padding-top:15px;
	background-color: #FFFFFF;
	border:0px dashed #cccccc;
}

#left h3 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	color: #971E07;
	background-color:#FFFFFF;
	padding:4px;
	border-bottom: 1px solid #cccccc;
	clear:both;
}

#left p {
	margin-top:0px;
	margin-bottom:15px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding-left:4px;
}

#left td {
	border-bottom: 1px solid #cccccc;
	margin-bottom:25px;
}

#footer {
	background: #FFFFFF url('/images/bb_logo.gif') bottom left no-repeat;*/
	height: 70px;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:3px;
	padding-top:1px;
	padding-bottom:3px;
	clear: both;
}

#footer p {
	padding-top:18px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #666666;
	letter-spacing:1px;
}

#spacer {
	height:20px;
	clear:both;
}

.arrow { 
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
} 

.arrow li { 
	padding-left: 10px;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height:18px;
}

#left .arrow {
	color:#333333;
}
#right .arrow {
	color:#666666;
}

span.highlight {
	color: #971E07;
}

.thumbnail {
	float: left;
	margin-right:10px;
	margin-bottom: 10px;
	height:75px;
}

.floatLeft {
	float: left;
	margin-right: 10px;
}

.floatRight {
	float: right;
	margin-left: 10px;
}

.floatCenter {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
}