/* CSS Document - Advanced Technology Institute*/
/* centering */
html{padding:0; margin:0}
body {
	text-align: center;
	font-family: Verdana, Arial, Serif;
	background-color: White;
}
a {text-decoration:none}

#mainbody {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: White;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: 0px 3px;
}

#header {
	background: url(images/header.jpg) no-repeat;
	width: 800px;
	height: 335px;
}
#header-thanks {
	background: url(images/header-thanks.jpg) no-repeat;
	width: 800px;
	height: 335px;
}

#content {
	text-align: left;
	
	
}

#left {
margin-right: 420px;
margin-left: 30px;
	
}
h1 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

p {
padding-bottom: 0px;

	color: #333;
	font-size: 10pt;
}

p strong {
	color: #000;
	font-weight: bold;
}


ul {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color:#496da6;
	background-repeat: no-repeat;
	display: block;
	margin-left: 0px;
	padding-left:15px;
	padding-right: 10px;
}

ul li{
	padding-left:20px;
	margin-bottom:10px;
	background: url(images/bullet.gif) no-repeat 0px 4px;
	color:#e7edf6;
	margin-left: 0px;
}
#footer {
	margin-top: 30px;
	background: url(images/footer.gif) no-repeat;
	width: 800px;
	height: 31px;
}
#form {
	float: right;
	width: 380px;
	margin-right: 0px;
	margin-top: -35px;

}

.ContactFormLabel{
	color: #000;
	font-size: 10pt;
	
}

.xpad {
	padding-top: 5px;
	padding-bottom: 5px;
}

input {
	font-size: 10pt;
}

select {
	font-size: 10pt;
}
.Required {
	color: red;
	font-size: 10pt;
}
