/*
** Begin Font CSS
*/
body {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; }
h1 {  font-size: 140%; }
h2 {  font-size: 130%; }
h3 {  font-size: 120%; }
h4 {  font-size: 110%; }
h5 {  font-size: 100%; }
h1, h2, h3, h4, h5 { margin-bottom: 0.2em; }

.c{color:#FFFFFF; font-weight: bold; text-decoration:none; font-size: 75%;}
.c:link { color : #FFFFFF; font-weight: bold; }
.c:active { color : #FFFFFF; font-weight: bold; }
.c:visited { color : #FFFFFF; font-weight: bold; }
.c:hover { color : #FFFFFF; font-weight: bold; text-decoration:underline}

.f{color:#000000; font-weight: bold; text-decoration:none}
.f:link { color : #000000; font-weight: bold;}
.f:active { color : #000000; font-weight: bold;}
.f:visited { color : #000000; font-weight: bold;}
.f:hover { color : #000000; font-weight: bold; text-decoration:underline}

.d {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; }
.e {  font-family: Arial, Helvetica, sans-serif; font-size: 70%; }
.g {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 85%; }

#content td { font-size: 0.8em; }
.pageMargin { font-size: 0.9em; }

/*Hack to use proper font size in Firefox*/
html>body td { font-size: 0.8em; }

/*
** End Font CSS
*/
/*
** Begin Style/Color CSS
*/
html, body
{
	background: #fff;
}
#header
{
	background: #c00;
	
}
#sotw {
	color: #fff;
	font-size: 70%;
	font-weight: bold;
}
#tagline {
	background: #000;
	color: #fff;
	font-weight: bold;
}
.right_title {
	background: #fc0;
	text-align: center;
	font-weight: bold;
}
.rightbox {
	border: 1px solid #000;
	text-align: center;
	margin: 5px auto 5px auto;
}
#survey {
	width: 80%;
	margin: auto; }

fieldset {
padding: 20px; }
/*
** End Style/Color CSS
*/
/*
** Begin Left Menu CSS
*/
#leftmenu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#leftmenu li {
	margin-bottom: 3px;
	background: #c00;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 2px;
	color: #fff;
	font-size: 75%;
	font-weight: bold;
	}

#leftmenu li a {
	color: #fff;
	text-decoration: none;
	}
#subs_head {
	background: #c00;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#subscribe {
	margin-top: 5px;
	border: 1px solid #000;
	text-align: center;
	}
/*
** End Left Menu CSS
*/
/*
** Begin Layout CSS
*/
html, body {
	margin: 0;
	padding: 0;
}
#header {
	margin: 0;
	padding: 0;
	height: 76px;
	width: 100%;
	clear: both;
}
#header a img{
padding: 0;
margin-bottom: -3px;
border: 0;
}

#pagetitle {
	float: left;
	text-indent: -5000px;
	}
#pagetitle h1 { display: inline; }
#sotw {
	float: right;
	padding-right: 168px;
	}
#sotw_image {
	position: absolute;
	top: 0;
	right: 0;
}
#tagline {
	width: 100%;
	clear: both;
	text-align: center;
}
#leftpanel {
	float: left;
	width: 10.4em;
	margin: 5px;
	margin-left: 2px;
}
#rightpanel {
	position: absolute;
	top: 95px;
	right: 0;	
	width: 11.6em;
	margin: 5px;
	margin-top: .5em;
	padding-right: 2px;
}
#content {
	margin-left: 11.2em;
	margin-right: 13em;
	
}
#subs_head {
	width: 100%;
}
#footer {
        text-align: center;
	clear: both;
}

/*
** End Layout CSS
*/
#unsub {
text-align: center;
border: 1px solid #000;
}
#unsubtitle {
background-color: #c00;
color: #fff;

}

.infocastmsg {
font-size: 110%;
}

.text		{ font-size: 0.8em; }
.italic { font-style: italic; }
.bold		{ font-weight: bold; }

.top 		{ vertical-align: top; }
.center	{ text-align: center; }
.right	{ text-align: right; }
.left		{ text-align: left; }

.field { width: 40em; }
.mandatory { color: #C00; font-weight: bold; }
/*.label { text-align: center; font-size:0.6em }*/

.mainTable { background-color: #EFF4FA; border: 0; border-style: collapse; padding: 5; text-align: center; }

.arial 	{ font-family: "MS arial",sans-serif }
.tnr		{ font-family: "Times New Roman",serif; }
.verdana	{ font-family: verdana, sans-serif; }
.helvetica	{ font-family: "Helvetica",sans-serif; }
.garamond	{ font-family: "Garamond",serif; }

.black	{ color: #000; }
.red		{ color: #C00; }
.grey		{ color: #CCC; }
.orange	{ color: #FD9900; }

.size100		{ font-size: 1em }
.size120		{ font-size: 1.2em }
.size150		{ font-size: 1.5em }
.size200		{ font-size: 2em }
.size300		{ font-size: 3em }

.pad		{ padding: 0 10 0 10;	}

.small	{ font-size: 85%;	}
/* Add Post Fee Pop-Up */

#PostFee { display: block; }

#PostFee a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	color: #7C9C41; }

#PostText {
	z-index: 10;
	position: absolute;
	top: 18%;
	left: 22%;
	display: none;
	padding: 30px 50px 50px 55px;
	width: 550px;
/*	font-size: 1em;*/
	font-weight: bold;
	color: #FFF;
	background:url(/images/Post_bg.png); }

#PostText fieldset {
	background: url(/images/Post_bg.png);
	border: none; }

#PostClose {
	text-align: right;
	margin: -20px -30px 0px 0px;
	text-decoration: none;
	color: #32CD32; }

#PostClose a:link, #PostClose a:active, #PostClose a:visited, #PostClose a:hover {
	text-decoration: none;
	color: #D6FDCC; }
	
#PostClose a:hover { color: #; }

