/* Basic HTML code elements */
/* Change these as needed */
body {
	background: #736D61;
}
body, p, td {
	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
a:link, a:visited {
	color: #323D73;
}
a:active, a:hover {
	color: #F17B34;
}
img a {
	border: none;
}
form {
	margin: 0;
}
li {
	margin-bottom: 10px;
}
h1 {
	font-size: 22px;
	color: #18338B;
	margin: 5px 0 20px;
	line-height: 26px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	color: #F17B34;
	margin: 0 0 20px;
	line-height: 24px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	color: #000;
	margin: 0 0 18px;
	line-height: 22px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	color: #000;
	margin: 0 0 15px;
	line-height: 20px;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	color: #000;
	margin: 0 0 12px;
	line-height: 20px;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	color: #000;
	margin: 0 0 10px;
	line-height: 16px;
	font-weight: bold;
}
hr {
	color: #333;
	height: 1px;
	width: 100%;
	margin: 15px 0;
	clear: both;
}
/* End Basic HTML code elements */

/* Begin layout element styles */
#wrapper {
	background: #FFF;
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}
#header {
	width: 100%;
}
#topnavLeft {
	width: 432px;
	background: #FFF;
	margin: 0;
	float: left;
}
#topnavRight {
	width: 363px;
	background: #FFF;
	text-align: right;
	margin: 0;
	float: left;
}
#headerBottom01 {
	height: 4px;
	background: #E88A00;
	margin: 0;
	clear: both;
}
#headerBottom02 {
	height: 4px;
	background: #FFF;
	margin: 0;
	clear: both;
}
#headerBottom03 {
	height: 6px;
	background: #777777;
	margin: 0 0 10px 0;
	clear: both;
}
#welcomeBar td {
	background: #777777;
	margin: 0 0 10px 0;
	clear: both;
	padding: 4px 8px;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
}
#welcomeBar a {
	color: #FFF;
}
#sidebar {
	width: 200px;
	float: left;
	margin: 0;
}
#content {
	width: 568px;
	float: left;
	margin: 0;
}
#copyright {
	background: #736D61;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
#copyright a {
	color: #FFF;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#awmAnchor-menu {
	height: 230px;
}
/* End layout element styles */

/* Begin custom style classes */
/* Do not make new styles unless it cannot be defined with the elements above */
.smallText {
	font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
}
.msgInfo {
	color: #000000;
	font-weight: bold;
}
.msgSuccess {
	color: #009900;
	font-weight: bold;
}
.msgError {
	color: #FF0000;
	font-weight: bold;
}
table.gridTable {
	border: 1px solid #18338B;
	border-collapse: collapse;
	display: table;
	background: #FFF;
	width: 100%;
}
.gridTable th {
	border: 1px solid #18338B;
	padding: 4px 8px;
	color: #FFF;
	background: #18338B;
	text-align: center;
}
.gridTable td {
	padding: 4px 8px;
	border: 1px solid #18338B;
}
.gridTableAltRow {
	background: #CBD5F5;
}
.pagingNavigationTable {
	width: 50%;
	border: none;
}
.pagingNavigationTable td {
	color: #18338B;
	font-weight: bold;
	font-size: 11px;
}
.pagingNavigationTable td a {
	color: #18338B;
	text-decoration: none;
}
.pagingNavigationTable td a:hover {
	color: #F17B34;
	text-decoration: none;
}
.pagingRecordCount {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
/* End custom style classes */