body {
	font-family: "franklin Gothic Book", verdana;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	width: 980px;
	margin-top: 230px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper a {
	color: #999999;
	text-decoration: underline;
}

#wrapper a:hover {
	color: #FFFFFF;
	background-color: #BE2528;
}
#left {
	float: left;
	width: 220px;
	margin-top: 80px;
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
}
#main {
	width: 700px;
	float: right;
	border: 1px solid #E4E4E4;
	padding: 20px;
	font-size: 13px;
	color: #333333;
}
#nav {
	float: right;
	width: 720px;
	font-size: 11px;
}

.shadow{
border:1px solid #DDE5F0;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=.8); /*modify to change the shade solidity/opacity, same as below*/
opacity:.01; /*firefox 1.5 opacity*/
-moz-opacity:.01; /*mozilla opacity*/
-khtml-opacity:.01; /*opacity*/
z-index:10
}
#main h1 {
	font-size: 15px;
	color: #BE252A;
	font-weight: lighter;
	text-transform: capitalize;
}
#main h2, .blueSubheadings {
	font-size: 13px;
	font-weight: lighter;
	color: #13739D;
}

#main ul {
	list-style-image: url(images/bullet.png);
text-align: left;
}
#right, #rightthin {
	float: right;
	margin: 10px;
	padding: 10px;
	background-color: #F3FAFE;
	border: 1px dashed #B6DEFA;
	font-size: 12px;
}
 #joinform {
	background-color: #F3FAFE;
	border: 1px dashed #B6DEFA;
	font-size: 12px;
	margin-left: 30px;
}
#main ol {
	font-size: 20px;
	color: #13739D;
}
#main ol div {
	font-family: "franklin Gothic Book", verdana;
	font-size: 13px;
	color: #333333;
	padding-bottom: 10px;
}

#right {
	width: 330px;
}
#rightthin {
	width: 200px;
}
#right  select {
	font-size: 10px;
}
#right input {
	font-size: 10px;
}
#rightthin ul
{
list-style-type: none;
text-align: left;
}

#rightthin ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
}

#rightthin ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: black;
}

#rightthin ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666;
}

.imgBorder {
	margin: 3px;
	padding: 3px;
	border: 1px solid #666666;
	background-color: #F3FAFE;
}
#main hr {
	color: #6099C6;
}
#main li p{
	padding-bottom: 5px;
}
.buttons {
	background-color: #CF282F;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #AD2026;
	text-transform: uppercase;
	font-size: 10px;
}
.searchtext{
	size:10;
	font-size: 12px;
	font-family: "franklin Gothic Book", verdana;
}
#hmfeature {
	border: 2px dashed #D2DFEE;
	background-color: #D2DFEE;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

