body
{
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana;
	font-size: 11px;
}

#shell
{
	width: 930px;
	margin: 27px auto 0px auto;
}

#leftnav
{
	background-image: url(../images/background_left.gif);
	background-position: right top;
	background-repeat: no-repeat;
	
	float: left;
	margin-right: 1px;
	
	height: 480px;
	width: 227px;
}

#logo_spacer
{
	float: left;
	clear: both;
	height: 10px;
	width: 227px;
}

#logo_holder
{
	float: right;
}

#rightcontent
{
	float: left;
	
	height: 480px;
	width: 699px;
}

#banner_spacer
{
	float: left;
	clear: both;
	height: 12px;
	width: 699px;
}

#banner
{
	float: left;
	clear: both;
	
	height: 139px;
	width: 699px;
}

#menu_holder
{
	float: right;
	width: 180px;
	margin: 0px;
}

.menu_option
{
	float: left;
	margin: 0px 0px 8px 0px;
	width: 180px;
}

.menu_option_sub
{
	float: right;
	margin-top: 2px;
	margin-right: 18px;
	display: none;
}

.menu_option a
{
	color: #bd1a8d;
	text-decoration: none;
	font-weight: bold;
}

#content
{
	overflow-x: hidden;
	overflow-y: auto;
	
	overflow: auto;
	
	clear: both;
	
	float: left;
	
	margin: 7px 0px 0px 18px;
	padding-right: 7px;
	padding-bottom: 7px;
	
	height: 317px;
	width: 674px;
	
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

#footer_spacer
{
	float: right;
	width: 100%;
	clear: both;
	height: 0px;
}

#footer
{
	clear: both;
	margin-top; 10px;
	padding-top: 10px;
	margin-left: 18px;
	height: 30px;
	width: 689px;
}


#footer p
{
	color: black;
	font-size: 9px;
	margin: 0px 0px 4px 0px;
}

img
{
	border: none;
}


/*
 *  Link Styles
*/
#footer a
{
	color: black;
	text-decoration: none;
}

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



/* Styles for text */

p
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

ul
{
	margin: 10px 0px 0px 15px;
	padding: 0px;
	list-style-image: url(../images/bullet.gif);
}

ul li
{
	margin: 6px;
}

a
{
	color: #BD1A8D;
	text-decoration: none;
}

h2
{
	color: #BD1A8D;
	font-size: 13px;
	margin: 10px 0px 0px 0px;
}

h3
{
	color: #BD1A8D;
	font-size: 12px;
	margin: 20px 0px 0px 0px;
}

h4
{
	color: #BD1A8D;
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
}

