body,
html {
	background-color: #CCCCCC;
	margin:0;
	padding:0;
	height:100%
}

body{
	min-width:600px;
	height:100%;
}

/******************************/
/* Start Template Definitions */
/******************************/
#Header {
	width:600px;
	margin-left: auto;
	margin-right: auto;
	height:100px;
}

#Footer {
	width:600px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.MainBody {
	background-color: #FFFFFF;
	margin: 0 auto;
	width:600px;
	border: thin solid #666666;
}

.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.PageSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.ArticleBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	text-indent: 10pt;
	min-height: 640px;
	overflow:auto;
	padding-right: 10px;
	padding-left: 10px;
	position:relative;
}
.Insert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: thin solid #666666;
}
.SideBar {
	width:100%;
	min-height: 1000;
	height:auto;
	height: 100%;
	border: thin solid #666666;
}

.Pages_BlueText {
	font-family: Arial, Helvetica, sans-serif;
	color:#00309C;
}
/****************************/
/* End Template Definitions */
/****************************/

/******************************/
/* Start Menu Bar Definitions */
/******************************/
 #navcontainer
{
	padding: 0 0 0 0px;
	width: 600px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	right: auto;
	left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: thin solid #666666;
	background-color: #EEEEEE;
}

#navcontainer UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#navcontainer A
{
	color: #444;
	display: block;
	width: auto;
	text-decoration: none;
	background: #DDDDDD;
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
}

#navcontainer A:hover, #navcontainer A:active { background: #BBBBBB; }
#navcontainer A.active:visited { background: #DDDDDD; }

#navcontainer A.active:link
{
	position: relative;
	z-index: 102;
	background: #BBBBBB;
	font-weight: bold;
}

#subnav
{
	position: relative;
	top: -1px;
	z-index: 101;
	margin: 0;
	padding: 0px 0 3px 0;
	background: #BBBBBB;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
}

#subnav UL
{
	list-style: none;
	margin: 1px 0 0px 13px;
	padding: 0px;
	border-right: 1px solid #fff;
	border-left: 1px solid #aaa;
}

#subnav LI
{
	position: relative;
	z-index: 102;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#subnav A
{
	color: #fff;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }

/****************************/
/* End Menu Bar Definitions */
/****************************/

/************************************/
/* Start Knowledge Base Definitions */
/************************************/
.KB{
	font-family: Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	color:#333333;
}

.KB H1{
	font-size:16px;
	text-decoration:underline;
	font-weight:bold;
	text-align:center;
}

.KB H2{
	font-size:12px;
	font-weight: bold;
	font-style:italic;
	text-align:center;
}

.KB H3{
	font-size:12px;
	font-style: italic;
	text-decoration:underline;
	text-align:left;
	padding: 0px 0px 0px 5px;
}

.KB H4{
	font-size:10px;
	text-align:justify;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 0px;
}
/**********************************/
/* End Knowledge Base Definitions */
/**********************************/

.TableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
.VerticalSpace_10 {
	height: 10px;
}
