body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #50405b;
	margin: 0;
}

#mainframe
{
	background-color: #FFF;
	width: 810px;
	background-image: url(/i/frame_bg.gif);
	background-repeat: repeat-y;
	overflow: visible;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 6px 12px 0;
	text-align: left;
	color: #333;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 6px 12px 0;
	text-align: left;
	color: #333;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	text-align: left;
	margin: 0 6px 12px 0;
	color: #333;
}

h4
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-weight: bold;
	text-align: left;
	margin: 0 6px 12px 0;
	color: #333;
}

h5, h6
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-weight: bold;
	margin: 0 6px 12px 0;
	text-align: left;
}

p
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	text-align: left;
	margin: 0 6px 12px 0;
}

ul, ol
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	margin: 0 22px 13px 19px;
	padding: 0 0 0 26px;
	text-align: left;
}

a:link
{
	text-decoration: none;
	font-weight: normal;
}

a:visited
{
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	text-decoration: underline;
	font-weight: normal;
}

.no_mar { margin: 0 0 9px 0; }
.zero { margin: 0 0 0px 0; }
.imgcell a { display: block; }
.tablefloat { float: right; }

/* begin masthead and navigation styles */
#navigation
{
	width: 810px;
	height: 161px;
}

#masthead
{
	width: 800px;
	height: 125px;
	background-color: #FFFFFF;
}

#nav-bar
{
	position: relative;
	width: 800px;
	height: 26px;
	text-align: left;
}

#nav-bottom
{
	position: relative;
	width: 800px;
	height: 10px;
	background-color: #FFFFFF;
}

/* begin main area divs */
#wrapper1
{
	position: relative;
	text-align: left;
	min-height: 500px;
	width: 100%;
}

#leftside
{
	position: absolute;
	width: 190px;
	min-width: 190px;
	max-width: 190px;
	z-index: 102;
	left: 20px;
	padding: 0;
}

#rightside
{
	position: relative;
	width: 520px;
	min-width: 520px;
	max-width: 520px;
	float: right;
	z-index: 102;
	top: 0;
	left: -60px;
}

/* begin footer */
#footer
{
	width: 810px;
	padding: 6px 0 0 0;
	margin: 6px 0 0 0;
	z-index: 105;
	clear: both;
}

#footer p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #ccc;
	text-align: center;
}

#footer a:link
{
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

#footer a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #aaa;
}

#footer a:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #fff;
}
