body
{
	min-width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #FFFFCC;
}
 
#wrapper
{
	width: 900px;
}

.errortext
{
	font-size: 11px;
	color: #FF0000;
}
.successtext
{
	font-size: 11px;
	color: #339966;
}


.pagetitle
{
	background-position: left center;
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-image: url(   'images/pagetitle.jpg' );
	background-repeat: no-repeat;
	padding-top: 15px;
	text-align: left;
	padding-left: 30px;
	background-color: #800000;
}

.topfive
{
	height: 40px;
	color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	background-color: #800000;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}


input.button
{
	background-position: left center;
	border: 2px outset #808080;
	background-color: #333333;
	color: #FFFFFF;
	background-image: url( 'images/arrowyellow.gif' );
	background-repeat: no-repeat;
}


#header,#menu,#content,#sub-section,#footer,#adlinks {
overflow:hidden;
display:inline-block;

}
#header,#menu,#footer,#adlinks {width:100%}
#menu
{
	margin-top: -3px;
	background-color: #000000;
	height:50px;
}
#header
{height:380px;
}


#adlinks
{
	height: 180px;
	background-color: #000000;
}


#content,#sub-section {float:left}
#content
{
	border: thin solid #000000;
	width: 80%;
	background-color: #FFFFFF;
}
#sub-section
{
	width: 150px;/*19.5%; background-color:#E0DCD3;*/
	min-height: 100%;
	background-color: #800000;
}
#footer
{
	clear: left;
	background-image: url( 'images/footerback.jpg' );
	height:130px;
} 

h2.whitetext
{
	color:White;
}
h2.maroontext
{
	color: #800000;
}

.websitetitle
{
	font-size: 1.5em;
	color: #800000;
	font-weight: bold;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #D10000; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 185px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 14px Tahoma;
/*color: black;*/
	color: #ffffff;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 5px 9px 5px; /*Padding within each menu item*/
background-color: #A42914; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #FFFFFF; /*Red color theme*/
/*padding-top: 9px; Flip default padding-top value with padding-bottom */
/*padding-bottom: 5px; Flip default padding-bottom value with padding-top*/
color: #D10000;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: #A42914;
}

#contents
{
	border: 2px dashed #800000;
	padding: 5px;
	background-color: #FFFFFF;
}


.redlinks a:link, .redlinks a:visited, .redlinks a:active
{
	text-decoration: underline;
	color: #800000;
}
.redlinks a:hover
{
text-decoration:none;
}

.whitelinks a:link, .whitelinks a:visited, .whitelinks a:active
{
	text-decoration: underline;
	color: #FFFFFF;
	display:inline-block;
}
.whitelinks a:hover
{
text-decoration:none;
}

.optional
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #FF9900;
}


.siteimage
{
	width:311px;
	height:280px;
}

.siteimagecontainerf
{
	border: 1px dashed #800000;
	height: 315px;
	width: 570px;
	overflow:auto;
}

.siteimagecontainer
{
	border: 1px dashed #800000;
	height: 315px;
	width: 285px;
	overflow:auto;
}

#pendinglist
{
padding: 5px;
}
