/*allrounds CSS*/

html, body{
	text-align: center;
	color: #333;
	height: 100%;
}


#container{
	display: block;
	width: 800px;
	margin: auto;
	padding: 20px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	background: #fff;
	text-align: left;
	min-height: 100%;
}

table.nav td{
	background: #16a5f4;
	color: #fff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 2px 8px;
	cursor: pointer;
}

table.nav td.nav_on{
	background: #666;
	color: #fff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 2px 8px;
	cursor: pointer;
}

table.nav td.navspace{
	background: #fff;
	padding: 0;
	width: 2px;
	cursor: default;
}

table.nav a:link, table.nav a:visited, table.nav a:hover{
	color: #fff;
	text-decoration: none;
}


table.form{
	border: 1px solid #999;
}

table.form tr.header td{
	background: #ccc;
	border-bottom: 1px solid #999;
	color: #333;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

table.form td{
	padding: 4px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

table.form td.errormsg{
	background: #ffffcc;
	color: #990033;
}

input, textarea{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #ccc;
	background: #eee;
	margin-top: 4px;
}
select, option{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
input.error, select.error{
	background: #ffffcc;
}

td.subhead{
	color: #16a5f4;
	font-weight: bold;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

td{
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
}


#hp_frame{
	display: block;
	width: 760px;
	margin: auto;
	background: url('../template/images/hp_border.gif');
	height: 425px;
	background-repeat: no-repeat;
}

#centered_text{
	display: block;
	text-align: center;
}

p, h1, ul{
	font-family: verdana, arial, helvetica, sans-serif;
	width: 700px; /* was 500px */
	font-size: 12px; /* was 11px */
	line-height: 22px; /* was 20px */
	color: #333;
	text-align: left;
	margin: auto;
	margin-top: 12px;
}


li{
	margin-left: 18px;
}

h1{
	color: #16a5f4;
	font-size: 14px;
	text-decoration: underline;
}



sup{
	font-size: 9px;
}






.smaller{
	font-size: 10px;
}




a.img:link, a.img:visited{
	color: #333;
}


a.img:hover{
	color: #16a5f4;
}

img.img{
	border: 1px solid #333;
}

a{
	color: #0a4bdf;
}