body {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: #a2a9ae;
	font-size: 10pt;
}

h1 {
	font-weight: bold;
	font-size: 12pt;
	border-bottom: 1px solid black;
	color: #0000fe;
}

h2 {
	font-weight: bold;
	font-size: 10pt;
	color: #0000fe;
	margin: 10px 0 1px 0;
}

label {
	display: block;
	margin: 4px 0 0 0;
	font-size: 8pt;
}


a:link, a:visited {
	text-decoration: none;
	color: #970000;
	font-weight: bold;
	font-size: 8pt;
}

a:hover {
	text-decoration: underline;
}

input {
	font-size: 8pt;
}

button { 
	font-size: 8pt;
}

#page {
	width: 100%;
}

#pageTable {
	border: 1px solid black;
}

#pageContent {
	border: 1px solid black; 
	width: 800px;
	text-align: center;
}

#logoTopLeft {
	background-image: url('Images/row1.left.jpg');
	width: 194px;
	height: 40px;
}

#logoTopRight {
	background-color: white;
	color: #0000fe;
	width: 606px;
	height: 40px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

#logoBottomLeft {
	background-image: url('Images/row2.left.jpg');
	width: 194px;
	height: 154px;
}

#logoBottomRight {
	background-image: url('Images/row2.right.jpg');
	width: 606px;
	height: 154px;
}

#sideBar {
	background-image: url('Images/sidebar.repeat.jpg');
	background-repeat: repeat-y;
	background-color: white;
	padding: 0 0 0 25px;
}

#mainContent {
	color: black;
	background-color: white;
	padding: 10px 10px 0 0;
}


.pageFooter {
	font-size: 8pt;
	color: black;
	text-align: center;
	margin: 10px 0 0 0;
	width: 800px;
}

.bodyText {
	font-size: 10pt;
	margin: 10px 0 10 0;
	width: 595px;
}
.bodyTextFlair {
	font-size: 10pt;
	width: 595px;
	font-weight: bold;
	font-style: italic;
}
.bodyAttention {
	font-size: 10pt;
	margin: 10px 0 10 0;
	width: 595px;
	font-weight: bold;
	font-style: italic;
}

.button {
	margin: 10px 0 0 0;
}

.searchTitle {
	font-weight: bold;
	font-size: 14px;
	color: #0000fe;
}

#contentAreaDiv {
	width: 595px;
}

.agentPicture {
	border: 1px solid black;
}

/*
=================
Menu Styles
=================
*/
#navcontainer {
	width: 160px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 8pt;
	font-weight: bold;
}

#navcontainer #navlist a {
	display: block;
	padding: 3px;
	width: 149px;
	background-color: #0000fe;
	border-bottom: 1px solid #FEFFED;
	color: white;
}

#navcontainer #navlist a:link, .navlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#navcontainer #navlist a:hover {
	background-color: #080785;
	color: #FFFFFF;
	text-decoration: none;
}
/*
=================
Data Table Styles
=================
*/

.dataTable {
	background-color: #0000fe;
	font-size: 8pt;
}
.dataTable th{
	color: white;
	background-color: #0000fe;
	text-align: left;
}
.dataTable td {
	background-color: white;
}
.dataTable .alternateRow td {
	background-color: #d9e2e8;
}

/*
=================
Input Form Styles
=================
*/
.formLabel {
	background-color: #d9e2e8;
	padding: 2px;
	font-weight: bold;
	width: 168px;
}

.formLabelRequired {
	background-color: #0000fe;
	color: white;
	padding: 2px;
	font-weight: bold;
	width: 168px;
}

.information {
	width: 565px;
	border: 1px solid #640707;
	background-color: #f0ed9d;
	padding: 5px;
	margin: 10px 5px 5px 5px;
	font-size: 8pt;
}

.inputForm {
	border: 1px solid black;
	padding: 3px;
}

.indentLeft {
	margin: 0 0 0 25px;
	font-size: 8pt;
}

#frmSearch label {
	font-size: 10px;
}