/* begin global settings */

*
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
}

img
{
	border: none 0px;
}

td
{
	text-align: left;
	vertical-align: top;
}



.kindawhite
{
	color: #e7e7e7;	
}

a.white:link, a.white:visited, a.white:active
{
	color: #e7e7e7;
	text-decoration: none;
}

a.white:hover
{
	color: #b7b7b7;
	text-decoration: none;
}

hr
{
	border: 0;
	margin: 0;
	text-align: left;

	color: #6287be;
	background-color: #6287be;
	height: 1px;
	width: 100%;
	clear: both;
}

h1
{
	margin-left: 20px;
	color: #6287be;
	font-size: 13pt;
	font-weight: bold;
}

p
{
	margin-left: 20px;
	margin-right: 20px;
}

ol li
{
	margin-top: 1em;
	margin-left: 10px;
}

a:link, a:visited, a:active
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #444444;
	text-decoration: underline;
}

a.blue:link, a.blue:visited, a.blue:active
{
	color: #6287be;
	text-decoration: none;
}

a.blue:hover
{
	color: #6287be;
	text-decoration: none;
}

ul
{
	list-style-image: url('/Images/li.jpg');
}

span.exclamation
{
	color: #ff0000;
	font-weight: bold;
}

/* end global settings */

/* begin site layout */

body
{
	background-color: #809cc9;
	padding: 0px 5px 0px 5px;
}

#land
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #6287be;
	margin-bottom: 15px;
}

#topContainer, #bottomContainer
{
	background-color: #6287be;
	width: 950px;
}

#bottomContainer
{
	text-align: center;
	color: #e7e7e7;	
	padding: 3px 0px 3px 0px;
}

#topleft, a.title:link, a.title:visited, a.title:active, a.title:hover
{
	color: #e7e7e7;
	font-size: 18pt;
	font-weight: bold;
	vertical-align: bottom;
	text-decoration: none;
}

#top
{
	margin: 0;
	width: 950px;
	vertical-align: bottom;
}

#topleft, a.title:link, a.title:visited, a.title:active, a.title:hover
{
	color: #e7e7e7;
	font-size: 18pt;
	font-weight: bold;
	vertical-align: bottom;
	text-decoration: none;
}

#topright
{
	text-align: right;
	vertical-align: middle;
	padding: 0px 9px 0px 0px;
	color: #e7e7e7;	
}

td#left
{
	background-image: url('/Images/P.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #bfcae2;
	width: 190px;
	text-align: left;
}

td#right
{
	background-color: #dedee2;
	width: 760px;
	padding: 0px;
}

div.logged_in
{
	float: right;
	height: 27px;
	color: #6287be;
	padding: 4px 10px 0px 30px;
	background-image: url('/Images/loggedin_corner.jpg');
	background-position: bottom left;
	background-color: #bfcae2;
	background-repeat: no-repeat;
}

div#content
{
	clear: both;
	width: 760px;
	margin: 14px 0px 14px 0px;
}

div#leftText
{
	margin: 16px 0px 20px 0px;
	width: 150px;
	text-align: center;
	position: relative;
	left: 50%;
	top: 0;
	margin-left: -75px;
}

div#bannerContainer
{
	width: 150px;
	overflow: hidden;
	position: relative;
	left: 50%;
	top: 0;
	margin-left: -75px;
}

img.banner
{
	margin: 5px 0px 6px 0px;
}

/* end main site layout */

/* begin default box layout */

table.def_box
{
	border: 1px solid #6287be;
	background-color: #bfcae2;
}	

table.def_box tr th
{
	color: #dedee2;
	background-color: #6287be;
	text-align: center;
	font-weight: bolder;
	font-size: 14pt;
	padding: 3px;
}

table.def_box tr td
{
	padding: 3px;	
}

/* end default box layout */
