body {
	background-image:  url(../images/layout/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #f1edde;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 13px;
	color: #373737;
}
th {
	text-align:left;
}
img {
	border-width: 0px;
	border-style: none;
}

#head {
	height: 135px;
	width: 980px;
	background-image: url(../images/layout/head_bg.png);
	margin: 0px auto;
}
#headmenu {
	position: relative;
	right: 6px;
	top: 31px;
	text-align: right;
	text-transform: uppercase;
	color: #a9a8a5;
	font-size: 0.9em;
}
	#headmenu a {
		padding-right: 5px;
		padding-left: 5px;
	}
#headsubmenu {
	position: relative;
	right: 33px;
	top: 41px;
	height: 22px;
}
	#headsubmenu a {
		display: block;
		width: 95px;
		height: 22px;
		background-image: url(../images/layout/btn-my-account.jpg);
		background-repeat: no-repeat;
		text-indent: -9999px;
		float: right;
	}
	#headsubmenu a:hover {
		background-position: 0 -30px;
	}


#nav {
	width: 980px;
	margin: 0px auto;
}

#wrapper {
	width: 980px;
	margin: 20px auto 0px;
}
#left {
	font-size: 16px;
	font-weight: bold;
	color: #bbbbbb;
	width: 180px;
}
#left .sponsorlogos {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#left .sponsorlogos img {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#middle {
	padding: 0px 20px;
}
#middle .homelist {
	display: block;
	background: url(../images/layout/bod_bullet_gold.png) no-repeat 0px 6px;
	padding-left: 10px;
	line-height: normal;
	margin-bottom: 10px;
	color: #373737;
}

#middle .homelist:hover {
	display: block;
	background: url(../images/layout/bod_bullet_blue.png) no-repeat 0px 6px;
	padding-left: 10px;
	line-height: normal;
	margin-bottom: 10px;
	color: #033568;
}



#right {
	width: 180px;
}
#right .memberlogin {
	display: block;
	background: url(../images/layout/memberlogin-bg.png) no-repeat;
	padding: 32px 13px 14px 28px;
	font-weight: bold;
	line-height: 10px;
	margin-bottom: 20px;
}

#right .box {
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-color: #edece8;
}
#right .box td {
	font-size: 10px;
}

#footlinks {
	margin-top: 20px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

#footlinks a {
	white-space: nowrap;
}
#foot {
	background: url(../images/layout/foot-gg.png) no-repeat;
	height: 41px;
	width: 980px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#foot .left {
	float: left;
	width: 480px;
	margin: 7px 0px 0px 10px;
	text-align: left;
}

#foot .right {
	float: left;
	width: 480px;
	margin: 7px 10px 0px 0px;
	text-align: right;
}








.pageTitle {
	font-weight: normal;
	color: #beb280;
	font-size: 24px;
	text-align: left;
	line-height: 1em;
}
a:link {
	color: #033568;
}
a:visited {
	color: #033568;
}
a:hover {
	color: #B89A28;
}
a:active {
	color: #B89A28;
}
a {
	text-decoration: none;
}
p {
	margin: 0.8em 0px auto;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #a9a8a5;
	margin: auto 0px 0.5em;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
}
.navList {
	padding-left: 0px;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
	margin: 0px 15px 0px 10px;
}
.navList li {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #EDE7D2;
	padding: 2px 0px 4px 0px;
	line-height: 1.5em;
	margin-left: 15px;
}
.navList li.sub {
	margin-left: 30px;
	line-height: 1.3em;
}
.navList img {
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left:-15px; 
	line-height: 1.3em;
}
.navTitle {
	color: #D5C297;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 5px;
}
.featureBox {
	background-color: #FDFCF7;
	border: 1px solid #E4D8BD;
	padding: 10px;
}
h4 {
	font-size: 12px;
	color: #B89A28;
}
.textList {
	margin-left: 30px;
	padding-left: 0px;
}
.textList li {
	padding-top: 8px;
}


label.error {
	font-weight: bold;
	color: #990000;
	margin-left: 12px;
}
.alert{
	font-weight: bold;
	color:#990000;
}

.notice {
	font-weight: bold;
	margin: 12px 0;
	color:#000033;
	background-color:#FFFFCC;
	padding: 8px;
	border: 1px solid #CCCCCC;
}
