/*page background - make the URL absolute after upload to make background show in Netscape 4*/
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #563D07;
}

#maincontainer{
	width: 800px;
	height: 100%;
}

#topsection{
background: #FFFFFF;
height: 230px; /*Height of top section*/
}

#contentwrapper{
	float: left;
	width: 100%;
}


/*MAIN TEXT STYLES FOR CONTENT AREA*/
#contentcolumn{
	margin-left: 215px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 120%;
	}

#leftcolumn{
	float: left;
	width: 208px;
	margin-left: -800px;
	background: #FFFFFF;
	background-image:url(images/lnav_back.jpg);
	background-repeat: repeat-y;
	margin-bottom: 5px;
	margin-top: 10px;
	height: 100%;
}

/*MAIN TEXT STYLES FOR NEWS AREA*/
#news_wrapper{
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
	margin-top:5px;
	background-color: #FEFBE8;
	background: #FEFBE8;
	padding-bottom: 10px;
	background-image: url(images/news_back.gif);
	background-repeat: repeat-x;
}

#left_news{
	float:left;
	width:260px;
	margin-top:7px;
	margin-left:15px;
	border-right:1px;
	border-right-color: #666666;
	height: 100%;
}

#ctr_news{
	float:left;
	margin-top:7px;
	margin-left:inherit;
	width: 260px;
	border-right:1px;
	border-right-color: #666666;
	height: 100%;
}

#right_news{
	margin-left:inherit;
	margin-top:7px;
	float:left;
	height: 100%;
	width: auto;
	}
	
#size {
	width: 100%;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: right;
	position: relative;
	text-align: right;
}

#footer {
	clear: left;
	width: 100%;
	background-color: #F1E7D1;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #030C35;
	padding-top: 2px;
	padding-bottom: 2px;
}

#updatefrm {
	background-color: #F4EDD3;
	padding-right: 5px;
	padding-top: 2px;
	padding-left: 5px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.p7tbsub {background-color: #FFFFFF; border: 1px solid #040D36; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 150%; layer-background-color: #FFFFFF;}
.p7tbsub p {margin: 1px; padding: 1px 1px 1px 1px;}
.p7tbsub a:link {color: #040D36;; text-decoration: none;}
.p7tbsub a:visited {color: #040D36;; text-decoration: none;}
.p7tbsub a:hover {
	color: #5B1128;
	text-decoration: none;
	display: block;
	background-color: #F1E7D1;
	width: 99%;
	border-top-color: #5B1128;
	border-top-style: dotted;
	border-bottom-color: #5B1128;
	border-bottom-style: dotted;
	height: 16px;
	border-top-width: thin;
	border-bottom-width: thin;
	line-height: 14px;
	}
.p7tbsub a:active {
	color: #5B1128;
	;
	text-decoration: none;
	;
	font-weight: bold;
}
.p7tbdn {color: #5B1128 !important; font-weight: bold;}

/*LINKS STYLES*/
a:link {color: #993333; text-decoration: none;}
a:visited {color: #993333; text-decoration: none;}
a:hover {color: #993333; text-decoration: underline;}
a:active {color: #993333; text-decoration: none; font-weight: bold}

.copyright {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 110%; color: #030C35;}
.bullet {
	list-style-position: inside;
	line-height: 120%;
	list-style-type: disc;
	text-indent: 2px;
}

/*HEADER STYLES*/
h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 100%; font-weight: bold; color: #030C35}
h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333}
.bluebold {font-weight: bold; color: #030C35}
.h3 {font-weight: bold; color: #030C35}

.lnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #030C35; 
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.l_news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 160%;
	margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.r_news {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 160%;
	margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.home_text {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}