*
{
	padding: 0;
	margin: 0;
}

body
{
	background-color: white;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	padding: 10px 0 10px 10px;
	margin: 0;
}

input, textarea, td
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

#main
{
	width: 802px;
	border: 1px solid black;
}

#mainbody
{
	min-width: 850px;
}

#logo
{
	background: url("/images/site/logo.png") no-repeat white;
	height: 110px;
}

#logor
{
	padding: 24px 0 0 0;
	float: right;
}

#logotext
{
	position: absolute;
	top: 2px;
	left: 10px;
}

/* ********** Content area ********* */

#container
{
	color: inherit;
	z-index: 5;
}

#content
{
	width: 100%;
	float: right;
	margin: 0 0 0 -200px;
	text-align: left;
	z-index: 10;
}

#content #wrapper1
{
	background: url("/images/site/fbottom.png") no-repeat bottom left white;
	margin: 0 0 0 200px;
	min-height: 400px;
	overflow: hidden;
}

#content #wrapper1 #wrapper2
{
	color: #012;
	background: url("/images/site/ftop.png") no-repeat top left transparent;
	padding: 10px 10px 20px 20px;
	column-gap: 2em;
	text-align: justify;
	font-size: 8pt;
	z-index: 12;
}

#content  #wrapper1 #wrapper2 #homepage
{
	background: url("/images/site/homebg.jpg") no-repeat top left transparent;
	min-height: 400px;
}

#content p
{
	font-size: 8pt;
	margin: 5px 0 11px 0;
}

#content p
{
	line-height: 1.6em;
}

#content li
{
	line-height: 1.5em;
}

#content ul
{
	margin-bottom: 10px;
}

#content h1
{
	color: #09a8ed;
	font-size: 12pt;
	letter-spacing: 0.05em;
	margin: 0 0 4px -10px;
	padding: 6px 0 0 10px;
	background: url("/images/site/h1bg.png") repeat-x;
	height: 26px;
}

#content h1.centered
{
	color: #174e77;
	font-size: 14pt;
	margin: 2px 0 5px 0;
	text-align: center;
}

#content h2
{
	color: #556e0e;
	font-size: 10pt;
	font-weight: bold;
	margin: 12px 0 4px 0;
}

#content h3
{
	color: #5e7f1d;
	font-size: 9pt;
	font-weight: bold;
	margin: 1px 0 3px 0;
}

#content h3.apih3
{
	margin: 4px 0 6px 0;
}

#content a, #content a:visited
{
	color: #0b8ec7;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	color: red;
	text-decoration: underline;
}

li
{
	margin: 4px 0 4px 30px;
}

.dslist li
{
	margin: 10px 0 10px 30px;
}

/* ********** Copyright area ********* */

#copyright
{
	clear: both;
	height: 20px;
	margin: 4px 1px 0 201px;
}

#copyrightcontent
{
	text-align: center;
	font-size: 7pt;
	color: #aaa;
	padding-top: 2px;
}

#copyrightcontent a, #copyrightcontent a:visited
{
	color: #99c;
	text-decoration: none;
}

#copyright a:hover
{
	color: #fa7;
	text-decoration: none;
}

/* ********** Page Images ********* */

.imgl
{
	float: left;
	padding: 0 10px 10px 0;
	text-align: center;
}

.imgr
{
	float: right;
	padding: 0 0 10px 10px;
	text-align: center;
}

.img
{
	padding: 5px;
	text-align: center;
}

.imgb
{
	padding: 8px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 10px;
	text-align: center;
}

.imglb
{
	float: left;
	padding: 10px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 0 10px 10px 0;
}

.imgrb
{
	float: right;
	padding: 10px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 0 0 10px 10px;
}

/* ********** Misc ********* */

#errmsg
{
	border: 1px solid red;
	padding: 0 5px 5px 5px;
	background-color: #ffc;
	color: red;
}

/* ***** LD Link Table ***** */

.ldlleft
{
	text-align: right;
	padding: 3px 10px 0 0;
	font-size: 9pt;
}

.ldlright
{
	font-weight: bold;
	font-size: 10pt;
	padding: 3px 0 0 0;
}

/* ***** Log In Line **** */

#logline
{
	background: url("/images/site/logonbg.png") no-repeat white;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	padding: 4px 10px 0 0;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 3px;
	height: 32px;
}

#logline a, #logline a:visited
{
	color: white;
	text-decoration: none;
}

#logline a:hover
{
	color: yellow;
	text-decoration: none;
}


