﻿@charset "UTF-8";
/* CSS Document */

/* Global Styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e5e5FF;
	padding: 0px;
	left: 0px;
	top: 0px;
	display: block;
	min-width: 800px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 5px;
	font-size: 12px;
}
a {
	color: #000066;
	text-decoration: none;
}

table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}

td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}


/* ID Styles */


#containerPos {
	position: absolute;
	top: 5px;
	background-color: #00FF00;
	left: 5px;
	min-height: 500px;
}
#navigation  div a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	width: 12%;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#navigation div {
	display: inline;
	width: 100%;
	white-space: nowrap;
}
#navigation #navContent a {
	font-family: Skia, Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight:bolder;
	color:#CCCCCC;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align: 10%;
	display: inline-block;
}
#navigation #navContent a:hover {
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFFFF;
	color:#0000FF;
}
#headerSection   .pageTitleTextR {
	font-family: Skia, Tahoma, Verdana, Arial;
	font-size: 32px;
	font-variant: small-caps;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	text-align: right;
	white-space: nowrap;
}
#headerSection a {
	color: #CCCCCC;
	text-decoration: none;
}
#headerSection .pageTitleTextL {
	font-family: Skia, Tahoma, Verdana, Arial;
	font-size: 32px;
	font-variant: small-caps;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	display: block;
	top: 10px;
	text-align: left;
	white-space: nowrap;
	left: 10px;
}
#headerSection a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:600;
}


#bodySection .PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
#bodySection a {
	color: 000066;
	text-decoration: none;
	font-size: 12px;
}
#bodySection a:hover {
	color: 000088;
	text-decoration: underline;
}
#bodySection #sideBar .SideBarHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: 000066;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#bodySection #sideBar p {
	font-size: 10px;
}
#bodySection #mainBody h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


/* Class Styles */


.headerPos {
	position: relative;
	height: 250px;
	width: 100%;
	top: 0px;
	background-color: #9999FF;
	left: 0px;
	min-width: 900px;
}

.headerPhoto {
	width: 100%;
	max-height: 250px;
	position:relative;
}

.navigationPos {
	position: relative;
	height: 22px;
	width: 100%;
	background-color: #CC3333;
	left: 0px;
	top: 0px;
	min-width: 900px;
	margin-right: 2px;
}
.mainBodyPos {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
	position: relative;
	float: left;
	padding: 5px;
	width: 78%;
	left: 2px;
	top: 2px;
	margin-right: 0px;
}
.rightSideBarPos {
	background-color: #EEFFEE;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	position: relative;
	float: right;
	width: 19%;
	right: 2px;
	top: 2px;
	padding: 5px;
	min-width: 150px;
}
.bodyContainer {
	position: relative;
	width: 100%;
	left: 0%;
	background-color: #E5E5FF;
	color: #444444;
	top: 5px;
	display: block;
	min-height: 100px;
	margin-right: 1px;
	min-width: 900px;
	padding: 0px;
}
.footerPos {
	position: relative;
	width: 100%;
	left: 0px;
	background-color: #ffffee;
	height: 25px;
	top: 0px;
	font-size: 9px;
	color: #0000CC;
}

.clear {
	clear: both;
}
.leftSideBar {
	background-color: #FF33CC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	width: 150px;
	display: block;
	position: relative;
	float: left;
}
.floatLeft {
	float: left;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.opacityLeft {
	background-color: #0033CC;
	filter: Alpha(Opacity=50);
	-moz-opacity:.40;
	opacity:.40;
	display: block;
	position: absolute;
	top: 0px;
	z-index: 2;
	height: 100%;
	width: 250px;
	left: 0px;
}
.navigationContent {
	background-color: #2222AA;
	position: absolute;
	float: left;
	left: 0px;
	top: 1px;
	height: 20px;
	margin: 0px;
	width: 100%;
}
.floatRight {
	float: right;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}

.opacityRight {
	background-color: #666666;
	filter: Alpha(Opacity=50);
	-moz-opacity:.40;
	opacity:.40;
	display: block;
	position: absolute;
	top: 0px;
	z-index: 2;
	height: 100%;
	width: 21%;
	right: 0px;
}

.mainBodyPosFull {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
	position: relative;
	float: left;
	padding: 5px;
	width: 98%;
	left: 2px;
	top: 2px;
	margin-right: 0px;
}
.floatLeftPicPadding {
	float: left;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.floatRightPicPadding {
	float: right;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}



#headerSection #headerPhoto img {
	height: 250px;
	width: 100%;
}
