body 
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial;
	background-color: #FFFFFF;
}

#divTopContainer
{
	background-color: #FFFFFF;
	height: 106px;
	width: 100%;
	top: 0px;
	margin: 0 auto;
}

#divLogo 
{
	position: relative;
	background-color: #FFFFFF;
	left: 0px;
	width: 100%;
	height: 106px;
	text-align: left;
	top: 0px;
	float: left;
}

#divTopBar
{
	width: 100%;
	margin: 0 auto;
	height: 24px;
	position: relative;
	right: 0px;
	text-align: right;
	background-attachment: scroll;
	background-image: url(images/bgTopBar.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#divTopBarLeft
{
	width: 80%;
	margin: 0 auto;
	float: left;
	height: 24px;
	position: relative;
	right: 0px;
	text-align: left;
	background-attachment: scroll;
	background-image: url(images/bgTopBar.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#divTopBarLeftAdmin
{
	width: 100%;
	margin: 0 auto;
	float: left;
	height: 24px;
	position: relative;
	right: 0px;
	text-align: left;
	background-attachment: scroll;
	background-image: url(images/bgTopBar.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#divTopBarRight
{
	width: 20%;
	margin: 0 auto;
	height: 24px;
	float: right;	
	position: relative;
	right: 0px;
	text-align: right;
	background-attachment: scroll;
	background-image: url(images/bgTopBar.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#divMain 
{
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 550px;
	text-align: left;
	position: relative;
	top: 30px;
}

#divAdminLogin
{
	width: 420px;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	background-color: #DFEFFF;
	border: thin solid #FF9933;
	padding: 10px;
}

#divLeft 
{
	width: 20%;
	height: 100%;
	float: left;
	min-height: 550px;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
	left: 5px;
}

#divLeftMenu 
{
	width: auto;
	height: 250px;
	float: left;
	min-height: 250px;
	text-align: left;
	padding: 5px;
	border: 1px solid #FF9933;
	position: relative;
	background-color: #DFEFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	line-height: 20px;
	color: #003366;
}

#divPage 
{
	width: 80%;
	height: 100%;
	float: right;
	min-height: 550px;
	position: relative;
	background-color: #FFFFFF;
}

.TxtBlueSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #003366;
}

.TxtRedSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #FF0000;
}

.TxtBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	line-height: 18px;
	color: #003366;
}

.TxtwhiteSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.TxtwhiteSmallNL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.TxtwhiteSmall:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}

.TxtMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	color: #003399;
	text-decoration: none;
}

.TxtMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	color: #003399;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}

.BgDarkBlue
{
	background-color: #0066CB;
}

.BgLightBlue
{
	background-color: #DFEFFF;
}

.BgLightOrange
{
	background-color: #FFCC99;
}

.Spacer
{
	line-height: 3px;
}

.AlignLeft
{
	text-align:left;
}

.AlignRight
{
	text-align:right;
}

.AlignCenter
{
	text-align: center;
}

.txtColHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

.txtRowText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}


.PageTextSmall
{
	font-family: Verdana, Arial; 
	font-size: x-small; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none;
	text-decoration: none;
	color: #000000; 
}

.TextHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}

