body {
	margin: 0 0 0 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#body_div {
	background-image: none;
}

/*wrappers*/
#mainWrapper {
	text-align: left;
	width: 950px;
	vertical-align: top;
	margin: 0px auto;
}
#topWrapper {
	width: 950px;
	vertical-align: top;
        height: 73px;
}
#menuWrapper {
	width: 1010px;
	vertical-align: top;
        height: 27px;
}
#main_bodyWrapper {
	width:942px;
	height:auto;
	padding:3px;
	z-index: 4;
	margin:4px 0 0 0;
	border: solid 1px #5F91C6;
}
#main_body_pages_top {
        padding: 0px 2px 0px 54px;
	width:939px;
	text-align: left;
	height:auto;
	margin-top: 6px;
}
#main_body_1_pages {
	padding: 0px 0px 8px 8px;
	float:left;
	width:772px;
	background-color:#FFFFFF;
	text-align: left;
	margin-top: 2px;
        font-wieght: normal;
}
#page_left {
	background-color: #A8BFDE;
	margin-top:0px;
	float:left;
	width:159px;
	padding-top:0px;
	background-image: url(images/left_bg.png);
	background-repeat: repeat-x;
}
#title {
        float:left;
        width:615px;
}
#top_right {
        float:left;
        margin: 14px 1px 0 0;
        text-align:right;
        width:334px;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
h1.heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #5A89CD;
	margin: 6px 0px 6px 0px;
	padding: 0px;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7D7D7D;
	margin: 3px 0px 6px 0px;
	padding: 0px;
}
h4 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FDA458;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
.title_name {
	font-weight: bold;
	color: #5A89CD;
}
.heading_line {
	font-family:  Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FD0000;
}  

.subheading {
        font-weight: bold;
	color: #5A89CD;
}
.table_list  {
        color:red;
}

/* links */

a, a:active, a:visited
{
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        text-decoration: underline;
}

a:hover  {
        color: #878787;
}

a.bolded, a.bolded:active, a.bolded:visited
{
        font-family: arial, verdana, helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
        letter-spacing: .2em;
}

a.bolded:hover  {
        color: #878787;
}
a.boldGrey, a.boldGrey:active, a.boldGrey:visited
{
        font-family: arial, verdana, helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #878787;
        text-decoration: underline;
        letter-spacing: .2em;
}

a.boldGrey:hover  {
        color: #FDA458;
}

.body_text  {
        padding-left:8px
}

input[type="text"], input[type="password"], textarea, select {
	border-top: solid 1px #abadb3;
	border-right: solid 1px #CDCDCD;
	border-bottom: solid 1px #DADADA;
	border-left: solid 1px #abadb3;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	border-top: solid 1px #5794bf;
	border-right: solid 1px #b7d5ea;
	border-bottom: solid 1px #c7e2f1;
	border-left: solid 1px #c5daed;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color: #fff8d5;
	border: solid 1px #98C556;
	outline: solid 1px #C3E98B;
}

div.information_box {
        border: solid 1px #A5A5A5;
        background-color: #ffffff;
        padding: 2px 6px 2px 6px;
        margin: 0 0 6px 0;
}
div.information_box_pop {
        border: solid 2px #98C556;
        background-color: #EFFED9;
        padding: 6px 6px 6px 6px;
        margin: 0 0 6px 0;
}
div#top_info_box  {
        border: solid 1px #000000;
        background-color: #ffffff;
        padding: 0px 2px 0px 2px;
        margin: 0 0 0px 0;
        text-align:center;
}
div#bottom_info_box {
        padding: 2px;
        margin: 0 0  0;
}
div#right_column {
        background-color: #ffffff;
        width:155px;
        margin: 0 0 0 0;
        padding: 2px;
        float:left;
}
div.header_bar {
        border-top: solid 1px #000000;
        border-bottom: solid 1px #000000;
        background-color: #E3EDC9;
        color:#000000;
        font-weight:bold;
        font-size: 17px;
        font-family: Arial, Verdana, sans-serif;
        letter-spacing:2px;
        padding: 2px 4px 1px 4px;
        margin: 5px 0 6px 0;
}
div.header_bar2 {
        border-top: solid 1px #000000;
        border-bottom: solid 1px #000000;
        background-color: #E5E5E5;
        color:#000000;
        font-weight:bold;
        font-size: 17px;
        font-family: Arial, Verdana, sans-serif;
        letter-spacing:2px;
        padding: 2px 4px 1px 4px;
        margin: 5px 0 6px 0;
}
div#right_content  {
       padding:0 4px 4px 4px;
       text-align:left;
}
#right_content a  {
       font-size:12px;
       color:white;
       font-weight:bold;
       text-decoration:none;
       line-height:16px;
}
#right_content a:hover  {
       font-size:12px;
       color:#DADADA;
       font-weight:bold;
       text-decoration:none;
       line-height:16px;
}
#right_content li  {
        margin: 0px 0 0 -22px;
        padding-bottom:8px;
        line-height:16px;
}

.selected  {
       font-size:12px;
       color:#4B4B4B;
       font-weight:bold;
       text-decoration:none;
       line-height:16px;
}
span.form_description {
	font-size: 10px;
}
span.form_required {
	font-size: 10px;
	color:#FDA458;
	font-weight:bold;
}
span.medBold {
        font-size: 12px;
        font-weight:bold;
        font-family: Arial, Verdana, sans-serif;
}
span.captionBold {
        font-size: 14px;
        font-weight:bold;
        font-family: Arial, Verdana, sans-serif;
        color: #000000;
}
.form_row {
        background-color:#E9E9E9;
}
.form_row_1 {
        background-color: #FFFFFF;
}
.clear {
        clear:both;
}
ul.list_none {
        list-style: none;
	margin-left: 39px;
	font-size: 12px;
	padding: 0;
	border: none;
	line-height: 15px;
}
ul.list_left {
	margin-left: 2em;
        padding: 0;
        font-size: 12px;
	border: none;
	line-height: 15px;
}
ul.list_arrow {
        list-style-image: url('images/list_arrow.gif');
	margin-left: 62px;
	font-size: 12px;
	padding: 0;
	border: none;
	line-height: 16px;
}

.caption_left {
        color: black;
        font-weight:bold;
        font-size:14px;
        padding: 2px 0 2px 1px;
}
hr  {
       height: 1px;
       margin: 3px 0 3px 0;
       border: none;
       border-bottom: 1px solid #000000;
}

