/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

body {
	background-color: #b9ab96;
}

.clearer {
	 clear:both;
	 height:1px;
	 overflow:hidden;
	 margin-top:-1px;
}

p {
	margin-bottom: 10px;
}


#Wrap {
	width: 750px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	margin: 0 auto;
}

h1 {
	background-image: url(images/hdr_TU.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 169px;
	}
	h1 span {
		display: none;
		}
h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #0c3e26;
	line-height: 1.2;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #0c3e26;
}

h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

h5 {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #0c3e26;
}

h6 {
	font-size: 12px;
	margin-bottom: 10px;
}

ul {
	margin-left: 16px;
	list-style-image: url(images/bullet.gif);
}
	
#LeftColumn {
	width: 230px;
	margin-top: 20px;
	padding-top: 190px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	background-image:url(images/cert.jpg);
	background-repeat:no-repeat;
}

#RightColumn {
	width: 450px;
	padding-left: 25px;
	padding-right: 15px;
	margin-top: 20px;
	float: left;
}

input.btnSubmit, input.btnSubmitOver {
	width: 275px;
	height: 45px;
	background-image: url(images/btn_LearnMore_sprites.gif);
}

input.btnSubmit:hover, input.btnSubmitOver {
	background-position: 0 -45px;
}


#form {
	width: 440px;
	float: left;
	font-size: 11px;
}


#form .formtext {
	text-align: right;
}

#form .formtext b {
	font-weight: normal;
}

.section {
	background-color: #0c3e26;
	color: #fff;
}

input, select {
	width: 200px;
	margin-bottom: 5px;
	font-size: 11px;
}

#footer {
	width: 250px;
	float:left;
	margin-top: -250px;
	padding-top: 50px;
	color: #000;
	font-size: 10px;
	text-align: center;
	padding-left: 15px;
	}
	#footer a {
		color: #000;
		font-size: 10px;
		}
		#footer a:hover {
			color: #0c3e26;
			}
			
#Accreditation {
	font-size: 11px;
	margin-top: 15px;
	background-color: #d9cfc0;
	border: 1px solid #948772;
	padding: 4px;
	display: none;
	margin-bottom: 15px;
	text-align: left;
	line-height: 1.2;
	}
	#Accreditation h3 {
		font-size: 12px;
		color: #000066;
		}
	#Accreditation a {
		font-size: 11px;
		text-align: right;
		}