body {
	background-color: #CCCCCC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	margin: auto;
	color: #666666;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #996699;
}
a:hover {
	text-decoration: underline;
}
#MainBody {
	font-size: 11px;
	background-color: #FFFFFF;
	margin: auto auto auto auto;
	width: 950px;
}
#PageHeader {
	background: url(../images/global/header_bg.jpg) repeat-x;
}
#HeaderLogo {
	height: 73px;
}
#ContactLink {
	float: right;
	padding: 6px;
}
#ContactLink a {
	color:#FFFFFF;
}
#MainNav {
	height: 27px;
	background-color: #996699;
	border-top: 3px solid #CCCCFF;
	border-bottom: 3px solid #333333;
	clear: both;
}
#MainNav a {
	color: #BDADE0;
}
#MainNav a:hover {
	color: #FFFFFF;
}
#MainNav .Tabs {
	height: 27px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Tabs .Tab,
.Tabs .Selected {
	display: inline;
	height: 27px;
	color: #CCCCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 24px 5px 24px;
	border-right: 1px solid #AB8ABD;
}
.Tabs .Selected {
	background: url(../images/global/header_tab_bg.gif) repeat-x;
}
#ServerErrorMessages {
	background-color: #FFFF99;
	color: #333333;
	padding: 15px;
}
#ServerErrorMessages .ErrorCode {
	float: left;
	font-size: 24px;
	font-weight: bold;
}
#ServerErrorMessages .ErrorMessage {
	margin-left: 120px;
	border-left: 1px solid #CCCCCC;
}
#footer {
	background: url(../images/global/footer_bg.jpg) repeat-x;
	height: 30px;
	clear: both;
	color: #FFFFFF;
}
#footer #copyright {
	float: right;
	text-align: right;
	margin-top: 6px;
}
#footer #copyright a {
 color: #CCCCFF;
}
#BodyContent {
	min-height: 350px;
	padding: 15px;
	padding-top: 5px;
}
.SpecialMessage {
	background-color: #CCB3CC;
	border: 1px solid #996699;
	padding: 12px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.SpecialMessage a {
	color: #996699;
}
#secondary_nav {
	font-family: "Helvetica Neue", Helvetica, "Lucinda Grand", Arial, sans-serif;
	font-size: 24px;
	color: #999999;
	margin: 10px 0px 20px -20px;
	text-transform: lowercase;
}
#secondary_nav a {
	color: #999999;
	margin: 20px;
}
#secondary_nav a.Selected {
	color: #996699;
}
#tertiary_nav {
	clear: both;
	width: 115px;
	float: left;
}
#tertiary_nav a {
	color: #666666;
}
#tertiary_nav div {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px 12px 0px 2px;
	margin-bottom: 6px;
}
#tertiary_nav div.Selected {
	background-color: #996699;
	background-image: url(../images/global/arrow_rt_wht_10x11.png);
	background-repeat: no-repeat;
	background-position: 103px 2px;
}
#tertiary_nav div.Selected a {
	color: #FFFFFF;
}