﻿BODY {
	BACKGROUND: #D3F1F1 url('../images/Bg.gif') repeat-x;
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: black;
	TEXT-ALIGN: center;
	margin: 0px;
	padding: 15px 10px 0px 10px;
}
div {
	margin: 0px;
	padding: 0px;
	}
img {
	border-style: none;
	border-width: 0px;
}
#PageBox {
	MARGIN: 0px auto 0px auto;	/* auto make it at center in Firefox */
	TEXT-ALIGN: left;
	width: 930px;
}

/*
 * Header
 */
div #Header {
	width: 930px;
	height: 80px;
	BACKGROUND-COLOR: #5885B1;
	background-image: url('../images/LogoMid.png');
	color: #FFFFCC;
}
#Header #HeadLeftBorder {
	width: 10px;
	height: 80px;
	display: inline;
	float: left;
	background-image: url('../images/LogoLeft.png');
	background-repeat: no-repeat;
}
#Header #HeadRightBorder {
	width: 10px;
	height: 80px;
	display: inline;
	float: right;
	WIDTH: 3px;
	height: 80px;
	background-image: url('../images/LogoRight.png');
	background-repeat: no-repeat;
}
#Header #HeaderLeft {
	width: 300px;
	display: inline;
	float: left;
}
#HeaderLeft #Logo {
	height: 80px;
	margin-left: 15px;
}
#Header #HeaderRight {
	width: 400px;
	display: inline;
	float: left;
}
#HeaderRight  #Caption {
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
}
#HeaderRight  #SmallCaptionText {
	font-size: 22px;
}
#HeaderRight  #SubCaption {
	margin: 0px;
	padding: 0px;
	height: 15px;
	font-size: 15px;
	line-height: 20px;
	color: #CCFFFF;
}

/*
 * MenuBar
 */
#MenuBar {
	margin: 0px;
	width: 100%;
	height: 28px;
	background-image: url('../images/MenuBack.gif');
	background-repeat: repeat-x;
	background-color: #2E608A;
}
#MenuBar ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	height: 28px;
}
#MenuBar li {
	display: inline;
	margin: 0;
	padding: 0;
}
#MenuBar a {
	float: left;
	background: url("../images/MenuLeft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#MenuBar a span {
	margin: 0;
	float: left;
	display: block;
	background: url("../images/MenuRight.gif") no-repeat right top;
	padding: 0px 40px 0px 40px;
	font-size: 11pt;
	color: #FFF;
	line-height: 28px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#MenuBar a span {
	float: none;
}
/* End IE5-Mac hack */
#MenuBar a:hover {
	background-position: 0% -42px;
	background-color: #457FAC;
}
#MenuBar a:hover span {
	background-position: 100% -42px;
}
div #Main{
	margin-top: 10px;
	height:auto;
	width:930px;
}

#RightBar {
	padding: 0px;
	FLOAT: right;
	WIDTH: 190px;
	background-color: #EEF6FB;
}
div .RightBarBlock {
	clear: both;
	margin: 5px 5px 5px 5px;
	padding: 0px;
}
div .RightBarSpecBlock {
	clear: both;
	margin: 5px 5px 5px 5px;
	padding: 0px;
}
div .RightBarBlockHeader {
	padding: 1px 0px 1px 10px;
	margin: 0px;
	background-color: #B0D8FF;
	font-weight: bold;
	font-size: 14px;
	color: #4F2700;
}
.RightBarBlock ul {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
}
.RightBarBlock li {
	list-style-type: none;
	margin-bottom: 5px;
}
.RightBarBlock li a:visited, .RightBarBlock li a:link {
	color: #036;
	text-decoration: none
}
.RightBarBlock li a:hover {
	color: #990000;
	text-decoration: underline;
}

#MainContent {
	background-color: #EEF6FB;
	float: left;
	width: 730px;
}
#MainContentBody {
	margin: 10px;
}
#Footer {
	FONT-SIZE: 13px;
	TEXT-ALIGN: center;
}
.Clear {
	CLEAR: both;
	PADDING: 0px;
	FLOAT: none;
	MARGIN: 0px;
	HEIGHT: 10px;
}
#PageNav{
	font-size:15px;
}
#PageNav a.NoLink{
	color: Black;
	text-decoration: none;
}
#PageNav a:link, #PageNav a:visited{
	font-weight: bold;
}
a{color: #0033CC;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
