/* CSS Document */
html, body
{
	background-color: white;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Sans Serif;


	
}

#mainContainer
{
	border: solid 0px #66FFFF;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 1000px;
	

	
}

#banner
{
	border: solid 0px #000;
	height: 104px;

}

#content
{
	border: solid 0px #9966CC;
	
	min-height: 500px;
}


.textbg
{
	background-image: url(images/nav/text_bg.jpg);
	background-repeat: no-repeat;
}

p
{
	color: black;
	font-size: 10pt;
	margin-left: 50px;
	margin-right: 50px;
}

h1
{
	font-size: 11pt;
	font-weight: bold;
	margin-left: 35px;
	padding-left: 0px;
	margin-right: 50px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #b83398;
	line-height: 20pt;
	border-width: 0 0 1px 0;
	border-style: solid none solid none;
	border-color: #b83398;
}

h2
{

	font-size: 11pt;
	font-weight: bold;
	margin-left: 20px;
	padding-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #59A111;
}

.top

{

	font-size: 9pt;
	font-weight: bold;
	line-height: 20pt;
	padding-left: 20px;
	margin-right: 20px;
	padding-right: 20px;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	background-color: #ffc6f1;
}

.box
{
	width: 500px;
	display: block;
	background-color: #deefe0;
	margin-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.highlightbox
{
	font-size: 9pt;
	margin-left: 20px;
	padding-left: 20px;
	margin-right: 20px;
	padding-right: 20px;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	background-color: #deefe0;
}

.heading
{
	font-size: 11pt;
	margin-left: 20px;
	margin-right: 20px;
	color: white;
}

.greentext
{
	color: #59A111;
	font-weight: bold;
}

.bluetext
{
	color: #253eb4;
	font-weight: bold;
}

.nav
{
	font-size: 9pt;
	margin-left: 0px;
	padding-right: 20px;
	font-weight: bold;
	color: #c9c8c8;
}

.copyright
{
	color: gray;
	font-size: 7pt;
	margin-left: 0px;
	margin-right: 0px;
}

ol

{
	margin-left: 40px;
	margin-right: 20px;
	color: black;
	font-size: 10pt;
}

ul
{
	list-style-image: url(images/bullet.gif);
	margin-left: 40px;
	margin-right: 20px;
	color: black;
	font-size: 10pt;
}

a:link
{
	color: #00b111;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

a:visited
{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}