html, body {

}
body {
	background-color: #5d5c5b;
	margin: 0;
	padding: 0;
	background-image:url('images/topgradient.jpg');
	background-repeat:repeat-x;
}

#site_container {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	font-family:Verdana;
}

#header {
	text-align: left;
	width: 1020px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	color: #000;
	float:left;
    display: inline;
	padding-left:27px;
	padding-top:20px;
}
#headerbg {
	background-image:url('images/headbg.jpg');
    background-repeat: no-repeat;
	height: 282px;
	width:1020px;
	margin-left:-8px;
}

#breadcrumb_container {
  background: #a6c6db;
  padding-left: 12px;
  padding-top:7px;
  padding-bottom:7px;
  color: #3e739d;
  font-family: Verdana;
  font-size: 10px;
  border-right: 4px solid #c3c3c3;
  width: 540px;
  float: left;
}

#admindates {
	float:right;
    display: inline;
	width:138px;
}
#breadcrum {
	float:left;
    display: inline;
	width:380px;
}
#logo {
	border:3px solid #c3c3c3;
	border-bottom:none;
	width:211px;
	float:left;
    display: inline;
	margin-top:34px;
}

#logo form {
	background-color:#a6c6db;
	padding:0px 0px 0px 3px;
	height:20px;
}
#logo .search {
	height:12px;
	width:170px;
}
#main_menu {
	width:203px;
	float:left;
    display: inline;
	background-color:#990000;
	height:258px;
	border-top:1px solid #a36565;
	border-bottom:none;
}
#main_cotent_top {
	height:58px;
}
#main_image {
	float:left;
    display: inline;
    margin-top: 34px;
    border: 3px solid #fff;
}
.main_image { 
	border:3px solid #fff;	
	border-left:3px solid #fff;
}
#column_left {
	float: left;
    display: inline;
	clear: left;
	width:215px;
}
#column_left .side_box_content{
	font-family: Verdana;
	font-size: 10px;
	width: 216px;
	
}
#lowerpic {
	float:left;
    display: inline;
	margin-left:-218px;
}
.harvardbtn {
	border:none;
	padding:0;
	margin:0px 0 0 0px;
	height:18px;
	width:22px;
    position: relative;
    top: 4px;
}
.harvard_btn_red {
	border:none;
	padding:0;
	margin:0px 0 0 0px;
	height:18px;
	width:22px;
}
#column_left .nav_link {
  display: block;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #990000;
  font:Verdana;
  border:1px solid #fff;
  border-left:none;
  border-right:none;
  border-top:none;
  padding:5px 10px;
  background-image: url('images/navdotslarge.png');
  background-position: right top;
  background-repeat:no-repeat;
}

#column_left .nav_link:hover {
  color: #990000;
  background: #ff9900;
  background-image: url('images/navdotslarge.png');
  background-position: right top;
  background-repeat:no-repeat;
}
#main_content {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	width: 755px;
	height: 100%;
	margin-left: 217px;
    min-height: 400px;
	background-color:#fff;
    line-height: 1.5;
}
#content {
	padding:0 0 0 10px;
    margin-top: 3px;
    margin-right: 215px;
}
#homepage_content {
	min-height:290px;
    padding-top: 10px;
    padding-left: 10px;
}


#homepage_sidebar {
	float:right;
    display: inline;
	width:175px;
    padding: 10px;
    background-color: #eeeeee;

}

#homepage_sidebar a {
  color: #9a0000;
  text-decoration: none;
}

#homepage_sidebar a:hover {
  text-decoration: underline;
}
.homepage_sidebar {
	background-color: #eeeeee;
}


#pagetitle {
	font-size:18px;
	color:#990000;
	font-family:"Times New Roman", Times, serif;
	padding:18px 30px 18px 30px;
	float:left;
    display: inline;
	width:500px;
	background-image: url('images/yellow-white_gradient.jpg');	
	border-bottom:3px solid #c3c3c3;
	height:22px;
}
#newsletter {
	background-image: url('images/newsletter_box.jpg');
	float:right;
    display: inline;
	width:180px;
	border-bottom:3px solid #c3c3c3;
	height:54px;
	text-align:center;
	color:#990000;
	padding: 4px 0px 0px 15px;
}
/*Hack to make outer div "contain" main_content in Firefox, even when this is shorter than column left*/
#main_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
		visibility: hidden;
}
/* End hack */


#footer {
	width: 1020px;
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	height:50px;
	float:left;
    display: inline;
	padding: 7px 10px 8px 34px;
	background-image:url('images/site-footer.jpg');
	background-repeat:no-repeat;
}
#footer a {
	color: #fff;
	text-decoration:underline;
}

#main_container {
	border:4px solid #c3c3c3;
	float:left;
    display: inline;
	background-image:url('images/main_contentbg.jpg');
	background-repeat:repeat-y;
	background-color:#fff;
	margin-bottom:40px;
}
#lowerbg {
	float:left;
    display: inline;
	padding:0 20px;
	background-image:url('images/lowerbg2.jpg');
}
#breadcrumb_container a {
	color: #fff;
	font-family: tahoma,arial,verdana;
  text-decoration: none;
}

#breadcrumb_container a:hover {
  text-decoration:underline;
}



form {
  margin: 0;

}

form p {
  float: right;

	width: 100%;
    margin: 0;
	padding: 2px;
	text-align: left;
}

form p label {
  font-size: 12px;
  float: left;
  margin: 5px 0px 0px 0px;
}

form p input, form p textarea, form p select, form p submit{
 float: right;
 border: 1px solid black;
 margin: 5px 0px 0px 0px;
}

p {
	font-family: Tahoma, Verdana, Arial;
}


.page_header {
display: none;
}

/* News Page */
.news_item {
 border-bottom: 1px solid #ccc;
 margin: 10px;
 padding: 5px;
}

.news_title {
  font-weight:bold;
	font-size: 14px;
	text-decoration: underline;
	color: #000;
	margin-bottom: 5px;
}

/* News Page EOF */

/* Infobox Styles */

.side_box {
  width: 200px; 
}



.side_box_content {
	font-family: Verdana;
	font-size: 10px;
	width: 203px;
}

.side_box_content img {
	border: 1px solid #06325A;
}

.side_box_content form {
	width: 180px;
	text-align: center;
}


/* Infobox Styles EOF */

td{
font-family:verdana;
font-size:8pt;
}

.nav_link {
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #d2a8a8;
  font:Verdana;
  border:1px solid #a36565;
  border-top:none;
  padding:7px 5px 8px 15px;
  background-image: url('images/navdots.png');
  background-position: right top;
  background-repeat:no-repeat;
}


.nav_link:hover {
  color: #d2a8a8;
  background: #aa0404;
  background-image: url('images/navdots.png');
  background-position: right top;
  background-repeat:no-repeat;
}
.mailinglist {
  width:124px;
  padding:0;
  height:14px;
}
.nav_link_home {
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #d2a8a8;
  font:Verdana;
  border:1px solid #a36565;
  border-top:none;
  padding:8px 5px 9px 15px;
  background-image: url('images/navdots.png');
  background-position: right top;
  background-repeat:no-repeat;
}
.nav_link_home:hover {
  color: #d2a8a8;
  background: #aa0404;
  background-image: url('images/navdots.png');
  background-position: right top;
  background-repeat:no-repeat;
}

.sub_nav_link {
  display: block;
	margin-left: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

.sub_nav_link:hover {
	color: #000;
	background: #55c;
}


/*Styles for My Account Page */
.account_heading {
  font-size: 14px;
  font-weight: bold;
	color: #444;
}

.account_checkbox_row {
  height:30px;
	margin-bottom: 10px;
	border: 1px dotted #aaa;
}
/*Styles for My Account Page EOF*/

/* Events Page */
.calendar_left_controls {
  font-family: Helvetica, sans-serif, Arial;
  font-size: 11px;
  float: left;
  text-align: left;
  width: 120px;
}

.calendar_right_controls {
  font-family: Helvetica, sans-serif, Arial;
  font-size: 11px;
  float: right;
  text-align: right;
  width: 120px;
}

.calendar_centre_block {
  font-family: Helvetica, sans-serif, Arial;
  text-align: center;
  margin-left: 120px;
  margin-right: 120px;
}

.calendar_centre_block TD{
  border: 1px solid #333;
}

.event_row {
  border-bottom: 1px solid #aaa;
  font-family: Helvetica, sans-serif, Arial;
  padding: 10px;
}
.event_date {
  font-weight: bold;
}

.event_time{
  font-weight: bold;
}
.event_title{
  font-weight: bold;
}
.event_description {
  font-style:oblique;
}
/* Events Page EOF */

/* Sitemap */
ul.sitemap_list {

}

ul.sitemap_list LI {
  margin-top: 10px;
  list-style-type: square;
}

ul.sitemap_list LI a{
  color: #333;
}

/*Sitemap EOF */

.warning {
  border: 1px solid #a00;
	background: pink;
	color: #a00;
	padding: 10px;
	margin: 5px 0 5px 0;
	font-weight: bold;
	font-size: 14px;
}

a.simple_button {
  display: block;
  border: 1px solid #aaa;
	padding: 5px;
	text-decoration: none;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
}

a.simple_button:hover {
  background: #aaa;
	border: 1px solid #a0a;
}

#keywords_input, INPUT.mailinglist {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#page_content {
	padding:10px;
}



#site_container
	{
	position: relative;
	}
/* IE 5/Mac needs some extra love and attention otherwise it still collapses the container */
* html>body #site_container
	{
	float: left;
    display: inline;
	}
/* Easy Clearing on - http://www.positioniseverything.net/easyclearing.html */
#site_container:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
/*\*/
* html #site_container
	{
	height: 1%;
	}
/* */


#shield {
	position: absolute;
    width: 200px;
    margin-left: 2px;
	bottom: 65px;

}

/* Included for IE6 to prevent left col/footer collapse for pages with short main page content */
#sub_nav_box {
  height: 400px;
}
.admin_dates {
    font-family: "Times New Roman",Times,serif;
	text-align:center;
	font-size:15px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}
.date {
	font-weight:bold;
	text-align:center;
}
.headline {
	text-align:center;
	font-weight:bold;
	color: #AA0404;
}
.comment {
	text-align:center;
	padding-bottom:10px;
	font-size:11px;

}

#content a {
  color: #9a0000;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

