body{
	background-color:#333333;
	background-image:url(images/black_back.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin: 0 0 0 0;
}

/* layout */

#main{
	width:893px;
	margin:0 auto auto auto;
	 background-color:#000000;
	height:100%;
	position:relative;
	display:block;
	border-left:1px solid #000000;
	border-right: 1px solid #000000;
	
}
#right_nav{
	float:right;
	width:381px;
	background-color:#007d71;
}
#left_nav{
	float:left;
	width:512px;
	background-color:#007d71;
	height:412px;
/*	background-image:url(images/home/home-content-back.gif);
	background-repeat:no-repeat;
	background-position:bottom left; */
}

#footer{
	padding-right:20px;
	padding-bottom:40px;
	padding-left:auto;
	display:block;
	background-color:#000000;
	text-align:right;
}
/* font formatting */

body, div,p,td,th,li,h1,h2,h3,h4,h5,h6{
	color: #663399;
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:17px;
}
h1,h2{
	font-size:14px;
	line-height:21px;
}
h3,h4{
	font-size:12px;
	line-height:18px;
}
h5,h6{
	font-size:11px;
	line-height:17px;
}
a, a:link{
	color:#663399;
	text-decoration:underline;
}
a:visited{
	color:#cccccc;
	text-decoration:underline;
}

a:hover,a:active,a:visited:hover,a:visited:active{
	color:#999999;
	text-decoration:none;
}

#side_nav a, #side_nav a:link, #side_nav a:visited{
	text-decoration:none;
}
#side_nav a:hover, #side_nav a:active,#side_nav a:visited:hover, #side_nav a:visited:active{
	text-decoration:underline;
}
.top_link_green a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #063;
	text-align: right;
	margin-right: 0px;
	font-weight: bold;
	text-decoration: none;
}

.top_link_green a:hover {
color: #C00;
}
.yellow {
	color: #ffdb20;
}

