html {
	height: 100%;
	margin: auto;		
}
body {
	text-align: center;
	background-color: #977FC6;
	margin: auto;
	padding: 0px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;		
	background-position: center;
	height: 100%;	
}

hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	border-color: #CCCCCC;
}

input {
	background-color: #fff;
}

/* Begin Layout Area */
#shell {
	width: 760px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
	margin: auto;
}

/* Begin Header Area */
#header_shell {
	background-image: url(images/dark_purp_bg.gif);
	width: 740px;
	height: 74px;
	margin: auto;
}
#header_logo {
	width: 205px;
	height: 74px;
	float: left;
}
#header_tagline {
	width: 355px;
	height: 74px;
	float: right;
}
/* End Header Area */

/* Begin Banner Area */
#banner_shell {
	background-image: url(images/lt_purp_bg.gif);
	width: 740px;
	height: 175px;
	padding-top: 4px;
	margin: auto;
}

#banner_nav {
	background-image: url(images/dark_purp_bg.gif);
	width: 204px;
	height: 171px;
	float: left;
	vertical-align: middle;	
}

#banner {
	width: 536px;
	float: right;
	text-align: right;
}
/* End Banner Area */

/* Begin Home Page Area */
#home_content_shell {
	width: 740px;
	background-color: #977FC6;
	margin: auto;
}
#home_content_left {
	width: 204px;
	height: 181px;
	float: left;
	background-color: #7A5EB3;
}
#home_content_left_inside {
	width: 180px;
	text-align: left;
	padding: 10px 5px;
}
#home_content_right {
	width: 535px;
	float: right;
}
/* End Home Page Area */

/* Begin Sub Page Area */
#content_shell {
	width: 740px;
	margin: auto;
}
#content_left {
	width: 202px;
	float: left;
	text-align: middle;
}
#content_left_inside {
	margin-top: 56px;
	width: 182px;
	text-align: left;
	padding: 6px 6px;
	background-color: #977FC6;
}
.align_left {width: 194px; text-align: center; margin: 10px 0px; padding: 0px;}

#content_right {
	width: 515px;
	float: right;	
	text-align: left;
	padding: 10px;	
	position: relative;
}
/* End Sub Page Area */

/* Begin Footer Area */
#footer_shell {
	width: 740px;
	background-image: url(images/dark_purp_bg.gif);	
	text-align:right;
	border-top: 1px solid #fff;
	margin: auto;
}
#copyright {
	width: 740px;
	height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
	text-align:right;
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	margin: auto;
}
/* End Footer Area */

/* End Layout Area */

/* Begin Image Area */
.title {
	margin-top: 10px;
	margin-bottom: 15px;
	height:32px;
}	
#print {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	width: 515px;
}	
/* End Image Area */

/* Begin Copy Area */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
.text_purple {
	color: #5A3F99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.text_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #fff;
}

/* End Copy Area */

/* Begin Links Area */
a:link {
	color: #5A3F99;
}
a:visited {
	color: #977FC6;
}
a:hover {
	color: #999999;
}
a:active {
	color: #000000;
}
a.white:link {
	color: #fff;
}
a.white:visited {
	color: #fff;
}
a.white:hover {
	color: #5A3F99;
}
a.white:active {
	color: #5A3F99;
}
/* End Links Area */
.text_caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #FF0000;
}

#rotator
{
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 505px;
	height: 252px;
	border: 1px solid #ccc;	
}

#rotator img
{
	border: 0;
	width: 505px;
	height: 252px;	
}

.seperator {margin: 5px 0px; height: 1px; border-bottom: 1px solid #efefef;}
