

*
{
        font-family:verdana;
        font-size:8pt;
}

body {
	background-color:white;
	font-family:helvetica, verdana, arial;
	color: #666;
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-top:20px;
}


a {
	text-decoration:underline;
	color:red;
	font-size:95%;
	font-family:verdana, helvetica, arial;

}

a:hover {
	text-decoration:underline;
}

/** background image **/

#pageWrapper {

	width:700px; /* TO CHANGE THE WIDTH YOU MUST CHANGE THIS ONE AND ALL OTHER WIDTHS MARKED 'THIS ONE!!!!!' */
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:5px;



}
.content{
float:left; width:auto; height:auto; }

/** the menu **/

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 16px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/protected/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/protected/blockactive.gif) center center repeat-x;
}

.smallMan {
	background-image:images/protected/smallMan.jpg;
	background-position:right;
}


/* MAIN CONTENT STYLES N SHIZZNIT */
.mainContent {
	float:left;
	width:660px; /*** THIS ONE!!!!! ***/ /* don't forget to minus 20px because of the padding */
	margin:20px;
	padding-top:10px;
}
.mainContent h1{
	color:#FFF;
	font-size:18pt;
}

.mainContent h2{
	color:#336;
	font-size:16pt;
}

.mainContent h3{
	color:#336;
	font-size:12pt;
}

.mainContent p{
	font-size:8pt;
}

.mainContent a{
	color:red;
	font-size:10pt;
	text-decoration:none;
}

.mainContent a:hover{
	color:#336;
	font-size:10pt;
	text-decoration:none;
}


#mainContentFlushImage {
	width:697px;/*** THIS ONE!!!!! ***/ /** don't forget to take off 3px to compensate for the drop shadow**/
	height:365px;
	float:left;
	padding:0px;
	margin:0px;
	border-color:black;
	border-width:1px;
	border-style:none;
}




/* Form fields */
td.formKey
{
        color:#ffffff;
        font-weight:bold;
}

td.formValue
{
        color:#ffffff;
}

input.formValue, select.formValue
{
        margin-top:3px;
        margin-bottom:3px;
}

font.inputTitle
{
        color:#ffffff;

}
