body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #016b85;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #006a85;
	text-decoration: underline;
}
a:hover {
	color: #8b008b;
	text-decoration: underline;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #dca6aa;
	height: 1px;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	text-align: left;
}
h1 {
	font-size: large;
	color: #006a85;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: medium;
	color: #006a85;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h3, h4, h5 {
	font-size: small;
	color: #006a85;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
table {
	width: 500px;
}
.td_border {
	border: 1px solid #ccd2d2;
}
.main {
	width: 780px;
	margin: auto;
	padding: 0px;
}
.banner {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	width: 780px;
	background: no-repeat;
}
.site_name {
	background-image: url(title.gif);
	background-repeat: no-repeat;
	background-color: #dce8eb;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	color: #ffffff;
	font-weight: normal;
	font-size: 24px;
	height: 90px;
}
.utility {
	font-size: 12px;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #999999;
}
.utility a:link, .utility a:visited, .utility a:active, .utility a:hover  {
	color: #006a85;
}
.utility a:hover {
	text-decoration: underline;
}
.box {
	position: absolute;
	top: 90px;
	width: 780px;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}
.corner_left {
	position: absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.corner_right {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
.breadcrumb	{ 
	margin: 0px;
	padding: 10px;
	font-size: 10px; 
	color: #999999; 
}
.page_name{
	padding: 0px 0px 5px 10px;
	margin: 0px;
	border-bottom: 1px solid #ccd2d2;
}
.menu {
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;	
	background-image: url(bg_nav.jpg);
}
.menu a:hover {
	background-color: #f6e8cc;
	background-image: none;
	color: #DFAE49;
}
.login_box {
	padding: 10px;	
	border-bottom: 1px solid #cccccc;
}
.login_table {
	margin: 0px;
	text-align: left;
}
.login_table h1, .login_table h1 a {
	color: #006699;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.content {
	margin: 0px 178px 0px 0px;
	padding: 10px;
	border-right: 1px solid #ccd2d2;
	min-height: 350px;
}
.footer {
	clear: both;
	border-top: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	font-size: 10px;
	color: #666666;
}
.powered_by {
	text-align: left;
	font-size: 10px;
	padding-top: 10px;
}



