* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 10px 0 10px 0;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 779px;
	height: 110px;
	background-image: url(/resources/images/page-top.gif);
	background-repeat: no-repeat;
}

.rightColumn {
	float: right;
	padding: 0 7px 7px 0;
}
	
.leftColumn {
	float:left;
	min-height: 400px;
	width: 193px;
	margin: 0 0 0 7px;
}

* html .leftColumn {
	margin: 0;
	border-left: 7px solid #ffffff;
	height: 400px;
}

.leftColumn h4 {
	padding: 7px 0 7px 7px;
}

#container {
	width: 779px;
	margin: auto;
}

#content-body {	
   	float: left;
	min-height: 400px;
	background-image: url(/resources/images/content_bg.gif);
	background-repeat: repeat-y;
}

#page-image {
	float: right;
	padding: 0 7px 0 0;
}

/*Main Navigation Menu ----------*/

#main-menu-bar {
	width: 765px;
	height: 186px;
	border-right: 7px solid #ffffff;
	border-left: 7px solid #ffffff;
	background-image: url(/resources/images/main-menu-bar-bg.gif);
	background-repeat: repeat-x;
	padding: 7px 0 7px 0;
}

#main-menu {
	padding: 10px 0 0 0;
}

#main-menu ul li {
	list-style-type: none;
	width: 150px; 
	border-bottom: 1px solid #ffffff;
	height: 20px;
	padding: 15px 0 0 0;
	margin-left: 20px;
}

.menu-item a, .menu-item-selected a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.menu-item a:hover, .menu-item-selected a {
	color: #ccb5cc;
	font-weight: bold;
}
/*Main Navigation Menu End----------*/

/*Side Navigation Menu ----------*/
.sub-menu-top {
	background-image: url(/resources/images/sub-menu-top.gif);
	background-repeat: no-repeat;
	width: 179px; 
	height: 10px; 
	margin: 0 0 0 7px;
}

* html .sub-menu-top {
	margin: 0 0 -5px 7px;
}

.sub-menu-bot {
	background-image: url(/resources/images/sub-menu-bot.gif);
	background-repeat: no-repeat;
	width: 179px; 
	height: 10px; 
	margin: 0 0 10px 7px;
}

#side-nav-menu ul {
	font-size: 12px;
	width : 179px;
	background-color: #ffffff;
	margin: 0 0 0 7px;
	padding-bottom: 10px;
	
}

#side-nav-menu ul li {
	list-style-type: none;
	border-bottom: 1px solid #874799;
	height: 15px;
	padding: 5px 0 0 0;
	margin: 0 20px 0 20px;
}

.sub-menu-item a, .sub-menu-item-selected a {
	padding: 5px 0 2px 0;
	height: 18px;
	width: 180px;
	color: #874799;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.sub-menu-item-selected a {
	padding: 5px 0 2px 0;
	height: 18px;
	width: 180px;
	color: #ccb5cc;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.sub-menu-item a:hover {
	color: #ccb5cc;
}
/*Side Navigation Menu End ----------*/

#left-white-bg {
	width: 159px;
	background-color: #ffffff;
	padding: 0 10px 0 10px;
	margin: 0 0 0 7px;
	text-align: center;
}

#content-top {
	background-image: url(/resources/images/content-top.gif);
	background-repeat: no-repeat;
	width: 565px; 
	height: 14px; 
	border-top: 7px solid #ffffff;
}

#content {
	width: 543px; 
	min-height: 400px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 0 10px 0 10px;
}

* html #content {
	height: 400px;	
}

#content-bot {
	background-image: url(/resources/images/content-bot.gif);
	background-repeat: no-repeat;
	width: 565px; 
	height: 14px; 
}

p {
	padding: 5px 5px 5px 5px;
	line-height: 1.3em; 
}

.center {
	text-align: center;
}

h2 {
	font-size: 16px;
	color: #666666;
	border-bottom: 2px solid #666666;
	margin: 0 0 10px 0;
}

a {
	color: #874799;
	text-decoration: none;
} 

a:hover {	
	color: #ccb5cc;
	text-decoration: none;
}

.no-bullet-list {
	list-style-type: none;
	padding: 10px 10px 10px 10px;
}

.no-bullet-list .larger-text {	
	font-size: 16px;
}

.standard-list {
	padding: 10px 0 0 30px;
	list-style-type: square;
}

.standard-list li {
	padding: 5px 0 0 0;
}

.right-image {
	float: right;
	margin: 10px 10px 10px 10px;
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
}

.right-image-noboder {
	float: right;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
}

.left-image {
	float: left;
	margin: 10px 10px 10px 10px;
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
}

.left-image-noboder {
	float: left;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
}

.image-no-border {
	padding: 5px 0px 0px 0px;
	border: 0px;
}

.ie-border {
	border: 1px solid #874799;
	margin: 0 2px 3px 2px;
}

.home-slogan-image { 
	padding: 10px 0 10px 18px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 779px;
	height: 40px;
	padding: 10px 0 0 0;
	text-align: center;
	background-image: url(/resources/images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
}	

/*Footer Navigation Menu ----------*/
#footer-nav-menu {
	padding: 0 0 5px 0;
	text-align: center;
	width: 779px;
}

#footer-nav-menu ul {
	margin: 0 0 0 270px;
	border-left: 1px solid #874799;
	height: 15px;
}

#footer-nav-menu li { 
	float: left;
	list-style-type: none;
}	

.footer-menu-item a {
	color: #874799;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #874799;
}

.footer-menu-item a:hover {
	color: #ccb5cc;
}

.footer-menu-item-selected  a {
	color: #ccb5cc;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #874799;
}
/*Footer Navigation Menu End ----------*/

#copyright {
	padding: 0;
}

.formtextbox {
	padding: 0px;
}

.formlabel {
	float: left;
	width: 160px;
	padding: 2px 5px 0px 0px;
	text-align: right;
	vertical-align: middle;
}

.formclear {
	clear: both;
}

.button {
	text-align: right;
	margin-right: 74px;	
}























