html, body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#wrapper {
	width: 880px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
}
#util {
	height: 17px;
	overflow: hidden;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
	text-align: right;
	font-size: 12px;
	color: white;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: 900;
}
#util a {
	color: white;
	text-decoration: none;
}
#util a:hover { text-decoration: underline; }
#top {
	margin:0px; padding: 0px;
	height: 152px;
	margin-bottom: 35px;
}
#logo {
	display: block;
	/* background-image: url(../images/logo.gif); */
	height: 147px;
	overflow:hidden;
	width: 482px;
	float: left;
}

/* NAVIGATION */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav {
	margin-top: 16px;
}
#nav a {
	display: block;
	color: white;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-weight: 100;
	padding-left: 5px;
}
#nav a:hover {
	text-decoration: underline;
}
#nav li {
	float: left;
	margin-left: 5px;
	margin-left: 20px;
}
#nav li ul {
	width: 180px;
	background-color: #003466;
	color: #003366;
	border: 1px solid #003466;
	position: absolute;
	left: -999em;
	padding-top: 3px;
	padding-bottom: 3px;
	z-index: 100;
}
#nav li ul a {
	color: #003366;
	color: white;
	font-size: 12px;
	font-weight: 100;
}
#nav li ul a:hover {
	text-decoration: underline;
}
#nav li ul li {
	width: 160px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 0px;
	padding-left: 5px;
}
#nav li ul li a {
	padding-left: 0px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* END NAVIGATION */
#left_col {
	width: 208px;
	height: 266px;
	background-color: #f2f2f2;
	background-image: url(../images/left_bg.jpg);
	margin-top: 25px;
	margin-bottom: 10px;
	padding-top: 10px;
	float: left;
	color: black;
	position: relative;
}
#lc_info {
	position: absolute;
	top: 160px;
	left: 20px;
	font-size: 12px;
	line-height: 14px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
}
#content {
	width: 625px;
	float: right;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-right: 20px;
}
#footer {
	height: 15px;
	background-color: #336699;
	margin-top: 10px;
	font-family: Trebuchet MS, Arial, sans-serif;
}
#subfooter {
	text-align: center;
	font-size: 11px;
	font-weight: 900;
	margin-top: 5px;
	padding-bottom: 30px;
	font-family: Trebuchet MS, Arial, sans-serif;
}
#left_col a {
	display: block;
	padding-left: 15px;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/red_arrow.gif);
	background-repeat: no-repeat;
	color: black;
	font-weight: 900;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
#left_col a:hover {
	text-decoration: underline;
}
.c_left {
	width: 360px;
	float: left;
}
.c_right {
	width: 240px;
	float: right;
}
.c_opp {
	border: 1px solid #cccccc;
	margin-top: 15px;
}
.c_opp_title {
	padding: 5px;
	background-color: #d21142;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
}
.c_opp_title a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.c_opp_text {
	padding: 5px;
}
.c_opp_bold {
	color: #d21142;
	font-weight: bold;
}
.letters {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}
.letters a, .l_selected{
	display: block;
	float: left;
	padding: 3px;
	border: 1px solid #cfcfcf;
	margin-left: 3px;
}
.letters a:hover, .l_selected {
	color: white;
	background-color: #336699;
	border: 1px solid #336699;
}
.a_input {
	font-size: 10px;
	width: 80px;
	padding: 3px;
}
.a_submit {
	font-size: 10px;
	padding: 3px;
}

.opp {
	margin-bottom: 15px;
}

.opp_title {
	font-size: 16px;
	font-weight:bold;
}
