﻿body 
{
	margin: 0px 0px 0px 0px; 
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
	height: 100%;
	background-color: #ffffff;
	font-family: verdana;
}

html
{
	height: 100%
}

#main_container
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	
	background-repeat: no-repeat;
}

#content_container
{
	width: 870px;
	height: 100%;
	vertical-align: top;
	float: left;
	background-image: url('banner.gif');
	background-repeat: no-repeat;
}

#main_border_left
{
	height: 100%;
	background-image: url('spine_shadow_left.gif');
	background-repeat: repeat-y;
	width: 10px;
	float: left;
}

#main_border_right
{
	height: 100%;
	background-image: url('spine_shadow_right.gif');
	background-repeat: repeat-y;
	width: 10px;
	float: left;
}

#footer_container 
{
	width: 900px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	padding: 0px;
	border-top: none 0px #ffffff;
	background-color: #FFFFFF;
	height: 100%;
}

.menu_container
{
	width: 870px;
	background-color: #038640;
	border: solid 1px #DCA531;
}

A:visited
{
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	color: #ffffff;
}

A:active
{
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	color: #ffffff;
}

A:hover
{
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	color: #CCCCCC;
}

A:link
{
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	color: #ffffff;
}

A:visited A:hover
{
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	color: #CCCCCC;	
}

.page_title
{
	font-family: verdana;
	font-size: 14pt;
	font-weight: bold;
	color: #DCA531;
	margin-bottom: 15px;
}

.success
{
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	color: Green;
}

.fail
{
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	color: Red;
	margin-bottom: 15px;
}

.button
{
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	background-color: #A2DD97;
	border: solid 1px #000000;
	color: White;
	margin: 15px 5px 5px 15px;
}

.italic
{
	font-family: verdana;
	font-size: 14px;
	color: #7F7F7F;
	font-style: italic;	
}

.header_links
{
	width: 900px; 
	margin-right: 5px;
	text-align: right;	
	color: #666666;
}

header_links A:link
{
	color: #666666;	
	text-decoration: none;
}

.header_links  A:hover
{
	color: #A2DD97;
	text-decoration: none;
}

.header_links A:active
{
	color: #666666;
	text-decoration: none;	
}

.header_links A:visited
{
	color: #666666;
	text-decoration: none;	
}

.header_links A:visited A:hover
{
	color:#A2DD97;
	text-decoration: none;	
}

.content_body
{
	float: right; 
	width: 640px;
}





