@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}

p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.9em;
	position: relative;
	top: -1.3em;
}

p.h1 {
	font-size: 1.1em;
}



p.nav {
	font-size: 1.1em;
	position: relative;
	left: 1em;
	top: 0.1em;
}

p.foot {
	font-size: 0.55em;
	color: #FFFFFF;
	position: relative;
	top: -0.2em;
}

a.body:link {
	color: #000000;
	text-decoration: none;
}

a.body:visited {
	color: #000000;
	text-decoration: none;
}

a.body:hover {
	color: #000000;
	text-decoration: underline;
}

a.visible:link {
	color: #666666;
	text-decoration: underline;
}

a.visible:visited {
	color: #666666;
	text-decoration: underline;
}

a.nav:link {
	color: #000000;
	text-decoration: none;
}

a.nav:visited {
	color: #000000;
	text-decoration: none;
}

a.nav:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#PageContainer {
	width: 1020px;
	height: 590px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

#Header {
	width: 1020px;
	height: 50px;
	float: none;
}

/* Tab Container & Sub-Divs */
#TabRow {
	width: 1020px;
	height: 83px;
	float: none;
}

#TabSingle {
	width: 876px;
	height: 83px;
	float: left;
}

#TabLEdge {
	width: 78px;
	height: 83px;
	background-image: url(images/TabRow_LEdge.png);
	float: left;
}

#Tab1 {
	width: 297px;
	height: 83px;
	float: left;
}

#Tab2 {
	width: 270px;
	height: 83px;
	float: left;
}

#Tab3 {
	width: 310px;
	height: 83px;
	float: left;
}

#TabREdge {
	width: 65px;
	height: 83px;
	background-image: url(images/TabRow_REdge.png);
	float: left;
}

/* Top Edge of Main Body */
#MainTopContainer {
	width: 1020px;
	height: 25px;
	float: none;
}

#MainTopLEdge {
	width: 136px;
	height: 25px;
	background-image: url(images/MainTop_LEdge.png);
	float: left;
}

#MainTopMiddle {
	width: 750px;
	height: 25px;
	background-image: url(images/MainTop_Middle.png);
	float: left;
}

#MainTopREdge {
	width: 134px;
	height: 25px;
	background-image: url(images/MainTop_REdge.png);
	float: left;
}

/* Center Portion of Main Body */
#MainMidContainer {
	width: 1020px;
	height: 353px;
	float: none;
}

#MainMidLOuterEdge {
	width: 60px;
	height: 353px;
	background-image: url(images/MainMid_LOuterEdge.png);
	float: left;
}

#MainMidLInnerEdge {
	width: 76px;
	height: 353px;
	background-image: url(images/MainMid_LInnerEdge.png);
	background-repeat: repeat-y;
	float: left;
}

#MainMidContentArea {
	width: 760px;
	height: 353px;
	background-color: #FFFFFF;
	float: left;
}

#NavBar {
	width: 165px;
	height: 353px;
	background-image: url(images/NavBar.png);
	background-repeat: no-repeat;
	float: left;
}

#BodyContent {
	width: 585px;
	height: 335px;
	padding-top: 1em;
	overflow: auto;
	float: left;
}

#MainMidRInnerEdge {
	width: 78px;
	height: 353px;
	background-image: url(images/MainMid_RInnerEdge.png);
	background-repeat: repeat-y;
	float: left;
}

#MainMidROuterEdge {
	width: 46px;
	height: 353px;
	background-image: url(images/MainMid_ROuterEdge.png);
	float: left;
}

/* Bottom Edge of Main Body */
#MainBotContainer {
	width: 1020px;
	height: 35px;
	float: none;
}

#MainBotLEdge {
	width: 136px;
	height: 35px;
	background-image: url(images/MainBot_LEdge.png);
	float: left;
}

#MainBotMiddle {
	width: 760px;
	height: 35px;
	background-image: url(images/MainBot_Middle.png);
	background-repeat: repeat-x;
	float: left;
}

#MainBotREdge {
	width: 124px;
	height: 35px;
	background-image: url(images/MainBot_REdge.png);
	float: left;
}

/* Page Footer Content */
#FooterContainer {
	width: 1020px;
	height: 44px;
	float: none;
}

#FooterLEdge {
	width: 50px;
	height: 44px;
	background-image: url(images/Footer_LEdge.png);
	float: left;
}

#FooterCopyright {
	width: 125px;
	height: 44px;
	background-image: url(images/Footer_Copyright.png);
	float: left;
}

#FooterMiddle {
	width: 733px;
	height: 44px;
	background-image: url(images/Footer_Middle.png);
	float: left;
}

#FooterUpdated {
	width: 74px;
	height: 44px;
	background-image: url(images/Footer_Updated.png);
	float: left;
}

#FooterREdge {
	width: 36px;
	height: 44px;
	background-image: url(images/Footer_REdge.png);
	float: left;
}