body
{
	margin: 0px;
	background: url("../images/blue_bg.png");
	font-family: garamond, times new roman, serif;
	font-size: 11pt;
}

img
{
	border: 0px;
}


div#outerbox
{
	margin-left: auto;
	margin-right: auto;

	width: 850px;
	
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	
	background-color: #ffffff;
}

div#header
{
	width: 850px;
	position: relative; 
	height: 176px;
}

div#header_logo
{
	position: absolute;
	top: 0px;
	left: -30px;
}

div#header_links
{
	position: absolute;
	top: -1px;
	left: 374px;
	background: url("../images/top_links_bubble.png");
	width: 366px;
	padding-top: 17px;
	padding-left: 110px;
	height: 69px;
	text-align: center;
}

div#header_title
{
	font-size: 24pt;
	color: #666666;
	
	position: absolute;
	top: 70px;
	left: 374px;
	width: 376px;
	height: 96px;
	
	text-align: center;
	padding-top: 10px;
	padding-left: 100px;
}


div#content_parent
{
	color: #666;
	line-height: 16pt;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 10px;
}

div#content_left
{
	float: left;
	width: 305px;
	text-align: center;
	padding-top: 70px;
}

div#content_right
{
	float: right;
	width: 445px;
	padding-bottom: 10px;
}

a#show_more
{

}

div#content_more
{
	display: none;
}


div#footer
{
	background: url("../images/bottom_grey_curve.png");
	background-color: #eeeeee;
	width: 100%; 
	min-height: 148px;
	background-repeat: no-repeat;
	clear: both;
	position: relative;
	height: 100%;
	min-height: 165px;
}

div#footer_col1
{
	padding-top: 40px;
	padding-left: 365px;
	width: 150px;
	clear: none;
	float: left;
}

div#footer_col2
{
	float: right;
	padding-top: 40px;
	padding-right:15px;
	width: 150px;
	
}

div#footer_col3
{
	padding-top: 40px;
	padding-right: 15px;
	width: 150px;
	
	float: right;
}

div#footer_footer
{
	position: relative;
	clear: both;
	background-color: #eeeeee;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	color: #999;
	font-size: 10pt;
}

a#footer_footer
{
	color: #999;
}

a#footer_footer:hover
{
	color: #666;
}

.bigtext
{
	font-size: 24pt;
}


a
{
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #0000ff;
}
