@charset "UTF-8";
body {
	font: 12pt "Times New Roman", Times, serif;
	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 */
}
.dropnav {
    display: none;
}
.oneColFixCtr #container {
	
}
.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{
}
.oneColFixCtr #mainContent h2{
}
.oneColFixCtr #mainContent h3, h4{
}
.oneColFixCtr #mainContent p{
}
.oneColFixCtr #innerContainer {
	margin: 0; /* left align for print */
	
}
html > body #container #mainContent #innerContainer {
	border-top: 0px;
	border-bottom: 0px;
}
.oneColFixCtr #header {
	height: 230px;
	margin-top: 21px;
}
.oneColFixCtr .innerLeftSquare {
	padding: 12px;
}
.oneColFixCtr .innerRightSquare {
	
	padding: 12px;
}
.oneColFixCtr #net {
	
}
html > body #container #mainContent #innerContainer #net {
	
}
.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;
}

/*******************/
/* 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 {
	height: 160px;
	border-top: 1px solid #000;
	padding: 12px;
}
.oneColFixCtr #footer  p {
    font-size: 0.8em;
}


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

.oneColFixCtrInside #containerI {
}	
.commentForm {
    display: none;
}
.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{
}
.oneColFixCtrInside #mainContentI h2{
}
.oneColFixCtrInside #mainContentI h3 {
}
.oneColFixCtrInside #mainContentI h4{
}
.oneColFixCtrInside #mainContentI .Yellow {
}
.oneColFixCtrInside #mainContentI p{
}
.oneColFixCtrInside #headerI {
}
.oneColFixCtrInside #innerContainerI {
}
.oneColFixCtrInside #innerContent {
}
.oneColFixCtrInside #innerContent a:link, a:visited {
}
.oneColFixCtrInside #innerContent a:hover {
}
.oneColFixCtrInside #innerContent a:active {
}

.oneColFixCtrInside #footerI {
}
.oneColFixCtrInside #footerI a:link, a:visited {
}
.oneColFixCtrInside #footerI  a:hover {
}
.oneColFixCtrInside #footerI a:active {
}