body
{
	background-color: #6e6e6d;
	margin: 0px;
	font-family: arial, helvetica;
	font-size: 11px;
}

a
{
	text-decoration: underline;
	color: #009cdf;
}

a:hover
{
	color: #9d2025;
}
img
{
	border: none;
}
.clear
{
	clear: both;
}
#shadowContainer
{
	background-image: url("/images/bg_shadow.gif");
	background-repeat: repeat-y;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 13px;
	padding-right: 13px;
}


/* Begin Header */

#header
{
	height: 175px;
}

/* Begin Date */

#date
{
	width: 80px;
	height: 80px;
	float: right;
	margin-right: -80px;
	text-align: center;
	padding: 8px 8px 0px 0px;
	background: url(/images/bg_date.png) top right no-repeat;
}
#date #day
{
	font-size: 32px;
}

#date #month
{
	color: #ababab;
	text-transform: uppercase;
	font-size: 12px;
}

/* End Date */

#logo
{
	padding: 15px;
}


#header #nextlecture
{
	float: right;
	width: 120px;
	padding: 0px 15px;
}

#header #nextlecture h4
{
	font-size: 11px;
	text-transform: uppercase;
	color: #575656;
	margin-bottom: 0px;
	padding-top: 0px;
}

#header #nextlecture p
{
	color: #009CDF;
	font-size: 11px;
}

#banner
{
	height: 40px;
	margin-bottom: 25px;
}
/* Begin Menu */

#menuContainer
{
	background-image: url("/images/bg_menu.gif");
	background-repeat: no-repeat;
	height: 30px;
	clear: both;
	padding-top: 5px;
	text-align: center;
}

#menuContainer a
{
	height: 30px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#menuContainer a.active
{
	background-image: url("/images/bg_menu_item_active.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}

#menuContainer a:hover
{
	text-decoration: none;
	background-image: url("/images/bg_menu_item.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* End Menu */

/* Begin Drop Down Menu */

#menuDropDown
{
	background-image: url("/images/bg_menu.gif");
	background-repeat: no-repeat;
	height: 30px;
	float: left;
	padding-top: 5px;
	width: 100%;
	text-align: center;
}

#menuDropDown ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
	float: left;
}

#menuDropDown a, #menuDropDown h2 {
	text-transform: uppercase;
	display: block;
	color: #fff;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
}

#menuDropDown h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menuDropDown a {
text-decoration: none;
}

#menuDropDown a:hover {
	background-image: url("/images/bg_menu_item.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}

#menuDropDown li {position: relative;}

#menuDropDown ul ul {
position: absolute;
z-index: 500;
}

#menuDropDown ul ul ul {
top: 0;
left: 100%;
}

div#menuDropDown ul ul,
div#menuDropDown ul li:hover ul ul,
div#menuDropDown ul ul li:hover ul ul
{display: none;}

div#menuDropDown ul li:hover ul,
div#menuDropDown ul ul li:hover ul,
div#menuDropDown ul ul ul li:hover ul
{
	display: block;
	background-color: #FFF;
}

div#menuDropDown ul li ul li a
{
	color: #000;
}

div#menuDropDown ul li ul li a:hover
{	
	background: none;
}

#menuDropDown a.active
{
	background-image: url("/images/bg_menu_item_active.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* End Drop Down Menu */



#archive_menu
{
	padding-top: 10px;
	text-align: center;
}

#archive_menu .archive_item 
{
	display: inline;
}

.archive_item a
{
	height: 20px;
	margin-left: 20px;
	margin-right: 20px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.archive_item a:hover 
{
	text-decoration: underline;
}

.archive_item .archive_label:hover
{
	text-decoration: none;
}



/* End Header */

#mainContent
{
	margin-left: 20px;
	float: left;
	width: 562px;
}
#article1
{
	float: left;
	margin-right: 15px;
	width: 265px;
}
#article2
{
	float: left;
	width: 265px;
	padding-left: 15px;
	border-style: dotted;
	border-color: #999a9a;
	border-width: 0px 0px 0px 1px;
}
#article3
{
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	float: left;
	width: 100%;
}
#article4
{
	clear: both;
	float: left;
	width: 100%;
}
.articleimage
{
	float: left;
	width: 265px;
}
#article1 .articleimage, #article2 .articleimage {
	margin-bottom: 15px;
}
#article3 .articletext, #article4 .articletext
{
	margin-left: 280px;
}

#sideBar
{
	float: right;
	width: 215px;
}

/* Begin Region */

/* End Region */

/* Begin Newsletter and Members */

#sideBar #newsletter, #sideBar #members
{
	margin-bottom: 25px;
}

#sideBar #newsletter .content, #sideBar #members .content
{
	background-color: #d7d8d8;
	padding: 15px;
}
#sideBar #members img
{
	width: 185px;
}
#sideBar #newsletter div #subscribe
{
}

#sideBar #members ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sideBar #members ul li
{
	padding-bottom: 7px;
	margin: 0px 0px 10px 0px;
	border-style: solid;
	border-color: #999a9a;
	border-width: 0px 0px 1px 0px;
}



#footer
{
	clear: both;
	height: 250px;
	margin-top: 25px;
	background: url(/images/footer_banner.jpg) bottom center no-repeat;
}

/* ----------------- */
/* Text formating */
/* ----------------- */

h1, h2, h3, p
{
	margin: 0;
	padding: 0;
}
h1
{
	padding: 6px 0px 12px 0px;
	font-size: 16px;
}
h2
{
	padding: 3px 0px 6px 0px;
	font-size: 13px;
	color: #009cdf;
}
h3
{
	padding: 6px 0px 12px 0px;
	font-size: 13px;
}
h4
{
	padding: 5px 0px 5px 0px;
	font-size: 13px;
	color: #009cdf;
}

p
{
	padding: 5px 0px 5px 0px;
}
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}
table {
	font-size: 11px;
}
#news, #program {
	margin-top: 20px;
}
#news li, #program li {
	margin-bottom: 40px;
}
.listimage {
	float: left;
	width: 200px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.itemimage {
	float: left;
	width: 200px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.form span.title {
	display: inline-block;
	width: 120px;
	padding-bottom: 15px;
vertical-align: top;
}

#addthis
{
	float: right;
	margin: -32px 15px 0px 0px;
}
















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

