/* GLOBAL ELEMENTS */
body {
	background: #777;
	margin: 30px auto;
}

img {
	display: block;
	margin: 0;
	padding: 0;
}

p, td, ul, ol, h1, h2, h3, div {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-align: left;
	line-height: 16px;
}

a	{
	color: #357AB0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
                                                                                                                 
a:link {
	font-weight: bold;
	text-decoration: none;
	background: transparent;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	background: transparent;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	background: transparent;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	background: transparent;
}


/* TOP & HEAD ELEMENTS */
#top {
	width: 755px;
	height: 69px;
	border: 3px solid #fff;
	background: #F4F4F4 url(../images/topBG.gif) repeat-x scroll top left;
}

#schools {
	text-align: center;
	margin: 13px auto;
	padding: 0;
}

#schools img {
	display: inline;
	margin: 0 20px;
}

#head {
	width: 755px;
	height: 112px;
	border: 3px solid #fff;
	border-top: 0;
	background: #fff url(../images/headBG.gif) repeat-x scroll top left;
	text-align: center;
}

#head img {
	display: inline;
}


/* NAV ELEMENTS */
#nav {
	width: 755px;
	height: 42px;
	border: 3px solid #fff;
	border-top: 0;
	background: #fff url(../images/navBG.gif) repeat-x scroll top left;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

#nav a {
	margin: 0 28px;
	color: #fff;
}

#nav a:hover {
	color: #FFE8C4;
	background: transparent;
}

#nav a.current {
	color: #F1BC7E;
}

/* SECONDARY NAV */

#secondNav {
	vertical-align: top;
}

#secondNav div {
	margin: 24px auto;
	background: #fff url(../images/navBott.gif) no-repeat scroll bottom left;
	padding-bottom: 25px;
}

#secondNav ul {
	list-style-type: none;
	margin: 5px 12px;
	padding: 0;
}

#secondNav li {
	text-align: right;
	line-height: 12px;
	margin: 15px 0;
}

#secondNav a {
	color: #E3760B;
	font-size: 11px;
	
}

#secondNav a.current {
	color: #F1BC7E;
}

#secondNav ul ul {
	margin: 0 10px 25px 0;
	padding: 0;
}

#secondNav ul ul li {
	margin: 10px 0;
}

#secondNav ul ul a {
	color: #777;
	font-size: 10px;
	font-weight: normal;
}


/* CONTENT AREA */
#content {
	width: 755px;
	border: 3px solid #fff;
	border-top: 0;
}

#space1 {
	width: 27px;
	background: #E2E2E2 url(../images/topGreyBG.gif) repeat-x scroll top left;
}

#secondNav {
	width: 145px;
	background: #fff url(../images/topWhiteBG.gif) repeat-x scroll top left;
}

#interior {
	width: 556px;
	background: #E2E2E2 url(../images/topGreyBG.gif) repeat-x scroll top left;
	vertical-align: top;
	text-align: center;
}

#space2 {
	width: 27px;
	background: #fff url(../images/topWhiteBG.gif) repeat-x scroll top left;
}

#space3 {
	width: 27px;
	background: #E2E2E2 url(../images/bottGreyBG.gif) repeat-x scroll bottom left;
}

#welcome2 {
	width: 145px;
	background: #fff url(../images/bottWhiteBG.gif) repeat-x scroll bottom left;
}

#intro2 {
	width: 556px;
	background: #E2E2E2 url(../images/bottGreyBG.gif) repeat-x scroll bottom left;
}

#space4 {
	width: 27px;
	background: #fff url(../images/bottWhiteBG.gif) repeat-x scroll bottom left;
}

/* CONTENT ELEMENTS*/
#interior table {
	margin: 24px auto;
}

#copy h1 {
	color: #357AB0;
	font-size: 18px;
	line-height: 22px;
	margin: 15px 30px 0 20px;
}

#copy h2 {
	color: #777;
	font-size: 12px;
	margin: 20px 20px 0 20px;
}

#copy p {
	font-size: 12px;
	line-height: 20px;
	margin: 15px 20px;
}

#copy {
	vertical-align: top;
	background: #E2E2E2 url(../images/bottLeft.gif) no-repeat scroll bottom left;
	padding-bottom: 15px;
}

#sidebar {
	vertical-align: top;
	border-left: #C0C0C0 dotted 2px;
	background: #E2E2E2 url(../images/bottRight.gif) no-repeat scroll bottom right;
	padding-bottom: 15px;
}

#sidebar img {
	margin-left: auto;
}

#sidebar h1 {
	font-size: 12px;
	margin: 47px 10px 5px 10px;
}

#sidebar h2 {
	font-size: 10px;
	margin: 5px 10px;
}

#sidebar ul {
	 margin: 10px;
	 padding: 0;
	 list-style-type: none;
	 font-size: 10px;
}

#sidebar li {
	margin: 10px 0;
}

#sidebar a {
	color: #357AB0;
	font-size: 11px;
}

#sidebar p {
	font-size: 10px;
	margin: 5px 10px;
}

table.diff td {
	background: #F4F4F4;
	vertical-align: top;
	padding: 8px;
	border-bottom: #B8B8B8 dotted 2px;
}

table.diff ol {
	margin: 5px 15px 10px 20px;
	padding: 0;
	list-style-type: lower-alpha;
}

table.diff th {
	background: #888;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 8px;
}

#filter {
	margin: 25px 0 5px 20px;
}

#filter form {
	display: inline;
	margin: 0 8px;
}

img.faculty {
	width: 100px;
	float: left;
	margin: 15px 10px 5px 20px;
	padding: 5px;
	background: #F4F4F4;
}


/* FOOTER ELEMENTS */
#foot {
	width: 755px;
	height: 25px;
	border: 3px solid #fff;
	border-top: 0;
	background: #4F8FC1 url(../images/footBG.gif) repeat-x scroll top left;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

#foot a {
	margin: 0 28px;
	font-size: 10px;
	color: #fff;
}

#foot a:hover {
	color: #E3F9FF;
	background: transparent;
}

