/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |CSS Stylesheet (C) Copyright 2006 Websmart Incorporated | */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

/* Layout */

html {
	min-height: 100%;
	height: auto;}

body{
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #ffffff;
	line-height: normal;
	color: #000000;
	height: inherit;
}

div#PrintHeading{
width: 100%;
display: block;
}
div#MasterContainer{
	width: 100%;
}

div#MasterInside{
	width: 100%;
	/*background-color: #FEF5E4;*/
	height: inherit;
	overflow: visible;
}
div#TableContent{
	width: 100%;
	}
	
.LeftColumn{
	width: 110px;
	display: none;
}

.MidColumn{
	width: 245px;
	display: none;
	}

.RightColumn{
	width: 100%;
	overflow: visible;
	background-color:#ffffff;
}

#Navigation {
	width: 111px;
	height: 400px;
	margin: 10px 1px 0px 3px;
	padding: 0px;
}
#Navigation ul {
	padding: 0px;
	margin:0px;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: visible;
	list-style-type: none;
	line-height: 170%;
}
#Navigation ul li a
{
	padding: 1px 3px 0px;
	color: #8C868A;
	background-color: inherit;
	text-decoration: none;
	height: 25px;
	display: block;
}

#Navigation ul li a:hover
{
	padding: 1px 4px 0px;
	background-color: #6D2E75;
	color: #FEF5E4;
	height: 25px;
}

div#ContentImage{
	width: 375px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top:20px;
	display: none;
/*	filter:shadow(color:gray,strength:5,direction:135,opacity.5);*/
	
}

div#Content {
	width: auto;
	height: 100%;
	min-height: 400px;
	vertical-align: top;
	margin-top: 25px;
	padding-bottom: 0px;
	overflow: visible;
	background-color:#ffffff;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.ContentStyle {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #000000;
	background-color:#ffffff;
}
.ContentStyle P
{
	font-size: 95%;
	line-height: 165%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.ContentStyle hr{
	margin-top: 4px;
	margin-bottom: 10px;
	background-color: #660066;
	color:#660066;
	height: 4px;
	noshade:noshade;
}
div#Footer {
	width: 770px;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	float: none;
	clear: both;
	background-image: url(../images/siteimages/pagebottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: none;
}

div#FooterInside {
	width: 750px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	vertical-align: bottom;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 1px;
	text-align: center;
	display: none;
}

#FooterInside ul {
	float:none;
	padding-left: 0px;
	margin:0px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	overflow: visible;
	list-style-type: none;
}
#FooterInside ul li { display: inline; }

#FooterInside ul li a
{
	padding: 0px 4px;
	color: #000000;
	text-decoration: none;
}

#FooterInside ul li a:hover
{
	padding: 0px 4px;
	color: #E89103;
	text-decoration: underline;
}
div#FooterPrint {
	float: none;
	width: 100%;
	height: 40px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	display: block;
}

/* General Styles*/

h1 {
	font-size: 185%;
	font-weight: normal;
	color: #6D2D77;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 3px;
	font-family: "Times New Roman", Times, serif;
	background-color: inherit;
	letter-spacing: .1em;
	}
h2 {
	font-weight: normal;
	font-size: 160%;
	color: #E89103;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 2px;
	background-color: inherit;
}
h3 {
	font-size: 145%;
	font-weight: normal;
	color: #6D2D77;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: inherit;
}
h4 {
	color: #E89103;
	font-size: 135%;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 3px;
	background-color: inherit;
}

h5 {
	font-size: 125%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 3px;
	color: #6D2D77;
	background-color: inherit;
}
h6 {
	font-size: 115%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 3px;
	color: #E89103;
}
A:link {
	color: #0000FF;
	text-decoration: underline;
	background-color: inherit;
}
A:visited {
	color: #0000FF;
	text-decoration: underline;
	background-color: inherit;
}
A:active {
	color: #333366;
	text-decoration: underline;
	background-color: inherit;
}
A:hover {
	color: #E89103;
	text-decoration: underline;
	background-color: inherit;
}
.small {  font-size: 10px}
.formlabels {
	color: #B00404;
	font-weight: bold;
background-color: inherit;
}
.linedivider {
	border: thin dotted #737357;
}
.linkslist1 {
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #2B5C85;
	background-color: inherit;
}
.linkslist1b {
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #000000;
	background-color: inherit;
}
.linkslist2 {
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #000000;
	background-color: inherit;
}
.separator{
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	display: block;
	background-color: inherit;
}
