/*Page Setup*/
html,body {
	margin:0;
	padding:0;
	background-image:url(../ims/background.jpg);
	background-repeat:repeat-y;
	background-color:#CCCCCC;
	background-position:center;
	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;
}

#logo {
	width:250px;
	height:125px;
	float:left;
	background-image:url(../ims/logo.gif);
}

#logo:hover {
	background-image:url(../ims/logo_on.gif);
}

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

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

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

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

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

#header {
	width:700px;
	height:125px;
	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;
	background-image:url(../ims/menu_shadow.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
/* for Internet Explorer */
/*\*/
* html #content_main {
	height:500px;
}
/**/
/*End Main Content*/
/*-------------------------------------------------------------------------------*/
/*Footer*/
#footer {
	padding:20px 0px 10px 0px;
	width:700px;
	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:#FF9900;
}

#footer_title {
	font-size:12px;
}

#footer_left {
	float:left;
	width:194px;
	background-image:url(../ims/signup.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:55px;
}
#footer_left:hover {
	background-image:url(../ims/signup_over.gif);
}

#footer_right {
	float:right;
	width:506px;
	height:40px;
	padding:15px 0px 0px 0px;
	text-align: right;
}

#footer_left_news {
	float:right;
	width:194px;
	background-image:url(../ims/signup.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:55px;
}
#footer_left_news:hover {
	background-image:url(../ims/signup_over.gif);
}

#footer_right_news {
	float:left;
	width:506px;
	height:40px;
	padding:15px 0px 0px 0px;
	text-align: left;
}

/*End Footer*/
/*-------------------------------------------------------------------------------*/
/*Bodycopy*/
.title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000066;
	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:#FF9900;
}

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

b {
	color:#000066;
	font-size:13px;
}

strong {
	color:#000066;
	font-size:13px;
}