@charset "utf-8";
/* Overall Styles */
/*------------------------------------------------------------*/
*
{
	margin: 0px;
	padding: 0px;
}
html, body
{
	font-size: 90%;
	font-family: "Franklin Gothic Medium";
}
/* Header Styles */
/*------------------------------------------------------------*/
#Heading
{
	width: 800px;
	position: relative;
	margin: 10px auto 0 auto;
}
#Heading img
{
	margin: 0 0 0 40px;
}
/* Top Navigation */
/*------------------------------------------------------------*/
#TopNav
{
	/*width: 780px;*/
	height: 15px;
	position: relative;
	margin: 0 auto 10px auto;
	text-align: right;
}
#TopNav a.tnav:link, a.tnav:visited
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	background-color: #000046;
}
#TopNav a.tnav:hover
{
	color: #FFFFFF;
	background-color: #A8DFE2;
}
#TopNav li
{
	list-style: none;
	float: right;
	padding: 0 0 0 10px;
	font-size: 90%;
}
/* Content */
/*------------------------------------------------------------*/
#Content
{
	width: 800px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
}
#Content #ContentBG
{
	float: right;
	position: relative;
	
	border-style: none;
	/*border: 1px solid #A8DFE2;*/
	
	background-image: url(../Images/Backgrounds/bg_Content_pure.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/* Left hand navigation */
/*------------------------------------------------------------*/
#Content #ContentBG #SideNav
{
	float: left;
	width: 170px;
	margin: 0;
	padding: 0 5px 0 45px;
}
#Content #ContentBG #SideNav H3
{
	margin: 25px 0 5px 0;
	color: #000080;
	font-size: 100%;
}
#Content #ContentBG #SideNav ul
{
	font-size: 90%;
}
#SideNav a.snav:link, a.snav:visited
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	background-color: #2EC6D5;
}

#Content #ContentBG #SideNav > ul a {width:auto;}


#SideNav a.snav:hover
{
	color: #000046;
	background-color: #2EC6D5;
}
#Content #ContentBG #SideNav li
{
	list-style: none;
	padding: 5px 10px 3px 0;
}
#Content #ContentBG #SideNav #tocItems1, #tocItems2, #tocItems3, #tocItems4, #tocItems5, #tocItems6, #tocItems7, #tocItems8
{
	display: none;
}
/* Main Content */
/*------------------------------------------------------------*/
#Content #ContentBG #MainText
{
	float: right;
	margin: 0 35px 0 0;
	width: 500px;
    background-image: url(../Images/Backgrounds/bg_MainText.gif);
    /*background-image: url(../Images/Backgrounds/bg_MainText2.png);*/
    background-repeat: no-repeat;
    background-position: right bottom;
	padding: 20px;
	color: #000046;
	position: relative;
	display: inline;	
	z-index: 800;
}
#Content #ContentBG #MainText h2
{
	font-size: 300%;
	font-weight: normal;
}
#Content #ContentBG #MainText h3
{
	font-size: 150%;
	font-weight: normal;
}

/* Footer */
/*------------------------------------------------------------*/
#Footer
{
	width: 800px;
	position: relative;
	line-height: 1.1;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: right;
}

td.footcopyright{font-size:0.8em; text-align:center; padding:5px 0 0 0;}

.BannerCaption
{
    font-weight: bolder;
    font-size: 8pt;
    font-family: Arial;
    text-align: center;
    text-decoration: none;
}


/*#Footer
{
	width: 800px;
	position: relative;
	margin: 10px auto 0 auto;
	padding: 0;
}
#Footer p
{
	color: #000046;
	text-align: right;
}
*/
/* */
/*------------------------------------------------------------*/

