/* CSS Document */

/* -------------------------------------------------------- */
/*                         Tag Styles                       */
/* -------------------------------------------------------- */

body {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	z-index: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* -------------------------------------------------------- */
/*                        Class Styles                      */
/* -------------------------------------------------------- */

.Bullet {
	list-style-type: disc;
	margin-left: 1em;
	padding-left: 1em;
}
.Emph {
	font-style: italic;
	font-weight: bold;
	color: #3300CC;
}
.NavBarLink {
	color: #FFFFFF;
	text-decoration: none;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}
.NavBarLink a:link {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
.NavBarLink a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
.NavBarLink a:hover {
	color: #FFFF00;
	text-decoration: none;
	border: none;
}
.NavBullet {
	font-size: 16px;
	font-weight: bolder;
	color: #CC0000;
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: middle;
	line-height: 18px;
}
.NavSpacer {
	font-size: 4px;
}
.SecHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}
.V-Line {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #3300CC;
}
.NavRecBullet {
	font-weight: bold;
	color: #CC0000;
	padding-right: 6px;
	padding-left: 6px;
	vertical-align: middle;
	line-height: 12px;
	font-size: 11px;
}
.NavRecText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.NavRecText a:link {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.NavRecText a:visited {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.NavRecText a:hover {
	font-weight: bold;
	color: #6699FF;
	text-decoration: none;
}

/* -------------------------------------------------------- */
/*                          ID Styles                       */
/* -------------------------------------------------------- */

#Container {
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	height: 100%;
}
#Header {
	position: relative;
	width: 780px;
	z-index: 2;
	height: 138px;
	margin-right: auto;
	margin-left: auto;
}
#HeaderL {
	text-align: left;
	float: left;
	height: 20px;
	width: 280px;
	margin-top: auto;
	margin-bottom: auto;
}
#HeaderR {
	text-align: right;
	float: right;
}
#NavBarTop {
	position: relative;
	z-index: 2;
	height: 26px;
	width: 800px;
	background-image: url(../Images/NavBar.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}
#NavBarL {
	text-align: left;
	float: left;
	z-index: 3;
	margin-left: 15px;
	border: none;
}
#NavBarL a:link {
	text-align: left;
	float: left;
	z-index: 4;
	background-image: url(../Images/NavBarNameS.png);
	background-repeat: no-repeat;
	border: none;
}
#NavBarL a:visited {
	text-align: left;
	float: left;
	z-index: 4;
	background-image: url(../Images/NavBarNameS.png);
	background-repeat: no-repeat;
	border: none;
}
#NavBarL a:hover {
	text-align: left;
	float: left;
	z-index: 4;
	background-image: url(../Images/NavBarNameH.png);
	background-repeat: no-repeat;
	border: none;
}
#NavBarR {
	text-align: right;
	float: right;
	z-index: 3;
	margin-right: 15px;
}
#Content {
	position: relative;
	text-align: center;
}
#NavBarBottom {
	position: relative;
	z-index: 2;
	height: 26px;
	width: 800px;
	background-image: url(../Images/NavBar.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}
