﻿body {
	min-width: 780px;
	margin: 0;
	padding: 0;
	border: 10;
	background-image: url(body_bg.png);
	background-repeat: repeat;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	background-color: #B2CFE6;
}		

h1, h2, h3, h4, h5, h6 {color: #0066CB;}

h1 {
	margin-left: -39px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: -25px;
	font-size: 2.0em;
	font-weight: normal;
	width:718px;
}
h2 {
	clear: both;
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.7em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 0.8em;
	font-weight: bold;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}

#mainwrapper {			
	margin: 0 auto;
	width: 780px;
	text-align: left;
}
#topHeader {
	height: 20px;
	background-image: url(top_shadow.png);
	background-repeat: no-repeat;
}

#bottomHeader {
	height: 20px;		
	background-image: url(bottom_shadow.png);
	background-repeat: no-repeat;
	margin-bottom:-10px;
}

#header {
	position: relative;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 780px;
	background-repeat: repeat-y;
	background-image: url(main_bg.png);

}

#headingName {
	font-size: 24px;
	color: #FFFFFF;
	margin-left: 9px;
	padding: 10px;
	margin-top: -15px;
	font-size: 2.0em;
	font-weight: normal;
	width:718px;
	background-color: #8CA7BB;	
}

#subHeadingDesc {
	color: #8CA7BB;
	font-size: 14px;
	margin-left: 9px;
	margin-right: 30px;
	padding: 10px;
}
#menuArea {
	color: #8CA7BB;
	font-size: 12px;
	margin-left: 7px;
	margin-right: 2px;
	padding: 2px;
}

.clearfix:after {
  content: "."; 
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.textbox
{
	font-size:9pt;
}
#topContent {
	height: 20px;
	background-image: url(top_shadow.png);
	background-repeat: no-repeat;
	margin-bottom:-10px;
}

#bottomContent {
	height: 20px;		
	background-image: url(bottom_shadow.png);
	background-repeat: no-repeat;
}

#content {
	position:relative;
	margin-top:0px;
	width: 780px;
	background-repeat: repeat-y;
	background-image: url(main_bg.png);
}
#copy {			
	position:static;
	margin-top:2px;
	margin-left:3px;
	margin-right:3px;
	padding: 0 3.5em 4em;
	color: #0066CB;
}

#copy p {
	font-size: 1.0em;
	line-height: 1.8em;
}

* html #copy {padding:0 5em 4em 2em;}

table {
	border:0px solid #8CA7BB;
	border-collapse:collapse;
	width:100%;
	}

td 
{
	padding: 1px 1px 1px 1px;
	font-size:8pt;
}

.content-left {
	float:left;
	width:240px;
	margin-left: 10px;
	padding:4px 0px 4px 0px;
	}

.content-right {
	float:left;
	padding:4px 7px 4px 0px;
	width:490px;
	border-left:1px solid #A7A7A7;
	}
	
.Menu_NodeStyle
{
	color:Black;
	font-family:"Verdana";
	font-size:8pt;
	padding:0px 5px 0px 5px;
}

.Menu_HoverNodeStyle
{
	background-color:#CCCCCC;
	border:solid 1px #888888;
}

.Menu_SelectedNodeStyle
{
	 font-weight:bold;
	 color:#0066CB;
}
.toolbar
{
	 width:94%;
	 margin-left:10px;
     font-size: 13px;
     font-family: Verdana;
     padding: 6px;
     filter: 
     progid:DXImageTransform.Microsoft.Gradient
     (gradientType=0,startColorStr=#ffffff,endColorStr=lightblue);
}
.childMenus
{
	 width:150px;
	 margin-left:10px;
     font-size: 13px;
     font-family: Verdana;
     padding: 6px;
     filter: 
     progid:DXImageTransform.Microsoft.Gradient
     (gradientType=0,startColorStr=#ffffff,endColorStr=lightblue);
}

.roundedDivBorder
{
	border:Solid 1px Blue;
	padding:4px 4px 4px 4px;
}