/*CSS Document*/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* zeroes the margins on the body */
	padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
	border: 0; /* zeroes off any existing border */
	min-width: 750px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from 			disappearing off the left edge with Gecko browsers */
} 

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #962328;
	font-weight: bold;
}

h2, h3 {
	color:#962328;
	margin-bottom:4px;
	font-size:14px;	
	}
h2	{	
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #962328;
	}
	
hr {
	horizontal-align:center;
	}
		
/*--------------------------IDs------------------------*/
	
#footer {
	color:#666;
	font-size:9pt;
	text-align: right;
	z-index:7;
	}

#header	{
	position:relative;
	top: 5px;
	left: 0px;
	height:110px;
}
	
#leftside {
	display:none;
	}
	
#mainbody {
	position: relative;
	float: left;
	width: 680px;
	padding:10px;
	background-color: #ffffff;
}

#mainbody a:link {
	color:#900;
	margin-bottom:.2px;
	}

#mainbody a:visited {
	color:#621B4B;
	}
	
#mainbody a:hover	{
	color:#00C;
	}
	
#mainbody a:active {
	color:#00C;
	}

#mainbody p, li, td, th	{
	font-size:10pt;
	}
#mainbody p {
	line-height:1.3em;
	}
	
/*--------------------------------End IDs-----------------*/

/*----------------------------Start Classes-----------------------*/
	
.aligntop	{
	vertical-align:text-top;
	}
.alignright	{
	text-align:right;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.floatright	{
	float:right;
	}
.footnote	{
	font-size:8pt;
	font-style:italic;
	}

.inputbutton { color: #000;
        background-color: #F5F5F5; 
        margin: 3px 0 3px 0; 
		font-size:10px;
		padding: 0;
		}

.inverse {
	color: #FFFFFF;
	background-color: #000000;
}

.longlist li {
	padding-bottom:8px;
}

.redborder	{
	border:#900	3px solid;
	float:right;
	margin:4px;
	}
		
.wrapper {
	position:relative;
	width: 680px;
	margin: 0px auto;
	padding: 0;
}
		
/*--------------------------------End Classes-----------------*/

/*----------------------------Left Menu-----------------------*/
		
#p7swapmenu {
	display:none;
}

/*----------------------------End Left Menu-----------------------*/
