body {
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
	color: #FFFFFF;
	font-family: Arial;
	background: #0D0E10;
}

A:link {
	COLOR: #FFFFFF; text-decoration: underline
}
A:visited {
	COLOR: #FFFFFF; text-decoration: underline
}
A:active {
	COLOR: #FFFFFF; text-decoration: underline
}
A:hover {
	COLOR: #FFFFFF; text-decoration: none
}

#page_wrapper {
	background: #AFAFAF;
	margin-left: auto; 
	margin-right: auto;
	width: 1000px;
	text-align: left;
}

#page_header {
	background: url(images/main_logo.gif) top left no-repeat #173259;
	height: 150px;
	width: 1000px;
	color: #FFFFFF;
	margin: 0px;
	border-bottom: 1px solid #000000;
}

#sc_side_nav ul {
	margin-top: 5px;
	margin-left: 0;
	padding: 0;
	list-style: none;
}

#sc_side_nav li {
}

#sc_side_nav ul li {
	background: url(images/button_off.gif) 5px 0px no-repeat;
	margin: 0;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 13px;
	font-size: 10pt;
	font-weight: bold;
}

#spacer {
	background: #525886;
	height: 7px;
	border-bottom: #FFFFFF solid 1px;	
}

#left_column {
	background: #AFAFAF;
	width: 150px;
	height: 600px;
	vertical-align: top;
}

#left_column h1 {
	font-size: 12pt;
	margin: 5px;
}

#left_column h2 {
	font-size: 10pt;
	margin: 5px;
}

#left_column a {
	text-decoration: none;
}

#left_column a:hover {
	text-decoration: underline;
}


#left_column p { 
	margin: 0px;
} 

#middle_column {
	background: #FFFFFF;
	color: #000000;
	vertical-align: top;
	width: 700px;
	height: 600px;
	border-left: #000000 solid 1px;	
	border-right: #000000 solid 1px;	
}

#right_column {
	background: #AFAFAF;
	width: 150px;
	height: 600px;
	vertical-align: top;
	text-align:center;
	padding-top: 5px;
}

#right_column h1 {
	font-size: 10pt;
	background-color: #505050;
	margin: 5px;
}
