p,blockquote,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	margin-top: 2px;
	margin-bottom: 2px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.postdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

a {
	color: #993300;
}

iframe {
	float: right;
	clear: right;
}

#Navigation {
	background-color: #666666;
	height: 40px;
}
/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.Nav, .Nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.Nav li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left; /* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5; /* thus we need to apply explicit z-index here... */
}

.Nav li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal; /* required to resolve IE7 :hover bug (z-index above is ignored if this is not present) */
}

.Nav li li {
	float: none; /* items of the nested menus are kept on separate lines */
}

.Nav ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0; /* while hidden, always keep them at the top left corner, */
	top: 0; /* to avoid scrollbars as much as possible */
}

.Nav li:hover>ul {
	visibility: visible; /* display submenu on hover */
	top: 100%; /* 1st level go below their parent item */
}

.Nav li li:hover>ul {
	top: 0; /* 2nd+ levels go on the right side of the parent item */
	left: 100%;
}
/* -- float.clear --
	force containment of floated LIs inside of UL */
.Nav:after, .Nav ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

.Nav, .Nav ul {
	min-height: 0; /* IE7 float clear: */
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.Nav ul {
	background-image: url(empty.gif); /* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.Nav ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */

/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */
.Nav, .Nav ul li {
	color: #666666;
	background: #666666;
}

.Nav ul {
	width: 175px;
}

.Nav a {
	text-decoration: none;
	color: #CCCCCC;
	padding: 10px 10px;
	display: block;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
}

.Nav a:hover, .Nav li:hover>a {
	background-color: #993300;
}

.Nav li li:hover>ul {
	top: 0px; /* inset 2nd+ submenus, to show off overlapping OR NOT*/
	left: 175px;
}

#Container {
/*	border: 1px solid #666666; */
	position: absolute;
	height: 85%;
	width: 85%;
	left: 7.5%;
	top: 7.5%;
}

#Content {
	padding: 8px;
}

#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-variant: normal;
	text-align: center;
	width: 80%;
	left: 10%;
	margin: 0px;
	bottom: -50px;
	position: absolute;
}

#Login {
	bottom: 10px;
	float: right;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	right: 10px;
}

#Events {
	float: left;
	padding-right: 10px;
	overflow: auto;
	overflow-x: hidden;
	width: 50%;
	clear: left;
	position: absolute;
	height: 350px;
}

.SchoolName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #993300;
	text-align: center;
	vertical-align: middle;
}

.LeftBlock {
	float: left;
	position: relative;
	width: 50%;
}

.RightBlock {
	overflow: auto;
	position: relative;
	float: right;
	width: 50%;
}

.Faculty {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

.Faculty li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.Newsletter {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	color: #666666;
	list-style-image: none;
	display: block;
	position: relative;
	right: auto;
}

.Newsletter li{
	margin: 8px;
	padding: 8px;
	border: 1px solid #993300;
	width: 50%;
}

.newsitem {
	margin-bottom: 1em;
	border: 1px solid black;
	padding: 4px;
}

.centerdiv{ /*IE method of centering a relative div*/
	text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
	margin: 0 auto;
}

span.Recording>span.Title {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        color: #666666;
        margin: 0;
}

span.Recording>ol>li {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #666666;
}

p.newstitle {
        color: #993300;
        font-size: 1.2em;
        margin: 0;
        padding: 0;
}

p.newsinfo {
        color: #993300;
        font-size: 0.6em;
        margin: 0;
        padding: 0;
}

div.newsitem {
        display: block;
        background-color: #EEEEEE;
        border: 1px solid #AAAAAA;
        margin: 1em;
        padding: 0.5em;
}

.disclaimer {
    font-size: 0.6em;
}
