@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#C8C8C8;
}

div#wrapper
{
	margin-left:auto;
	margin-right:auto;
	border:#663300 solid 1px;
	width:800px;
	overflow: auto;
	background-color: #FFF;
	z-index: 3;
}

div#banner
{
	height:111px;
	width:790px;
	background-image:url(images/bannerback.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #FFF;
}

div#banner img
{
	border:none;
}

div#banner a
{
	color:#663300;
	text-decoration:none;
}

div#banner a:hover
{
	color:#663300;
	text-decoration:underline;
}

div#navbar
{
	height:25px;
	width:800px;
}

div#logo
{
	width:283px;
	height:69px;
}

div#mainflash
{
	width:800px;
	height:180px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#leftcol
{
	width:157px;
	float:left;
	margin-left: 5px;
	margin-bottom: 10px;
}

div#relatedlinks
{
	width:156px;
	border:#663300 solid 1px;
	color:#333300;
	min-height: 100px;
	margin-bottom: 10px;
}

div#relatedlinks a
{
	color:#663300;
	text-decoration:none;
}

div#relatedlinks a:hover
{
	color:#663300;
	text-decoration:underline;
}


div#selectednews
{
	width:146px;
	border:#663300 solid 1px;
	color:#333300;
	min-height: 140px;
	background-image: url(images/news.jpg);
	padding-top: 8px;
	padding-left: 8px;
	float: left;
}

div#selectednews img
{
	width:47px;
	height:49px;
	margin-right:10px;
	float:left;
}

div#chat
{
	width:156px;
	height: 140px;
	margin-top: 10px;
	float: left;
	cursor: pointer;
}
div#center
{
	width:450px;
	float:left;
	padding: 5px;
}

div#center2
{
	width:585px;
	float:left;
	padding: 5px;
}

div#center2 img
{
	margin-right:8px;
	margin-bottom:8px;
}

div#center2 a
{
	color:#683402;
	text-decoration:none;
}

div#center2 a:hover
{
	color:#683402;
	text-decoration:underline;
	font-weight:bold;
}

div#yourhealth
{
	width:423px;
	background-color:#EEEDEF;
	padding-left: 10px;
	padding-right: 10px;
	
}

div#welcome
{
	width:450px;
	margin-bottom: 15px;
}
div#rightcol
{
	width:155px;
	border:#E0DFE3 solid 1px;
	float:left;
	height: 448px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}

div#footer
{
	width:786px;
	height:50px;
	clear:both;
	background-color:#666666;
	color:#FFF;
	margin-left: 5px;
	margin-bottom: 10px;
}

div#footer a
{
	color:#FFF;
	text-decoration:none;
}

div#footer a:hover
{
	color:#FFF;
	text-decoration:underline;
}

div#news
{
	width:560px;
	height: 90px;
	padding: 5px;
	border-bottom: #663300 dashed 1px;
	padding-top: 10px;
}

div#story
{
	width:150px;
	background-color:#e0dfe3;
	padding: 5px;
	text-align: justify;
	margin-bottom: 10px;

}
div#news img
{
	width:80px;
	height:80px;
}

.onlineservices
{
	color:#000;
	font-size:11px;
	font-weight:bold;
}

.options
{
	color:#663300;
	font-size:11px;
	font-weight:bold;
}

.alignRight
{
	text-align:right;
}

.successstory
{
	font-size:16px;
	font-weight:bold;
}

.pageTitle
{
	color:#515000;
	font-weight:bold;
	font-size:14px;
}

.intro
{
	color:#3e1f00;
	font-size:22px;
}

.newsTitle
{
	color:#33330;
	font-size:12px;
	font-weight:bold;
}

.prompt
{
	color:#F00;
	background-color:#FF3;
	text-align:center;
	border:#F63 solid 1px;
}
	
.error
{
	color:#FFF;
	background-color:#F33;
	text-align:center;
	border:#000 solid 1px;
	font-weight:bold;
	font-size:12px;
}

.red
{
	color:#F00;
	font-weight:bold;
}

.alignCenter
{
	text-align:center;
}

.date
{
	color:#999;
	font-size:10px;
}
