#header_div {
	height: 131px;
	background-image: url(images/header.jpg); 
	background-position: top center;
	background-repeat: no-repeat;
}

#body_div {
	background-image: url(images/gradient-bkgd.gif); 
	background-position: top center;
	background-repeat: repeat-x;
	min-height: 250px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 988px;
	padding: 6px;
	background-color:#FFFFFF
}

#login {
	height: 49px;
	width: 1000px;
	background-image: url(images/login-bkgd.gif);
	margin-left: auto;
	margin-right: auto;
}

#title_bar {
	background-color: #f3f1f1;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	 margin-right: auto;
	 margin-left: auto;
     width: 100%;
     height: 314px;
     background-image: url(images/header/pic1.jpg);
	 background-position: center;
}

#return_home {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#button240 {
	width: 240px;
	height: 25px;
	padding-top: 5px;
	background-image: url(images/button.png);
	text-align: center;
}

body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}
body {
	background-color: #ffffff;
	margin: 0px;
}

table {
	border-collapse: collapse;
}

h1 {
	color: #018732;
	font-size: 14pt;
	letter-spacing: 2px;
	text-transform: capitalize;
	font-family:"Times New Roman", Times, serif;
}

h2 {
	color: #5D412D;
	font-size: 12pt;
	letter-spacing: 2px;
	text-transform: capitalize;
	font-family:"Times New Roman", Times, serif;
}

li {
	list-style-image: url(images/bullet.png);
	margin-top: 0.15in;
}

.tbl a {
	width:100%;
	padding: 3px;
	background-color: transparent;
	text-align: left;
	display:block;
	text-decoration: none;
	color:#922e3a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold
}
.tbl a:hover {
	text-decoration: underline;
	background-color: #d1d1d1;
	color: #922e3a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a {
	color: #018732;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color: #018732;
}

a.white_links {
	text-decoration: none;
	color: #ffffff;
}

a.white_links:hover {
	text-decoration:underline;
	color: #ffffff;
}


.border-right {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #f46479;
}

.border-bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.border {
	border-width: 2px;
	border-style: solid;
	border-color: #f46479;
}

.white_text {
	color: #FFFFFF;
}

.white_text_sm {
	color: #FFFFFF;
	font-size: 7pt;
}

.green_text {
	color: #018732;
}

.small_text_green {
	font-size: 7pt;
	color: #018732;
}

.small_text {
	font-size: 7pt;
	color: #000000;
}

.indented_text {
	padding-left: 225px;
	font-size: 12pt;
	color: #FFFFFF;
}

.bold_italic {
	font-style: italic;
	font-weight:bold;
}

.bold_italic_large {
	font-style: italic;
	font-weight:bold;
	font-size: 12pt;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style: italic;
}

#left {
	width: 250px;
	min-height: 300px;
	float: left;
	margin-right: 4px;
	padding: 6px;
	text-align: left;
	border-right-color: #5d412d;
	border-right-style:dotted;
	border-right-width: 2px;
	background-color: #f2e5c9;
}

#right {
	width: 700px;
	float: left;
	margin-left: 4px;
	padding: 6px;
	text-align: left;
}