/*general css*/
body {
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-image: url(../images/bkgrd.gif);
	background-repeat: no-repeat;
	background-color: #FED694;
	vertical-align: top;
}
td#main {
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height: 15px;
	padding: 15px;
}

table {
	height: 120px;
	width: 750px;
	margin-top: 125px;
}
.highlighthead {
	color: #2E364B;
	font-size: 16px;
	font-weight: bold;
}

h1 {
	color: #2E364B;
	font-size: 16px;
	font-weight: bold;
}

.highlightbody {
	color: #2E364B;
	font-size: 12px;
}

/*navigation menu*/
table#menuleft {
	width: 175px;
	margin-top: 0px;
}
td#menuleft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #2E364B;
	border-right-color: #2E364B;
	height: 20px;
}
td#menuleftbot {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #2E364B;
	border-right-color: #2E364B;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E364B;
}
/*sub menu*/
td#sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	height: 22px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E364B;
}
/*last td*/
td#last {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 0.01em;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
/*links*/
a:link {
	color: #2E364B;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #2E364B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
