/***MAIN Style ***/
body{
	background-image:  url(/images/bg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
	margin:0;
	padding:0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
input, textarea, select {
	font: 10px Verdana;
}

img {
	border-style: none;
}

a:link {
	color: #474747;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ff0000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
	height: 90px; /*Height of top section*/
}

#topsection h1{
	margin: 0;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	/*padding-top: 5px;*/
	margin-right: 200px; /*Set right margin to RightColumnWidth*/
	background-color: #fff;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#rightcolumn{
	float: left;
	width: 197px; /*Width of right column*/
	margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
	border-left: 1px solid #ff0000;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;

	background-color: #f9f9f9;
}

#footer{
	clear: left;
	width: 100%;
	text-align: left;
	padding: 4px 0;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
/***END Main Style ***/

/****Header ***/
#top_pic_left {
	float: left;
	width: 257px; /*Width of left column in pixel*/
	margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
	margin-top: 15px;
}
#top_msg {
	margin: 0 74px 0 257px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	margin-top: 35px;
	padding-left: 10px;
	height: 30px;
}
#top_pic_right {
	float: left;
	width: 74px; /*Width of right column*/
	margin-left: -74px; /*Set left margin to -(RightColumnWidth)*/
}
#msg_wrapper {
	float: left;
	width: 100%;
}
#top_menu {
	margin-top: 21px;
	position: absolute;
}
/***END Header ***/

/***Search Box ***/
#search_box {
	border-bottom: 1px solid #FF0000;
	padding: 0;
	margin: 0;
}
/***END Search Box ***/

/***Featured Feed ***/
#featured_feed {
	font-size: 10px;
	margin-top: 1em;
	margin-bottom: 0;
}
#featured_feed_inner {
	font-size: 12px;
	border: 1px solid #FF0000;
	padding: 3px;
	margin-top: 3px;
}
/***END Featured Feed ***/

/***MISC***/
#messages {
	width: 250px;
	position: relative;
}

.google_ad {
	margin-top: 1em;
	margin-bottom: 1em;
}

.style1 {
	font-size: 10px;
	font-weight: bold;
}
.style2 {
	font-size: 10px;
}
.style3 {
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}
.lcol {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

table {
	width: 100%;
	border-style: none;
	padding: 0;
	margin: 0;
}

img {
	border-style: none;
}

.body_table {
	width: 780px;
	margin: 0 auto;
	border-style:none;
	padding:0px;
}

#errorExplanation {
	border: solid 2px #ff0000;
	margin: 3px;
	padding: 3px;
	color: #f00;
}
.form_error
{
  color: #ff0000;
}
