body {
	margin: 0px;
	padding: 0px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	background-image: url(../images/background_bg.jpg);
	background-repeat: repeat-x;
	background-color: #e3f2ff;
	color: #333333;
	font-size: 12pt;
}
#preLoad {
	display: none;
}
#outerContainer {
	background-image: url(../images/middle_bg.jpg);
	background-repeat: repeat-y;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 120px;
}
#navbar {
	background-image: url(../images/navbar_bg.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 60px;
}
#content {
	background-image: url(../images/middle_bg.jpg);
	background-repeat: repeat-y;
}
#systemNav {
	width: 105px;
	margin-right: 40px;
}
#sidebar {
	width: 190px;
	margin-top: 0px;
	margin-left: 10px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#overlay a:link, #overlay a:active, #overlay a:visited {
	color: #000000;
}
#overlay a:hover {
	color: #ff4d05;
}
.topNav {
	color: #FFF;
	font-size: 10px;
	line-height: 10px;
}
.topNav a:link, .topNav a:active, .topNav a:visited {
	color: #FFF;
	font-weight: normal;
}
.topNav a:hover {
	color: #ff4d05;
	font-weight: normal;
}
.content {
	width: 690px;
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 40px;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
.copyright {
	color: #ffffff;
	font-size: 10pt;
	text-align: center;
	padding-top: 10px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #154f88;
	font-weight: normal;
	text-decoration: none;
}
.copyright a:hover {
	color: #ffffff;
	font-weight: normal;
}
.breaker {
	clear: both;
	height: 0px;
}
a:link, a:visited, a:active {
	color: #154f88;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ff4d05;
	font-weight: bold;
	text-decoration: none;
}
.red {
	color: #cc0000;
}
.blue {
	color: #154f88;
}
.orange {
	color: #ff4d05;
}
.grey {
	color: #666666;
}
.title {
	color: #154f88;
	font-size: 32px;
}
.underline {
	width: 100%;
	border-bottom: solid 1px #333333;
}
.articleButtons {
	width: 144px;
	float: right;
	text-align: right;
}
.message {
	background: #FFFF99;
	margin: 0px;
	padding: 8px;
	border: 2px solid #FFCC00;
}

* #updateAmbitData {
	color: #000000;
}
