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

#bg {
	background-color: #C2DBF4;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
}
#header {
	background-image: url(../images/header.gif);
	height: 133px;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#menu {
	float: right;
	margin-top: 106px;
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
}
#menumembers {
	margin-top: 107px;
	font-family: Verdana;
	font-size: 12px;
}
#menumembers a {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
#menumembers a:hover {
	background-color: #C2DBF4;
}
#dropmenudiv {
	position:absolute;
	border:1px solid #999999;
	font-family: Verdana;
	font-size: 12px;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#000099;
}
#dropmenudiv a:hover {
	background-color: #C2DBF4;
}
#contentbg {
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}
#footer {
	background-image: url(../images/footer.gif);
	height: 29px;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#plink a {
	float: right;
	height: 10px;
	width: 110px;
	margin-right: 10px;
	margin-top: 10px;
}
#plink a:hover {
	background-color: transparent;
}
#terms {
	text-align: center;
	font-size: 14px;
}
body {
	font-family: Arial;
	font-size: 16px;
}
td {
	font-family: Arial;
	font-size: 16px;
}
th {
	font-family: Arial;
	font-size: 16px;
}
a { 
	color: #0000CC;
	text-decoration: none;
}
a:hover { background-color: #C2DBF4; }
.headline {
	font-family: Tahoma;
	font-size: 26px;
	font-weight: bold;
	color: #3333CC;
}
.subhead {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
}
.indent {
	text-indent:15px;
}
.highlight {
	background-color: #FFFF00;
}
.subheadline {
	font-family: Tahoma;
	font-size: 22px;
	font-weight: bold;
	color: #3333CC;
}
.joinbutton {
	width: 145px;
  	height: 60px;
	margin: 0px;
  	padding: 60px 0 0;
  	border: 0px;
	background: transparent url(../images/joinfreenowbutton.gif) no-repeat center top;
	cursor: pointer;
	cursor: hand;
	overflow: hidden;
}
.smallbrokenblueborder { border:2px dashed #3333CC; }
.blue { color:#3333CC; }
.linkblue { color:#0000CC }
.red { color:#CC0000; }
.reditalic {
	color: #CC0000;
	font-style: italic;
}
.bluebold {
	color: #3300CC;
	font-weight: bold;
}
.small { font-size: 12px }
.indent16 {
	text-indent:15px; 
	font-size: 16px;
}
.sm { font-size: 14px; }

