body, html{
	background-color: #EFEFEF;
	margin:0px;
	padding:0px;
}.facultyleft{
	background-image: url(/static/img/leftline.jpg);
	background-position:right;
}.facultyright{
	background-image: url(/static/img/rightline.jpg);	
	background-position:left;
}.facultyleft,.facultyright{
	background-repeat:repeat-y;
}.headervac{
	float:right;
}.headerlogo{
	margin-left:20px;
	float:left;
}


.comingsoon{
	margin-top: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: verdana;
	font-size: 20px;
	color: #000;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	background-color:#fafafa;
	background-image: url(/static/img/headerbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.comingsoon h1{
	color: #9a221c;
	text-transform: uppercase;
	font-size: 48px;
}

.baseHeader{
	background-image: url(/static/img/headerbg.jpg);
	height:104px;
	width: 100%;
}.baseMenu{
	width: 100%;
	background-image: url(/static/img/menubg.jpg);
}.baseMenu tr td{
	height:43px;
	line-height:43px;
	text-align: center;
}

.baseMenu .menuSelected{
	color: #aa0f03;
}

.baseContent{
	min-height: 381px;
	background-color: #fff;
}
.baseContent p{
	text-align:justify;
}

.baseMenu tr td a{
	font-family: Arial,Verdana;
	font-size: 11px;
	font-weight: bold;
	display:block;
	height:43px;
	line-height:43px;
	color: #000;
	text-transform: uppercase;
    text-decoration: none;
}
.baseMenu a:hover{
    text-decoration: underline;
}

.baseFooter, .emblems, .inneremblems{
	height:152px;
	text-decoration: center;
	font-size:11px;
	font-family: verdana;
}
.baseFooter{
	width:730px;
	background: url(/static/img/footerbg.jpg);
	background-repeat:repeat-x;
}.emblems{
	background: url(/static/img/footeremblem.jpg) right;
	background-repeat:no-repeat;
	width: 92%;
}.inneremblems{
	background: url(/static/img/footeremblem.jpg) left;
	background-repeat:no-repeat;
}

.baseCredits{
	width: 220px;
	text-align:center;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
.baseFooter a{
	color:#000;
	text-decoration: underline;
}

.contentContainer{
	width: 90%;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contentContainer h1{
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	
}

.contentContainer p{
	font-size: 11px;
	font-family: arial;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contentContainer img{
	margin: 5px;
	border: 5px solid #ddd;
}
.contactForm{
	width:90%;
}
.contactForm, .contactPeople{
	font-size: 11px;	
	font-family: arial;
	text-align:left;
}

.contactForm tr td{
    height: 28px;
    line-height: 28px;
}

input[type="text"]{
	width: 190px;
	border: 2px solid #666666;
	padding:3px;
	margin:3px;
}

input[type="submit"]{
	width: 196px;
	border: 2px solid #000;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding:5px;
	margin:5px;
	cursor: pointer;
}

.infoplease{
	height:50px;
	line-height:50px;
	display:block;
	text-align: right;
	padding-right: 9px;
}
textarea{
	width: 190px;
	border: 2px solid #666666;
	padding:3px;
	margin:3px;
}
strong{
	font-weight:bold;
}

.contactForm tr td{
	height: 30px;
}