@charset "UTF-8";
/* CSS Document */

html, body, #wrapper {
	background-color:#000000;
	color:#484847;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 150%;
	text-align: left;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	background-repeat: repeat;
}

#wrapper {
	background-image:url(../images/beige-bg.gif); background-repeat:repeat-y; background-position:158px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 400px;
	padding:0;
}

#padme {
	padding:20px;
	text-align:left;
	line-height: 150%;
}

.sponsortxt {
	color:#000000;
	padding-top:14px;
}

#sponsorlogos {padding:20px;}

.logo {height:191px; width:158px; margin-top:20px;}

/************ Nav style **************/

.submenu {
	width:115px;
	font-size:11px;
}
/************ sectionLinks styles **************/

#sectionLinks{
	vertical-align:middle;
	margin: 0px;
	padding: -10px 0px 0px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	height:23px;
	vertical-align:middle;
	display: block;
	border-top: 1px solid #696969;
	background-image: url(../images/bg_nav.jpg);
	color: #696969;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration:none;
	text-align:left;
	padding: 4px 0px 0px 16px;
}

#sectionLinks a:hover{
	vertical-align:middle;
	color:#000000;
	border-top: 1px solid #e9b02c;
	font-weight: lighter;
	text-decoration: none;
	display: block;
	padding: 4px 0px 0px 16px;
}

#sectionLinks a:active{
	vertical-align:middle;
	color:#000000;
	border-top: 1px solid #e9b02c;
	font-weight: lighter;
	text-decoration: none;
	display: block;
	padding: 4px 0px 0px 16px;
}

#navline {width:115px; height:1px; background-color:#ffffff; border-top:#696969 solid 1px;}

.icons {width:50px; float:left; padding-left:27px; padding-top:3px;} 


a.homeIcon { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 13px; /* width of reactive image */
     height: 15px; /* height of reactive image */
     background-image: url(../images/icon_home_off.gif); /* source for start image */
     background-repeat: no-repeat;
     }
         
a.homeIcon:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/icon_home_on.gif); /* source for target image */
     } 


a.emailIcon { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 13px; /* width of reactive image */
     height: 15px; /* height of reactive image */
     background-image: url(../images/icon_email_off.gif); /* source for start image */
     background-repeat: no-repeat;
     }
         
a.emailIcon:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/icon_email_on.gif); /* source for target image */
     } 
	 
