/* Version: 1.0 5/29/2008 */

body
{
	background-color: #e9e9e9;
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0;
	text-align: center;
}

#pagewidth
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../Images/bgDropShadowBottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 6px;
}


/* --------------------------------------------------
 Miscellaneous Site Elements
-------------------------------------------------- */
hr
{
	background-color: #a3c723;
	border: 0;
	color: #a3c723;
	height: 1px;
	text-align: left;
	width: 100%;
}


input, select, textarea
{
	font-size: 8pt;
}

/* --------------------------------------------------
 Links
-------------------------------------------------- */
a, a:visited
{
	color: #1d3681;
	outline: none;
}
a:hover, a:active
{
	color: #7c7c7c;
	outline: none;
}

/* --------------------------------------------------
 Header : Top Banner (Location and Global Link)
-------------------------------------------------- */
#headerTopBanner
{
	background-color: #2d2d2d;
	border-bottom: 3px solid #b2b2b2;
	color: #b2b2b2;
	height: 33px;
	position: relative;
	width: 100%;
}

#wrapper
{
	background-color:White;
}

#headerTopBanner div.leftLink
{
	bottom: 5px;
	font-size: 8pt;
	margin: 0;
	padding: 0 17px 0 0;
	position: absolute;
	right: 0;
	text-align: right;
	width: 472px;
}

div.leftLink a, div.leftLink a:visited
{
	color: #e2e2e2;
	margin: 0 3px 0 3px;
	padding: 0;
	text-decoration: none;
}

div.leftLink a:hover, div.leftLink a:active
{
	color: #ffffff;
	text-decoration: underline;
}

/* --------------------------------------------------
 Header : Logo Banner (Logo, Heading Text and Search)
-------------------------------------------------- */
#headerLogoBanner
{
	background-color: #ffffff;
	vertical-align: middle;
	height: 90px;
	padding: 0;
	position: relative;
	width: 100%;
}
#headerLogoBanner div.logo
{
	float: left;
}



/* --------------------------------------------------
 Header : Section Links
-------------------------------------------------- */
#headerSectionLinks
{
	padding-top: 22px;
	padding-right: 8px;
	height: 25px;
	font-size: 14px;
	vertical-align: middle;
}

#headerSectionLinks a, #headerSectionLinks a:visited
{
	color: #7c7c7c;
	margin: 0 5px 0 5px;
	padding: 0;
	text-decoration: none;
}
#headerSectionLinks a:hover, #headerSectionLinks a:active
{
	color: #636363;
	text-decoration: underline;
}

/* --------------------------------------------------
 Footer : Link Bar
-------------------------------------------------- */
#footerLinkBar
{
	background-color: #2d2d2d;
	color: #e2e2e2;
	font-size: 8pt;
	height: 20px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	position: relative;
	width: 100%;
}
#footerLinkBar a, #footerLinkBar a:visited
{
	color: #b2b2b2;
	margin: 0 3px 0 3px;
	padding: 0;
	text-decoration: none;
}
#footerLinkBar a:hover, #footerLinkBar a:active
{
	color: #ffffff;
	text-decoration: underline;
}

/* --------------------------------------------------
 Footer : Copyright
-------------------------------------------------- */
#footerCopyright
{
	background-color: #ffffff;
	color: #b2b2b2;
	font-size: 8pt;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	width: 100%;
}

/* --------------------------------------------------
 Navigation Menu
-------------------------------------------------- */
#navigationMenu
{
	font-size: 8pt;
	line-height: 18pt;
	padding-left: 15px;
	width: 250px;
	float: left;
	position: relative;
	text-align:left;
}

#navigationMenu .heading
{
	color: #7c7c7c;
	font-size: 10pt;
}

#navigationMenu .heading2
{
	color: #7c7c7c;
	font-weight: bold;
	font-size: 13pt;
	padding-top: 12px;
	padding-bottom: 5px;
}

#navigationMenu a, #navigationMenu a:visited
{
	text-decoration: none;
}
#navigationMenu a:hover, #navigationMenu a:active
{
	text-decoration: underline;
}

/* --------------------------------------------------
 Content Container: Master Outside
-------------------------------------------------- */
#content
{
	float: Right;
	position: relative;
	display: inline;
	padding-left: 10px;
	width: 600px;
	text-align: left;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

/* Column Container Heading Elements */
.columnTitle
{
	font-size: 20pt;
	letter-spacing: -1px;
	line-height: 24pt;
	margin: 0;
	padding: 0;
	color: #a3c723;
	padding-bottom: 8px;
}

.columnSubHeading
{
	color: #7c7c7c;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 2px;
	padding-bottom: 2px;
}

.columnText
{
	padding-left: 2px;
}


.errorMessage
{
	color: Red;
	font-weight: bold;
}

.formText
{
}

.formLabel
{
	font-weight: bold;
}

.contentBorder
{
	float:right;
	position: relative;
	padding: 8px;
	border: solid 1px black;
	vertical-align: top;
	text-align: justify;
}
