@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
th {
	text-align: left;
}

.bodyWrapper {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 781px;
}
a {
	border: none;
	text-decoration: none;
	color: #666666;
}
a:hover {
	border: none;
	color: #333333;
}
img {
	border: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}
.menuWrapper {
	background-color: #e3f1f0;
	background-image: url(../images/shell/menuBgTile.jpg);
	background-repeat:repeat-x;
	width: 166px;
	float: left;
	margin-right: 13px;
}
.menuTile hr {
	height: 1px;
	width: 145px;
	border: none;
	color: #CECECE;
	background-color: #CECECE;
	margin-left: 10px;
}

.menuTop {
	background: transparent;
	background-image: url(../images/shell/menuTop.png);
	background-repeat: no-repeat;
	height: 6px;
}
.menuTile  a    {
	color: #999999;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}
.menuTile a:hover {
	color: #cc3366;
	display: block;
	text-align: left;
}


.menuTile {
	background: transparent;
	background-image: url(../images/shell/menuTile.png);
	background-repeat: repeat-y;
	text-align: center;
}
.menuBottom {
	background: transparent;
	background-image: url(../images/shell/menuBottom.png);
	background-repeat: no-repeat;
	height: 6px;
}
.headerLogo h1 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 142px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
}


.headerLeft {
	background-image: url(../images/shell/headerLeft.jpg);
	float: left;
	height: 53px;
	width: 6px;
	margin-right: 3px;
}
.headerLogo {
	background-image: url(../images/shell/header.jpg);
	height: 170px;
	width: 781px;
	vertical-align: bottom;
}
.headerRight {
	background-image: url(../images/shell/headerRight.jpg);
	float: left;
	height: 53px;
	width: 6px;
}
.headerTitleArea {
	background-image: url(../images/shell/headerTile.jpg);
	background-repeat: repeat-x;
	height: 53px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.headerTitleArea img {
	margin-top: 9px;
	margin-bottom: 9px;
	height: 35px;
	float: left;
}
.headerTitleLeft {
	background-image: url(../images/shell/headerTitleLeft.jpg);
	float: left;
	width: 14px;
	height: 53px;
	background-position: center;
	background-repeat: no-repeat;
}
.headerTitle {
	background-image: url(../images/shell/headerTitleTile.jpg);
	float: left;
	width: 454px;
	background-position: center;
	background-repeat: repeat-x;
	height: 53px;
}


.headerTitleRight {
	background-image: url(../images/shell/headerTitleRight.jpg);
	float: left;
	width: 10px;
	height: 53px;
	background-position: left;
	background-repeat: no-repeat;
}
.headerTitle h1 {
	font-size: 16px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contentWrapper {
	padding-bottom: 1px;
	padding-left: 1px;
}
.contentArea {
	float: left;
	width: 601px;
	line-height: 18px;
}
.contentArea   .imgRight {
	margin-left: 10px;
	float: right;
}
.contentArea .imgLeft {
	margin-right: 10px;
	float: left;
}


.footerContent {
	float: left;
	width: 769px;
	height: 36px;
	padding-top: 17px;
	text-align: center;
}
.footerContent a {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}
.footerContent a:hover {
	color: #cc3366;
}


.footerLeft {
	background-image: url(../images/shell/headerLeft.jpg);
	float: left;
	height: 53px;
	width: 6px;
}
.footerRight {
	background-image: url(../images/shell/headerRight.jpg);
	float: left;
	height: 53px;
	width: 6px;
	background-color: #FFF;
}
.footerContentArea {
	background-image: url(../images/shell/headerTile.jpg);
	background-repeat: repeat-x;
	height: 53px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.welcomeMessage {
	background-image: url(../images/welcome.jpg);
	height: 122px;
	width: 601px;
	margin-bottom: 10px;
}
.welcomeMessage p {
	width: 400px;
	line-height: 18px;
	padding-top: 15px;
	padding-left: 15px;
	margin: 0px;
}
.menuInfo {
	background-color: #FFFFFF;
	padding-top: 10px;
}
.errorMessage {
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
}
