body {
	height: 100%;
	left:0px;
	top:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 1px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	/* Left blue bar */
	background:  url(../img/left_bar_bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}

#banner {
	position:absolute;
	left:0px;
	top:0px;
	width:850px;
	height:110px;
	z-index:3;
}

#banner-bg {
	background: url(../img/banner_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	height:149px;
}

#left-curve {
	position:absolute;
	left:0px;
	top:110px;
	width:198px;
	height:66px;
	z-index:4;
}


/*---------------------------------*/

.clr {
	clear: both;
}

/*--- Top Menu ---*/

#buttons_outer {
	position:absolute;
	top:111px;
	left:198px;
	width:480px;
  	margin-bottom:2px;
	margin-right:2px;
	float: left;
	z-index:5;
}

#buttons_inner {
	height: 21px !important;
	height: 23px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding-top:6px;
}

/*--- Main Content Area ---*/

#content_outer {
	position:absolute;
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	float: left;
	width: 750px;
	top:156px;
	left:198px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

td {
	text-align: left;
	font-size: 12px;
}

a:link, a:visited {
	color: #036BA7; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #014972;	
	text-decoration: underline;
	font-weight: bold;
}

.inputbox {
	padding: 0px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	font-size: 10px;
}

form {
	margin: 0;
 	padding: 0;
}

hr {
	border: none 0; 
	border-top: 1px solid #83A3B7;
	width: 100%;
	height: 1px;
	margin: 6px auto 0 0;
}

.footer {
	line-height: 25px;
}

h2 {
	color: #666666;
	text-align: left;
	padding-top: 5px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 2px 0;
}

h4 {
	color: #ffcc66;
	text-align: left;
	padding-left: 0px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

.headbg {
	background: #ddeeff;
}

.DarkBlueMediumHeading {
	font-size: 14px;
	font-weight: bold;
	color: #036BA7;
}

.errorlist {
    list-style-type: none;
    border: red 2px solid;
    color:red;
    background-color:pink;
}

#bannerad {
    width: 200px;
    float: right;
    padding: 5px;
}
#bannertext {
    margin-top: 10px;
    font-style: italic;
    color: #666666;
}
