body {
	text-align: center;
	background: #336999 url('/images/bg.jpg') top center no-repeat fixed;
	margin-top:10px;
	margin-bottom:10px;
}


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: 770px;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #1A1D9F;
}

#header {
	height: 150px;
	background: #9ACD34 url('/images/header.jpg') top right no-repeat;
	clear: both;
}

#nav_bar {
	height:40px;
	background: #FFFFFF url('/images/nav_shadow.gif') top left repeat-x;
	clear: both;
}

#nav_bar ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	background: #EFCA54 url('/images/nav_bg.gif') top left repeat-x;
	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:5px;
	padding-left:15px;
	padding-right:15px;
	background: #EFCA54 url('/images/nav_bg.gif') top left repeat-x;
	color: #EFEFEF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#nav_bar ul li a:hover
{
	background: #EFCA54 url('/images/nav_bg_over.gif') top left repeat-x;
	color: #FFFFFF;
}

#content {
	margin-top:10px;
	margin-bottom:0px;
	margin-left:15px;
	margin-right:15px;
	clear:both;
}

#minHeight {
	float: left;
	width: 1px;
	height: 600px;
}

#right {
	margin-top:5px;
	float: right;
	width:160px;
	padding-left:5px;
	border-left:1px dashed #cccccc;
}

#right h3 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #971E07;
	padding:4px;
	border: 1px solid #cccccc;
	background-color:#F3F2F1;
}

#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;
	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 h4 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	color: #971E07;
	background-color:#FFFFFF;
	padding:4px;
	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 {
	height: 60px;
	background-color: #772812;
	clear: both;
}

#footer p {
	padding-top:18px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	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;
}

.floatLeft {
	float: left;
	margin-right: 10px;
}

.floatRight {
	float: right;
	margin-left: 10px;
}

.floatCenter {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
}

.greyBg {
	background:#F3F2F1;
}