body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
	background:#1b134b url(images/bg.jpg) repeat-x;
}
a {
	color:#2E2265;
	text-decoration:underline;
}
a:hover {
	color:#990000;
	text-decoration:none;
}
p {
	margin:10px 0;
}
h1 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #2F1F62;
	margin-bottom: 0px;
}
#wrapper {
	width:750px;
	margin:0px auto;
}
#nav {
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	background: url(images/nav.jpg) no-repeat;
	height: 30px;
	width: 750px;
	line-height: 30px;
	font-size:11px;
}
#nav a {
	color:#FFFFFF;
	padding:0 6px;
	text-decoration:none;
}
#nav a:hover, #nav a.current {
	color:#FFCC66;
	text-decoration:none;
}
#content {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}
#info_wrapper {
	float: left;
	width: 545px;
}
#info {
	padding:0 10px 0 15px;
}
#nav_right_wrapper {
	float: left;
	width: 205px;
	background: url(images/navR_footer.jpg) no-repeat bottom;
}
#nav_right {
	width:175px;
	background:url(images/navR_bg.jpg) no-repeat;
	padding:10px 10px 0 20px;
	min-height:140px;
	height:auto !important;
	height:140px;
}
#nav_right ul {
	list-style-type:none;
	padding:0;
	margin:0;
	line-height:20px;
}
#nav_right li {
	background-position:top left;
	padding-left: 22px;
	background:url(images/navR_bullet.gif) no-repeat;
}
#footer {
	background: url(images/footer.jpg) no-repeat;
	float: left;
	height: 30px;
	width: 750px;
	padding-top: 90px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
table {
	border:#666666 solid 1px;
	border-bottom:none;
}
.row0 {
	background-color:#b3b4d0;
	font-weight:bold;
	border-bottom:#666666 solid 1px;
}
.row1 {
	background-color:#dfdfe7;
	border-bottom:#666666 solid 1px;
	border-left:#666666 solid 1px;
}
.rowHeader {
	background-color:#1b134b;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:#666666 solid 1px;
}
.rowFooter {
	border-bottom:#666666 solid 1px;
}
.required {
	color:#990000;
	font-style:italic;
	font-size:10px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}  /* for IE/Mac */


.clearfix {
	zoom: 1;     /* triggers hasLayout */
	display: block;     /* resets display for IE/Win */
}  /* Only IE can see inside the conditional comment
	and read this CSS rule. Don't ever use a normal HTML
	comment inside the CC or it will close prematurely. */
#content_picturebar {
	width: 240px;
	float: left;
}

#breadcrumbs {
	font-size: 11px;
	padding-bottom: 5px;
	text-align: right;
}
#breadcrumbs a {
	font-size: 11px;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#footer a {
	color: #FFF;
}

#content2 {
	background-image:url(images/content_footer_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
