body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #cecece url("images/back1.jpg") repeat-y;
	scrollbar-face-color: #E5E5E5;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E5E5E5;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #000066;
	scrollbar-track-color: #EEEEEE;
	scrollbar-darkshadow-color: #98AAB1;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#middle ul {
	margin-top: -15px;
}

#middle ul ul {
	margin-top: 0px;
}

#middle ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	list-style-position: outside;
	list-style-image:  url("images/bullet1.gif");
}

#middle ul ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	list-style-position: outside;
	list-style-image:  url("images/bullet2.gif");
}


a, a:link, a:visited {
	color: #000066;
}

a:hover, a:active {
	color: #0000CC;
}


#headerimage {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image:  url("images/header_bg.gif");
}
	
#main {
	width: 780px;
	margin-left: 12px;
	background: white;
}	
#navcontainer{
	width:auto;
	overflow:hidden;
}
#navlist {
	margin: 0;
	padding: 3px 0 20px 0;
	background-color: #143a51;
}

#navlist ul, #navlist li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	border-bottom: 4px solid #143a51;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 16px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #ddd;
	border-bottom: 4px solid #143a51;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #fff;
	background: transparent;
	color: #F4CA2A;
}

#navlist a:hover {
	color: #F4CA2A;
}

#leftnav {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#leftnav h1 {
	margin: 0;
	margin-left: -3px;
	padding: 0;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}

#leftnav ul {
	margin: 0;
	padding: 0;
	width: 180px;
}

#leftnav li {
	font-family: Verdana;
	font-size: 10px;
	margin: 0; 
	padding: 3px 10px 3px 10px;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}

#leftnav li.noline {
	border-bottom: none;
}
	
#leftnav a:link, #leftnav a:visited {
	text-decoration: none;
	border: none;
	color: black;
}

#leftnav a:link.active, #leftnav a:visited.active, #leftnav a:hover {
	color: #999;
}

#middle {
	float: left;
	width: 640px;
	padding: 8px 15px 15px 15px;
}
		
#left {
	clear: both;
	float: left;
	width: 180px;
	padding: 0px;
}
		
#footer {
	margin-left: 165px;
	width: 650px;
	clear: both;
	text-align: right;
	border-top: 1px solid #BBBBBB;
	padding: 5px 5px 5px 5px;
}

#footer p {
	font-size: 9px;
}

.breadcrumb {
	margin-top: -20px;
	margin-left: 1px;
	margin-bottom: -10px;
}

.breadcrumb p {
	font-size: 9px;
}

.breadcrumb a {
	text-decoration: none;
}

.textBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 160px;
	height: 15px;
}

.submitButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
}

.submittedButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	color: gray;
}

.error {
	background-color: #FFECEC;
	border: 1px solid #990000;
	text-align: center;
}

.error p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 5px;
	margin: 0;
}

.confirm {
	background-color: #EFFFEC;
	border: 1px solid #006600;
	text-align: center;
}

.confirm p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 5px;
	margin: 0;
}

table.mainTable, table.plainTable {
	width: 100%;
}

table.mainTable td, table.plainTable td {
	padding: 3px;
}

table tr.header {
	background-color: #1B4B69;
}

table tr.header p {
	color: #FFFFFF;	
	font-weight: bold;
	padding: 4px;
}

table tr.row1 {
	background-color: #E5E5E5;
}

table tr.row2 {
	background-color: #EEEEEE;
}

table tr.row1a {
	background-color: #FF9999;
}

table tr.row2a {
	background-color: #FF6666;
}

table td.totalLine {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1B4B69;
	border-bottom-color: #1B4B69;	
}


table.plainTable td.textLabel p {
	font-weight: bold;
	text-align: right;
}

p.courier {
	font-family: "Courier New", Courier, mono;
}

.smallText {
	font-size: 10px;
}


p.quickHelpHeader {
	font-weight: bold;
	font-size: 11px;
}

p.quickHelpText {
	font-size: 10px;
}

p.pagination {
	text-align: center;
	font-size: 14px;
}

p.alert {
	font-weight: bold;
	font-size: 10px;
	color: red;
}

p.warn {
	font-weight: bold;
	font-size: 10px;
	color: orange;
}

p.ok {
	font-weight: bold;
	font-size: 10px;
	color: green;
}

.header p, .row1 p, .row2 p {
	padding: 0;
	margin: 0;
}

.popup {
	cursor: hand;
}


