body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
	margin: 0px;
	background-image: url(images/bg_slice.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #999999;
}
#wrapper {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	height: 90px;
	margin: 35px 0px 0px;
	padding: 0px;
	background-color:#FFFFFF;
}
#header img{
	margin-left:0px;
}
#header span {
	display: none;
}
#header #details{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	padding: 27px 13px 0px 0px;
	text-align: right;
	width: 722px;
	margin-left: 240px;
	position: absolute;
	height: 90px;
	top: 35px;
}
#header a {
	color:#000000;
	text-decoration:none;
}
#header a:hover {
	color:#FAAF20;
	text-decoration:none;
}
#contentHolder {
	position: relative;
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	padding: 10px 13px 10px 10px;
	margin-top: 10px;
	
}
#content {
	margin: 0px 0px 0px 190px;
	padding: 0px;
	text-align: left;
	min-height: 445px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #30348F;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FAAF20;
}
#content.bottomlinks h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #30348F;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	height: 20px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:normal;
	color: #30348F;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	height: 20px;
	width: 300px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FAAF20;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:normal;
	color: #30348F;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	height: 20px;
	width: 475px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FAAF20;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	margin: 15px 0px 10px;
	padding: 0px;
	text-align: justify;
}
#content a {
	color: #30348F;
	text-decoration: none;
}
#content a:hover {
	color: #30348F;
	text-decoration: underline;
}
#content a:visited {
	color: #30348F;
	text-decoration: none;
}
#content #newsPage {
	color: #30348F;
	text-decoration: none;
	cursor:default;
}
#content #newsPage:hover {
	color: #30348F;
	text-decoration: underline;
	cursor:default;
}
#content td{
	font-size: 0.85em;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
}
#content img.photo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 10px 0px 35px;
	background-color: #FFFFFF;
	line-height: 25px;
}
#footer p {
	color:#000000;
	font-size:0.7em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	display:inline;
}
#footer .copyright {
	margin-left: 315px;
}
#footer a {
 	text-decoration:none;
 	color:#000000;
}
#footer a:hover {
	text-decoration:underline;
} 
#sidebar .navBtn{
	line-height:10px;
}
#sidebar {
	position:absolute;
	width: 171px;
	height:auto;
	left: 13px;
	float: left;
}
#courseSearch .button {
	background-color: #FAAF20;
	border: 2px outset #30348F;
	margin-top: 0.5em;
	margin-left: 9.5em;
	color: #000000;
	font-weight: bold;
}
#courseSearch .inputBox {
	border: 2px solid #30348F;
	text-align: left;
	width: 350px;
	margin-left: 1.5em;
}
#courseSearch .lable {
	text-align: right;
	float: left;
	width: 8.5em;
}
#courseSearch .errorText {
	color: #FF0000;
	font-weight:bold;
}
#applicationForm .lable {
	text-align: right;
	float: left;
	width: 10em;
}
#applicationForm .lableNoTextArea {
	text-align: left;
}
#applicationForm .lableSmall {
	text-align: right;
	float: left;
	width:5em;
}
#applicationForm .errorLableSmall {
	color:#FF0000;
	text-align: right;
	float: left;
	width:5em;
}
#applicationForm .errorLable {
	color:#FF0000;
	text-align: right;
	float: left;
	width: 10em;
}
#applicationForm .errorTextNoTextArea {
	color:#FF0000;
	text-align: left;
}
#applicationForm .inputBox {
	border: 1px solid #FAAF20;
	text-align: left;
	width: 250px;
	margin-left: 1em;
}
#applicationForm .dropDown {
	border: 1px solid #FAAF20;
	text-align: left;
	margin-left: 1em;
}
#applicationForm .dropDownDOB {
	border: 1px solid #FAAF20;
	text-align: left;
	width: 60px;
	margin-left: 1em;
}
#applicationForm .dropDownLevelGrade {
	border: 1px solid #FAAF20;
	text-align: left;
}
#applicationForm .inputBoxNoLable {
	border: 1px solid #FAAF20;
	text-align: left;
	width: 250px;
	margin-left: 11em;
}
#applicationForm .button {
	background-color: #30348F;
	border: 2px outset #FAAF20;
	margin-top: 0.5em;
	margin-left: 7.5em;
	color: #FFFFFF;
	font-weight: bold;
}
#applicationForm .resetButton {
	border: 2px outset #FAAF20;
	background-color: #30348F;
	font-weight: bold;
	color: #FFFFFF;
}
#applicationForm .errorText {
	color:#FF0000;
	font-weight:bold;
}
#applicationForm .errorTextExtra {
	color:#FF0000;
	margin-left: 11em;
	font-size:0.8em;
}
.inputBox2 {
	border: 1px solid #FAAF20;
	text-align: left;
	width: 250px;
	margin-left: 1em;
}
.dropDown2 {
	border: 1px solid #FAAF20;
	text-align: left;
	margin-left: 1em;
}
.button2 {
	background-color: #30348F;
	border: 2px outset #FAAF20;
	margin-top: 0.5em;
	margin-left: 7.5em;
	color: #FFFFFF;
	font-weight: bold;
}
.resetButton2 {
	border: 2px outset #FAAF20;
	background-color: #30348F;
	font-weight: bold;
	color: #FFFFFF;
}
.error {
  border: 1px solid red;
  background-color: #ffffee;
  color: #660000;
  width: 400px;
  padding: 5px;
}
.notify {
  border: 1px solid #336699;
  background-color: #ffffee;
  color: #336699;
  width: 400px;
  padding: 5px;
}
.button3 {
	background-color: #FAAF20;
	border: 2px outset #30348F;
	margin-top: 0.5em;
	color: #000000;
	font-weight: bold;
}