body, html {
	margin:0px;
	background: #232323 url(bg.jpg) repeat-x center top;
}

div, span, td, p, input, font {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 220%;
	font-size: 9pt;
	color: #808080;
}

a, a:active, a:visited, a:link  { 
	color: #636363;
}

a:hover  { 
	color: black;
	text-decoration: none;
}

h1, h2, h3, h4 {
	margin: 3pt;
	margin-left: 0px;
	padding: 0px;
}

h1 {
	font-size: 16pt;
	color: #515151;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

.small {
	font-size: 8pt;
}

.page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: white;
}

.head {
	background: black;
	padding: 10pt;
	padding-left: 30pt; 
	font-size: 12pt;
}

	.head h1 {
		margin: 10pt;
		margin-left: 0pt;
		font-size: 20pt;
	}
	
	.head h1 a, .head h1 a:active, .head h1 a:visited, .head h1 a:link  { 
		color: #EDC717;
		text-decoration: none;
	}
	
	.head h1 a:hover  { 
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	.fullcol {
		margin-left: 3%;
		margin-right: 2%;
		margin-bottom: 1em;
		margin-top: 1em;
	}
	
.foot {
	clear: both;
	font-size: 8pt;
	border: 4pt solid #DADADA;
	background: #DADADA;
	vertical-align: middle;
	padding: 8pt;
	padding-top: 15pt;
}



.black_box {
	background: black;
	padding: 8pt;
	color: #A4A4A4;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

	.black_box a, .black_box a:active, .black_box a:visited, .black_box a:link  { 
		color: #CACACA;
		text-decoration: underline;
	}
	
	.black_box a:hover  { 
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.black_box ul { 
		padding: 0px;
		margin: 0px;
		list-style-type:none;
	}
	
	.black_box ul li { 
		border-bottom: solid 1px #1A1A1A;
	}
	
.grey_box {
	background: #E7E7E7;
	padding: 8pt;
	color: #7C7C7C;
	margin-top: 6pt;
	margin-bottom: 6pt;
	border: 1px solid #D6D6D6;
}	

	
	.grey_box ul { 
		padding: 0px;
		margin: 0px;
		list-style-type:none;
	}
	
	.grey_box ul li { 
		border-bottom: solid 1px #FFFFFF;
	}
	
/* column styles */


.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	top: 10pt;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background: white;
}
.threecol .colmid {
	right:25%;			/* width of the right column */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
}
.threecol .col1 {
	width:40%;			/* width of center column content (column width minus padding on either side) */
	left:108%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:26%;			/* Width of left column content (column width minus padding on either side) */
	left:38%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

	