body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #999;	/*background-image: ;
	background-repeat:repeat;*/
}

#innerwrapper {
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:left;
	color: #333333;
	background:#fff;
	z-index:1;
	position: relative;
	border: 1px solid #cecece;
}

#outerwrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	z-index:1;	/*overflow: auto;*/

}

div#header {
    text-align: left;
    background-color: #CCCCCC;
	color: #FFFFFF;
	width: 900px;
    margin: 0px;
}


.headerimg { float:left; }


div#navcol {
    padding: 0;
    width: 163px;
	z-index: 10;
	float: left;
}


div#main {
   position: relative;
	top: 0px;
	left: 0px;
	width: 565px;
	margin: 30px 50px 0 210px; /*this controls the position of the text block */
	text-align: left;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	z-index: 0;
}


#secondary {
	top: 140px;
	left: 0;
	width: 550px;
	margin: 30px 50px 0 210px; /*this controls the position of the text block */
	text-align: left;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	z-index: 10;
}

div#sidecol {
    padding: 10px;
    width: 163px;
}

#footer {
	width: 100%;
	height: 30px;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	background-color:#666666;
	color: #FFFFFF;
    clear: both;
	float: left;
	
}

#footertxt {
	text-indent: 40px;
	padding: 8px 0 0 0;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	text-align: left;
	/*background-color: transparent;*/
}

/* FOOTER LINKS STYLING */
 
.footer A:link {
	text-decoration: none;
	color: #000000;
	}
.footer A:visited {
	text-decoration: none;
	color: #ccc; 
	}
	
.footer A:active {
	text-decoration: none;
	color: #FF3300;
	}
	
.footer A:hover {
	text-decoration: none;
	color: #fff;
	}

#copyright {
	width: 170px;
	height:30px;
	z-index:20;
	padding:0;
	float: left;
	font-family: Tahoma;
	font-size: 9px;
	color: #000;
	text-align: left;
	margin:10px 0 0 20px;
}

#sitedesign {
	width: 170px;
	height:30px;
	z-index:20;
	padding:0;
	float: right;
	font-family: Tahoma;
	font-size: 9px;
	color: #000;
	text-align: right;
	margin:10px 20px 0 0;
}

div#column2 {
    margin: 0;
    padding: 0;
    background-image:url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
    width: 100%;
    background-color: #fff; 
}
div#column1 {
    margin: 0px;
    padding: 0px;
    background-image: url(images/sidebg2.jpg);
    background-repeat: repeat-y;
    width: 100%;
    float: left;
}

.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#topphoto {
    text-align: left;
    background-color: #000;
	color: #FFFFFF;
    height: 200px;
	width: 900px;
    margin: 0px;
	clear: left;
}

#topphotosmall {
    text-align: left;
    background-color: #CCCCCC;
	color: #FFFFFF;
    height: 192px;
	width: 163px;
    margin: 0px;
	float: left;
	clear: both;
}


/* TEXT STYLING */

body,td,th {
	color: #000000;
}

p {
	font-family:Tahoma;
	font-size: 12px;
	line-height: 16px;
}

.bold {
	font-family:Tahoma;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

p.morelead {
font-size: 12px;
line-height: 20px;
}

p.extralead {
font-size: 12px;
line-height: 30px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 22px;
	color: #006600;
	text-align: center;
}
.green {
	color: #006600;
}
.greenbold {
	color: #006600;
	font-weight: bold;	
}
.bluebold A:link{
text-decoration: none;
	color: #006600;
	font-weight: bold;
}

.bluebold A:hover{
text-decoration: underline;
	color: #a1080b;
	font-weight: bold;
}

.greenbold A:link {
	text-decoration: none;
	color: #006600;
	font-weight: bold;
	}
	
h2 {
	font-size: 19px;
	color: #e1bd82;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
}

.small {
	font-family: Tahoma;
	font-weight: 100;
	font-size:10px;
}

.smallitalic {
	font-family: Tahoma;
	font-weight: 100;
	font-style:italic;
	font-size:10px;
}

.smallbold {
	font-family: Tahoma;
	font-weight: bold;
	font-size:11px;
}

.hilite {
	background-color: #ECECEC;
	color:#333333;
	vertical-align: middle;
	font-size: 11px;
}

.hilite-red {
	background-color: #FFFFFF;
	color:#FF0000;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
	font-weight: bolder;
	text-align: inherit;
}

/*tr.bottomline {
	border-bottom-color: #000066;
	border-bottom-width:thin;
	border-bottom-style: solid;
}*/

a:link {
	text-decoration: none;
	color: #006600;
}

a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}
#outerwrapper #innerwrapper #column2 #column1 #navcol .ad_1 {
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 6px;
	position: relative;
	float: left;
}
#outerwrapper #innerwrapper #column2 #column1 #sponsor_banner {
	height: 160px;
	width: 740px;
	float: right;
}
#header {
	height: 160px;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
	font-size: large;
	line-height: 18px;
}

div.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul.regList {
	list-style: disc;
	font-size: 12px;
}