p, td, input, textarea, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ebebeb;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
li {
	list-style-position: outside;
	list-style-image: url(images/bullet_blue_round.gif);
	list-style-type: circle;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #006600;
}

table.center {
	margin-left:auto;
	margin-right:auto;
}
.maintitle {
	width: 289px;
	font-size: 18px;
	color: black;
	background-color: white;
	padding-left: 14px;
	padding-right: 14px;
	vertical-align: middle;
}
.home_header {
	font-size: 9px;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	padding: 3px 14px 3px 14px;
	color: #455d76;
	background-color: white;
}
.header_graphic {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	width: 371px;
	height: 65px;
	text-transform: capitalize;
}
.header_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #B3C5D4;
	padding-left: 8px;
}
.logo_cell {
	width: 67px;
	background-color: white;
	padding-right: 3px;
}
.right_header {
	width: 14px;
	background-color: white;
}
.spacebar {
	height: 10px;
	background-color: white;
}

.nav_buttons_current {   
	background-color: #F8F5DE;
    border-top: #EBE9D7 solid 1px;
	border-right: #BDB36A solid 1px;
	border-bottom: #BDB36A solid 1px;
	border-left: #EBE9D7 solid 1px;
    color: #3D6017;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
	/* top right bottom left */
    padding: 7px 1px 7px 0px;
	text-decoration: none;
    width: 178px;
	text-align: center;
	display: block;
}
.nav_buttons a:link, .nav_buttons a:visited {   
	background-color: #819eb7;
    border-top: #99ccff solid 1px;
	border-right: #003399 solid 1px;
	border-bottom: #003399 solid 1px;
	border-left: #99ccff solid 1px;
    color: white;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
	/* top right bottom left */
    padding: 7px 1px 7px 0px;
	text-decoration: none;
    width: 178px;
	text-align: center;
	display: block;
}
.nav_buttons a:hover {   
	background-color: #548147;
}

/* depress effect on click */
.nav_buttons a:active, .nav_buttons a:focus {   
	border-top: #003399 solid 1px;
	border-right: #99ccff solid 1px;
	border-bottom: #99ccff solid 1px;
	border-left: #003399 solid 1px;
	/* top right bottom left */
    padding: 8px 0px 6px 1px;
}

.client_button a:link, .client_button a:visited {   
	background-color: #b7cb99;
    border-top: #ADF75C solid 1px;
	border-right: #1E2F0B solid 1px;
	border-bottom: #1E2F0B solid 1px;
	border-left: #ADF75C solid 1px;
    color: black;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
	/* top right bottom left */
    padding: 6px 1px 7px 0px;
	text-decoration: none;
    width: 100px;
	text-align: center;
	display: block;
}
.client_button a:hover {
	color: white;
	background-color: #3d6017;
}

/* depress effect on click */
.client_button a:active, .client_button a:focus {   
	border-top: #1E2F0B solid 1px;
	border-right: #ADF75C solid 1px;
	border-bottom: #ADF75C solid 1px;
	border-left: #1E2F0B solid 1px;
	/* top right bottom left */
    padding: 7px 0px 6px 1px;
}

.left_page_border {
	width: 14px;
	border-left: 3px solid black;
	background-color: white;
}
.right_page_border {
	width: 14px;
	border-right: 3px solid black;
	background-color: white;
}
.bar_under_main_image {
	background-image:url(images/home_bar_under_main.jpg);
	background-repeat: repeat-y;
	background-color: white;
	vertical-align: top;
	width: 737px;
	height: 35px;
}
.bar_under_main_image_table {
	width: 737px;
}
.main_bg {
	background-image:url(images/main_bg.jpg);
	background-repeat: repeat-y;
}
.block_box {
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
}
.heading {
	font-weight: bold;
}
