body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #000033;
} 

p {
	font-size: 12px; 
	line-height: 1.4em;
	padding-left: 2.5em;
	padding-right: 2.5em; 
	margin-top: 0;
	margin-bottom: 0;
} 

h1 {
	color: white;
	font-size: 20px;
	letter-spacing: 0.05em;
	padding-left: 1em; 
	padding-top: 15px;
} 

h2 {
	color: black;
	font-size: 17px; 
	padding-left: 1em;
	padding-right: 2em;
	margin-bottom: .25em;
	margin-top: 0;

} 

p.class1 
{
	color: black;
	font-style:italic;
	font-size: 14px; 
	padding-left: 3em;
	margin-top: 0;
	margin-bottom: 1em;
}

p.class2 
{
	color: black;
	font-style:italic;
	font-size: 12px; 
	padding-left: 5em;
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: black;
	text-decoration: none; 
}

a:hover
{
	color: white;
	font-style: italic;
	text-decoration: none;
}


#wrapper
{
	background-color: #66cbff;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#banner
{	height:133px;
}

#nav_bar
{
	height:34px;
	background-color: black;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #000033;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #000033;
}

#content_wrapper
{
	height:750px;
}

#left_col
{
	float:left;
	width:200px;
	height:750px;
	color:#66cbff;
	background-color:black;
}

#center_col
{
	padding-top: 15px;
	float:left;
	width:750px;
	height:735px;
	background-color:#66cbff;
}

#left_center
{
	float:left;
	width:249px;
	height:735px;
	background-color:#66cbff;
}

#center_center
{
	float:left;
	width:249px;
	height:735px;
	background-color:#66cbff;
}

#right_center
{
	float:left;
	width:249px;
	height:735px;
	background-color:#66cbff;
}

#left_centerf
{
	float:left;
	width:375px;
	height:350px;
	background-color:#66cbff;
}

#center_centerf
{
	float:left;
	width:375px;
	height:350px;
	background-color:#66cbff;
}

#link_col
{
	padding-top: 15px;
	float:left;
	width:450px;
	height:735px;
	background-color:#66cbff;
	padding-left: 250px;
}

#footer
{
	height:20px;
	color:white;
	font-size: 14px;
	text-align: right;
	background-color: black;
	padding-right: .5em;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #000033;
}
