body {
	background-color: #474747;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #CECECE;
	height: 100%
}
pre {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	margin-top: 0;
}
h1 {
	font-size: 17px;
}

h2 {
	font-size: 13px;
}

#forumlist th, #forumlist td { font-size: 1em; }
#forumlist th { background: #777; padding-left: 5px; text-align: left; }
#forumlist td { background: #666; padding: 5px; }

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #666666;
}

#layout {
	width: 752px;
	margin: auto;
	position: relative;
}

#layout #header {
	background: url(images/header.gif) no-repeat top left;
	height: 135px;
}

#nav {
	/*float: left;*/
	width: 143px;
	height: 100%;
	background: url(images/bg.gif) repeat-y top left;
}

#nav img {
	border-width: 0;
}

#nav #navigation {
	height: 62px;
	background: url(images/navigation.gif) no-repeat top left;
}

#nav #member {
	height: 38px;
	background: url(images/member.gif) no-repeat top left;
	margin-top: -2px;
}

#nav #affiliates {
	height: 19px;
	background: url(images/affiliates.gif) no-repeat top left;
}

#nav #powered {
	height: 19px;
	background: url(images/powered.gif) no-repeat top left;
}

#nav #bottom {
	height: 2px;
	background: url(images/bottom.gif) no-repeat top left;
}

.navbg {
	background: url(images/bg.gif) repeat-y top left;
	width: 143px;
	padding-left: 13px;
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.navbg #login {
	line-height: 2.4em;
	margin-left: 3px;
	float: left;
	padding-right: 4px;
}

.navbg input {
	/*background: transparent;*/
	border: 1px solid black;
	width: 75px;
	height: 15px;
	font-size: 10px;
	vertical-align: middle;
	margin-bottom: 5px;
	/*float: left;*/
}
input {
	/*background: transparent;*/
	border: 1px solid black;
	/*width: 75px;*/
	/*height: 15px;*/
	font-size: 10px;
	/*vertical-align: middle;*/
	margin-bottom: 5px;
	/*float: left;*/
}
#clrboxinput {
font-family:"Fixedsys", Fixedsys;
}
#previewbox {
font-family:"Fixedsys", Fixedsys;
}
#jslinks {
text-decoration:none;
}
#previewbox {
position:absolute;
visibility:hidden;
border: 2px black;
border-style: solid;
background-color:white;
padding:3px;
text-align:center;
font:fixedsys;
color:black;
float: left;
}
#colorcodebox {
position:absolute;
visibility:hidden;
}
textarea {
	border: 1px solid black;
	font-size: 12px;
	margin-bottom: 5px;
}
.navbg #submit {
	height: 18px;
	width: 75px;
	margin-top: 2px;
	margin-right: 40px;
	margin-left: 20px;
	margin-top: 4px;

}

#content {
	/*position: absolute;*/ /*content can't be absolute on this design or it will be too far over on small resolutions*/
	position: relative;
	width: 593px;
	/*float: right;
	top: 0px;
	left: -8px;*/
	top: 0px;
	padding-bottom: 10px;

}

#pagetitles {
	top: 0px;
	font-weight: bold;
	font-size: 14px;
}

.forums {
   border-width: 0px;
}

.banner {
	position: relative;
	top: 0px;
	margin-top: 15px;
	margin-left: 50px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

.content-table {
	margin-top: -5px;
	margin-left: 20px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	background-color: #7E7E7E;
}

.content-table input {
	width: 400px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

hr {
	background-color: black;
	border-width: 0;
	height: 1px;
	width: 300px;
	background-color: #CECECE;
	/*margin-top: 5px;
	margin-bottom: 5px;*/
}

#copyright {
	font-size: 9px;
	line-height:2em
}

#copyright a, a:link, a:visited {
	color: #C1615F;
	/*padding: 1px 0 1px 0;*/
	text-decoration: underline;
}

#copyright a:hover {
	color: white;
}

.popuphelp a:link {
	text-decoration: none
}

a, a:link, a:visited {
	color: #CECECE;
	/*font-weight: bold;*/
	text-decoration: underline;
}



a:hover {
	text-decoration: none
}

