/*Page Setup*/
html,body {
	margin:0;
	padding:0;
	background-image:url(../ims/background.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height:100%;
}
body {
	text-align: center;
}

p {
	margin-top:0px;
	padding:0px;
}

table {
width: 100%;
	border: 2px #CCCCCC solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

TD {
border: 2px solid #CCCCCC;
padding: 5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
line-height:1.5;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:700px;
	text-align:left;
}

#content {
	width:700px;
	float:left;
}
/*End Page Setup*/
/*-------------------------------------------------------------------------------*/
/*Header*/
#header {
	width:700px;
	height:125px;
	background-image:url(../ims/header_back.jpg);
}

#logo {
	margin-top:17px;
	width:245px;
	height:91px;
	float:left;
	background-image:url(../ims/logo_new.gif);
}


#options {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	float:right;
	margin-top:30px;
}

#options_font a {
	color:#FFFFFF;
	text-decoration: none;
}

#options_font a:hover {
	color:#FF6600;
	text-decoration: none;
}

#options_font_on a:link, #options_font_on a:visited, #options_font_on a:active {
	color:#FF6600;
	text-decoration: none;
}

#options_font_on a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

#header {
	width:700px;
	height:125px;
	background-image:url(../ims/header_back.jpg);
	float:left;
}

#top_menu {
	width:700px;
	height:30px;
	background-image:url(../ims/top_menu.jpg);
	text-align: center;
	float:left;
}
/*End Header*/
/*-------------------------------------------------------------------------------*/
/*Main Content cas the content div got more to do with java than this??*/
#content_main {
	width:700px;
	min-height:500px;
	height:auto; 
	float:left;
}
/* for Internet Explorer */
/*\*/
* html #content_main {
	height:500px;
}
/**/
/*End Main Content*/
/*-------------------------------------------------------------------------------*/
/*Footer*/
#footer {
	padding:20px 0px 10px 0px;
	width:700px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	float:left;
	position: relative;  /* Needed for Safari */
}

#footer a {
	color:#333333;
}

#footer a:hover {
	color:#FF6600;
}

#footer_title {
	font-size:12px;
}
/*End Footer*/
/*-------------------------------------------------------------------------------*/
/*Bodycopy*/
.title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
	line-height:1.5;
}

.bodycopy{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:1.5;
	text-align:justify;
}

.bodycopy a{
	color:#333333;
}

.bodycopy a:hover{
	color:#FF6600;
}

.error {
	color:#FF3300;
}
/*End Bodycopy*/
/*-------------------------------------------------------------------------------*/