@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #A83725;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 960px;
	height: 1472px;
	background: #066140;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 24px;
	border: 8px solid #FFFFFF;
	text-align: left;  /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #mainContent h1{
	color: #CCCC00;
	font-size: 2em;
}
.oneColFixCtr #mainContent h2{
	font-size:1.4em;
}
.oneColFixCtr #mainContent h3, h4{
	font-size:1.2em;
}
.oneColFixCtr #mainContent p{
	font-size: 0.9em;
}
.oneColFixCtr #innerContainer {
	width: 760px;
	height: 1494px;
	background: #066140;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: -21px;
	margin-bottom: -16px;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
}
html > body #container #mainContent #innerContainer {
	height: 1472px;
	background: #066140;
	border-top: 0px;
	border-bottom: 0px;
}
.oneColFixCtr #header {
	width: 760px;
	height: 230px;
	border-bottom: 8px solid #FFFFFF;
	margin-top: 21px;
}
.oneColFixCtr .innerLeftSquare {
	float: left;
	width: 352px;
	height: 490px;
	background: #066140;
	border-right: 4px solid #FFFFFF;
	padding: 12px;
        overflow: auto;
}
.oneColFixCtr .innerRightSquare {
	float: right;
	width: 352px;
	height: 490px;
	background: #066140;
	border-left: 4px solid #FFFFFF;
	padding: 12px;
        overflow: auto;
}
.oneColFixCtr #net {
	width: 960px;
	height: 8px;
	margin-left: -100px;
	margin-right: -100px;
	background-color: #FFFFFF;
}
html > body #container #mainContent #innerContainer #net {
	float: left;
	width: 960px;
	height: 8px;
	margin-left: -100px;
	background-color: #FFFFFF;
}
.oneColFixCtr #container #mainContent #innerContainer #header a {
	color: #FFF;
}

.oneColFixCtr #container #mainContent #innerContainer a:link{
	color: #CCFF00;
}
.oneColFixCtr #container #mainContent #innerContainer a:visited{
	color: #CCFF00;
}
.oneColFixCtr #container #mainContent #innerContainer a:hover{
	color: #CC3300;
}
.oneColFixCtr #container #mainContent #innerContainer a:active{
	color: #FFFFFF;
}

.posted {
    font-size: 0.8em;
}

#login {
	float: left;
}
#login ul {
	padding: 0;
	margin: 0;
}
#login ul li {
	list-style-type: none;
	position: relative;
	padding-left: 5px;
}
#login ul li a {	
	color: #fff;
	text-align: left;
        font-size: 0.8em;
}


/*******************/
/* COMMENTS */
/*******************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.commentbox{
background-color: #A83725;
width: 450px;
padding: 10px;
}

.commentfooter{
background: url(images/arrow_orange.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #CCCC00;
}


/*******************/
/* FOOTER */
/*******************/

.oneColFixCtr #footer {
	float: left;
	width: 736px;
	height: 144px;
	background: #066140;
	border-top: 8px solid #FFFFFF;
	padding: 12px;
	overflow: hidden;
}
.oneColFixCtr #footer  p {
    font-size: 0.8em;
}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXX  Inside Pages XXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

.oneColFixCtrInside #containerI {
	width: 960px;
	background: #066140;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 24px;
	border: 8px solid #FFFFFF;
	text-align: left;  /* this overrides the text-align: center on the body element. */
}	

.oneColFixCtrInside #mainContentI {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrInside #mainContentI h1{
	color: #CCCC00;
	font-size:2em;
}
.oneColFixCtrInside #mainContentI h2{
	font-size:1.4em;
}
.oneColFixCtrInside #mainContentI h3 {
	font-size:1.2em;
}
.oneColFixCtrInside #mainContentI h4{
	font-size:1.1em;
}
.oneColFixCtrInside #mainContentI .Yellow {
        color: #CCCC00;
}
.oneColFixCtrInside #mainContentI p{
	font-size: 0.9em;
}
.oneColFixCtrInside #headerI {
	width: 760px;
	height: 230px;
	border-bottom: 8px solid #FFFFFF;
	margin-top: 21px;
}
.oneColFixCtrInside #innerContainerI {
	width: 760px;
	background: #066140;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: -21px;
	margin-bottom: opx;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
}
.oneColFixCtrInside #innerContent {
	width: 730px;
	overflow: hidden;
	background: #066140;
	padding: 16px;
}
.oneColFixCtrInside #innerContent a:link, a:visited {
	color: #CCFF00;
}
.oneColFixCtrInside #innerContent a:hover {
	color: #CC3300;
}
.oneColFixCtrInside #innerContent a:active {
	color: #FFFFFF;
}

.oneColFixCtrInside #footerI {
        font-size: 0.8em;
	width: 730px;
	height: 216px;
	background: #066140;
	border-top: 8px solid #FFFFFF;
	padding: 16px;
}
.oneColFixCtrInside #footerI a:link, a:visited {
	color: #CCFF00;
}
.oneColFixCtrInside #footerI  a:hover {
	color: #CC3300;
}
.oneColFixCtrInside #footerI a:active {
	color: #FFFFFF;
}