/* main layout */
html * {padding:0; margin:0}

body {	text-align: center;	font-family: Verdana, Arial, sans-serif;	font-size: 12px;background-color: #FFFFFF;}

#wrapper{width:800px; margin:0px auto; padding:0px; height:1000px; }
#header {width: 790px; height: 205px; background: #FFF url(images/header.jpg) no-repeat top; color: #FFF; position: relative;}
#header p {	font-weight: bold;	position: absolute;	top: 186px;	left: 24px;}
#content-left{width:440px;  text-align:left; float:left;}
#content-right{width:350px;  text-align:left; float:left; }






























/* container all */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	background-color: #fff;

}

/* header */



/* content */

#content {
	height: 1050px;
	text-align: left;
	width: 790px;
	font-size: 12px;
	color: #000;
}

#content p{
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 10px;
}

#content ul{
	font-weight: bold;
	padding-left: 40px;
	padding-right: 520px;
	padding-bottom: 15px;
}


/* table form */
#form {
	padding-right: 10px;
	color: Gray;
	width: 490px;
	background: #fff;
	margin-bottom: 10px;
	border-left:solid 10px white;
}

.table {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:10px;
}

.table td{
	padding: 5px;

}
/* footer */

#footer {
	background: url(images/footer.gif) no-repeat bottom;
	padding-bottom: 15px;
	height: 100px;
	width: 790px;
	clear:both;
}

/* asterix */

.red {
	color: Red;
	font-size: 10px;
	font-weight: bold;
}

#formdiv {
  width: 400px;
  font: .8em Arial, Helvetica, sans-serif;
}
fieldset {
  margin-bottom: 10px;
}
label {
  display: block;
  width: 100%;
  margin: 5px 5px 0px 5px;
  float: left;
text-align: left;
  font-weight: bold;
}
input{width:120px;
  margin-bottom: 10px;
  float: left;
}

select {
  margin-bottom: 10px;
  float: left;
}
br {
  clear: both;
}
.texty br {
	clear: none;
}
.star {
  color: white;
  font-weight: bold;
  font-size:12px;
}
#contact{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:white;
}
#contactheader{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:white;
}
#contactsubheader{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:white;
}

#mainheader{
font-family:Arial, Helvetica, sans-serif;
font-size:30px;
color:black;
width: 790px;
height: 45px;
font-weight:bold;
font-style:italic;
text-align:center;
}

.texty {
  color: black;
  font-size:12px;
  padding-right: 10px;
  font-weight:normal;
}

#formboxer {
  width: 600px;
  font: .8em Arial, Helvetica, sans-serif;
  background-color:#00529c;
  padding: 0px 10px;
}
#formboxer2 {
  width: 600px;
  font: .8em Arial, Helvetica, sans-serif;
  background-color:#73b0e5;
/*  background-color:#8abbe5;*/
  padding: 0px 10px;
}

.textydis {
  color: white;
  font-size:11px;
  padding-right: 10px;
  font-weight:bolder;
  width:400px;
  text-align:left;
}

.hidden {
  overflow: hidden;
  border-right: 1px solid #7f9db9;
  margin-bottom: 10px;
  float: left;
}
.hidden select {
  margin-bottom: 0px;
}
#hs-graduation{margin-top:14px;}
#submit{width:200px;}