@import url(_form_style.css);

BODY {
	background: #003366 url(../img/mesh.gif) repeat fixed;
	font-family: "Trebuchet MS", sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
 }

.prog_head {
	font-size: 1.2em;
	color: #003366;
	border-bottom: 1px solid #003366;
 }
 
#sban {
	position: relative;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%; 
	background: #ffffff;
	text-align: center;
}
 
.tblh1 {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 1.1em;
	color: #333333;
 }
 
 .tblh2 {
	border: 1px solid #333;
	text-align: center;
 	font-size: 1.5em;
 	color: #ffffff;
 	font-wight: bold;
 	background: #003366;
 }

table#stu_nav {
	width: 100%;
	background: #003366;
	color: #ffffff;
}

table#stu_nav a {
	color: #ffffff;
}

table img {
	margin: 7px;
	border: 0px;
 }

table {
	font-family: "Trebuchet MS", sans-serif;
	color: #000000;
	font-size: .9em;
 }	

div#container {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 896px;
	background: #fff;
	border: 1px solid #999;
 }

td.kids {
	color: #6f3c13;
 }

table#header,table#footer {
	width: 100%;
	text-align: center;
 }

table#header {
	height: 135px;
	background: #FFFFFF;
	border-bottom: 2px solid #003366;
	padding: 0px;
	margin: 0px;
 }



table#tbl_main {
	margin: 3px 3px;
	width: 100%;
	background: #FFFFCC;
 }

td#col_main {
	padding: 2px;
	width: 60%;
	background: #fcfcfc url(../img/bg_seal.jpg) center center no-repeat;
	border-right: 1px solid #003366;
	overflow: hidden;
 }

td#col_main a {
	color: #000066;
	text-decoration: underline;
 }

td#col_main a:hover {
	color: #0000ff;
	text-decoration: none;
 }

td#col_right {
	width: 20%;
	padding: 2px;
	background: #FFFFFF;
 }

td#col_right a {
	text-decoration: underline;
 }

td#col_right a:hover {
	text-decoration: none;
 }

td#col_left {
	width: 20%;
	background: #fff;
 }

td#nav h5 {
	padding: 3px;
	text-align: center;
	border-top: 3px solid #003366;
	color: #000;
	width: 180px;
	margin: 15px 0px 3px 0px;
 }

td#nav a {
	position: relative;
	display: block;
	margin-top: 3px;
	width: 180px;
	padding: 3px;
	border-right: 1px solid #003366;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 13px solid #003366;
	color: #000;
	text-decoration: none;
 }

td#nav a:hover {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 13px solid #999999;
	color: #003366;
	text-decoration: none;
 }

table.evt {
	background: #053b71;
	border: 1px solid #000000;
	color: #f3f4f5;
	width: 100%;
 }

table.evt a {
	text-decoration: none;
	color: #fc0;
 }

table.evt a:hover {
	text-decoration: underline;
 }

table#ann {
	width: 100%;
	background: #cccccc;
	border: 1px solid #000000;
	color: #222222;
 }

table#ann a {
	color: blue;
	text-decoration: underline;
}
table#ann a:hover {
	text-decoration: none;
}

table#site_built {
	color: #666666;
	font-size: 10px;
	font-family: verdana, sans-serif;
	text-align: center;
	padding: 7px;
	background: #ffffff;
 }
 
table#footer {
	width: 100%;
	border-top: 1px solid #003366;
	color: #666666;
	font-size: 10px;
	font-family: verdana, sans-serif;
	text-align: center;
	padding: 7px;
	background: #ffffff;
 }

table#footer a, table#site_built a {
	color: #999999;
	text-decoration: underline;
 }

table#footer a:hover, table#site_built a:hover {
	color: #003366;
	text-decoration: none;
 }

table#footer_keys h1 {
	width: 100%;
	text-align: center;
	font-size: .8em;
	font-weight: normal;
	color: #999;
	background: #fff;
 }

span.error {
	display: block;
	width: 400px;
	color: red;
	padding: 3px;
	background: #fff;
	font-weight: bold;
	border: 1px solid red;
 }