@charset "utf-8";
/* CSS Document */
* { margin: 0; }

html, body {
	height: 100%;
}

body {
	background-color: #999999;
	height: 100%;
	text-align: center;
	background-image: url(images/pageshadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.Container{
	background-color: #FFFFFF;
	position: relative;
	width: 800px;
	margin: 0 auto -37px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.Logo{
	position: relative;
	width: 800px;
	top: 0px;
	height: 117px;
	text-align: left;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
.Menu{
	position: relative;
	display: block;
	background-color: #D0D0D2;
	width: 650px;
	height: 32px;
	text-align: left;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.Menu p{
	padding-left: 32px;
}
.Menu b{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;	
}
.Menu a{
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #888888;
	text-decoration: none;
	line-height: 32px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.Menu a:hover{
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}


.Menu2{
	position: relative;
	display: inline;
	background-color: #D0D0D2;
	width: 150px;
	height: 32px;
	text-align: right;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.Menu2 p{
	padding-right: 25px;
}
.Menu2 a{
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 32px;
	vertical-align: middle;
	display: inline;
	height: 32px;
}
.Menu2 a:hover{
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.ContentRight{
	position: relative;
	display: inline;
	width: 145px;
	margin-top: 10px;
	padding-bottom: 25px;
	float: left;
}

.Content{
	position: relative;
	display: block;
	width: 610px;
	height-min: 550px;
	margin-top:25px;
	padding-left: 37px;
	margin-bottom: 50px;
	float: left;
	background-image: url(images/contentbkgnd.jpg);
	background-repeat: repeat-y;
}
.Content h1 {
	font-family: Helvetica, Arial;
	font-size: 13px;
	color: #000000;
	padding-top: 15px;
}
.Content strong {
	color: #000000;
}
.Content p {
	font-family: Helvetica, Arial;
	font-size: 11px;
	padding-right: 54px;
	color: #777777;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: normal;
	text-align: justify;
	line-height: 17px;
}

.Content a {
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #000000;
}
.CourseTable  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #777777;
	font-style: normal;
	line-height: 17px;
}
.Footer{
	position: relative;
	width: 800px;
	height: 37px;
	margin: 0 auto;
	background: url(images/footer_background.jpg) no-repeat;
	background-color: #000000;
	vertical-align: middle;
}
.Footer p{
	font-family: Helvetica, Verdana, Arial;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	padding: 0px;
	font-weight: normal;
	line-height: 37px;
}
.Footer a{
	color: #FFFFFF;
}
.Footer a:hover{
	color: #FFFFFF;
}
.push {
	height: 37px;
	clear: both;
}
.ColLeft{
	position: relative;
	display: block;
	width: 300px;
	float: left;
}
.ColRight{
	position: relative;
	display: inline;
	width: 300px;
	float: left;
}
.Modules{
	position: relative;
	width: 560px;
	height: 38px;
	text-align: right;
	background-image: url(images/heading_coursedescriptions.jpg);
	background-repeat: no-repeat;
	color: #999999;
	float: none;
	vertical-align: middle;
}
.Modules p{
	text-align: right;
	padding-right: 0px;
	padding-top: 7px;
}
.Modules a{
	color: #999999;
}
.Modules a:hover{
	color: #000000;
}
.Modules strong{
	color: #000000;
}
.ContactText{
	font-family: Helvetica, Arial;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.ContactText strong{
	font-family: Helvetica, Arial;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}
.ContactInputCell{
	border: 1px solid #777777;
	height: 15px;
}
.ContactInputCell2{
	border: 1px solid #777777;
	height: 70px;
}
.ContactInputCell3{
	border: 1px solid #777777;
	height: 15px;
}
.ContactInput{
	font-family: Helvetica, Arial;
	font-size: 12px;
	border: 0px solid #777777;
	height: 15px;
	width: 97%;
}
.ContactInput2{
	font-family: Helvetica, Arial;
	font-size: 13px;
	border: 0px solid #777777;
	height: 70px;
	width: 99%;
}
.formtable{
	margin-bottom: 3px;
}
.SubmitButton{
	font-family: Helvetica, Arial;
	font-size: 11px;
	border: 1px solid #777777;
	height: 22px;
	width: 75px;
	color: #FFFFFF;
	background-color: #000000;
}
