@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #D8EBF9;
	background-image: none;
}
.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #header {
	background-color: #B5BDCE;
	height: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 150px;
	background-image: url(Images/campus2.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #header p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.twoColFixLtHdr #header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF3;
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0px;
	margin: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	background-color: #FFFF9C;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 2px;
	font-size: 8pt;
	color: #000;
	border-top-width: medium;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #D6EFFF;
	border-right-color: #D6EFFF;
	border-bottom-color: #D6EFFF;
	border-left-color: #D6EFFF;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 114px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 14px;
	height: auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	word-spacing: normal;
}
#sidebar1 h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}
#mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #003893;
	text-align: center;
}
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #03F;
	text-align: center;
}
.twoColFixLtHdr #footer {
	background-color: #003893;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FF9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFF63;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#nav {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	font-size: 14px;
	height: 35px;
	padding: 0;
	background-color: #D8EBF9;
}
.twoColFixLtHdr #container #nav table tr td a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border: thin none #FCFCFD;
	font-weight: bold;
}

.twoColFixLtHdr #container #nav table {
	text-align: center;
	color: #000;
	background-color: #D6ECFA;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	margin-left: 2px;
}

edit-region-div-left {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	background-color: #FF6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 12px;
	color: #000;
}
edit-region-left-supt {
	width: 350px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.edit-region-left-supt {
	float: left;
	width: 600px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}


.twoColFixLtHdr #container #mainContent div .edin-region-right-col p strong {
	text-align: left;
	font-size: 14px;
}
.edit-region-page-description {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 24px;
}
.twoColFixLtHdr #container #mainContent {
	color: #000;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.under-contruction {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
}
.twoColFixLtHdr #container #footer table tr td div a {
	color: #FFFF80;
}
.divider {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D6EFFF;
	height: 20px;
	text-align: center;
}
.devider {
	font-family: Verdana, Geneva, sans-serif;
	height: 20px;
}
table {
	text-align: left;
	vertical-align: top;
	border-top-color: #D6EFFF;
	border-right-color: #D6EFFF;
	border-bottom-color: #D6EFFF;
	border-left-color: #D6EFFF;
}
.text align left {
	text-align: left;
	vertical-align: top;
}
.support {
	text-align: left;
}
#nav2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	font-size: 14px;
	height: 5px;
	padding: 0;
	background-color: #CEDBE7;
}
.pics-r {
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	width: auto;
	padding-left: 10px;
}
.pics-L {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	width: auto;
	padding-right: 10px;
}
