/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

img {
	border:0px none;
}

.heading {
	font-weight:bold;
	text-align:center;
	font-size:20px;
	padding:5px;
	width:450px;
}


.txtcontent {
	text-align:center;
}


ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 6px;
}


h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight:bold;
}



/* Link Properties*/
a:link {
	font-weight:bold;
	text-decoration: underline;
	color: #c09B74;
	background: transparent;
	}

a:visited	{
	font-weight: bold;
	text-decoration: underline;
	color: #c09B74;
	background: transparent;
	}


a:hover	{
	font-weight: bold;
	text-decoration: none;
	color: grey;
	background: transparent;
	}	
			

a:active	{
	font-weight: bold;
	text-decoration: underline;
	color: #c09B74;
	background: transparent;
	}			
	

/* Link Properties on white background*/
#content a:link  {
	font-weight:bold;
	text-decoration: underline;
	color: #B61030;
	background: transparent;
	}

#content a:visited  	{
	font-weight: bold;
	text-decoration: underline;
	color: #B61030;
	background: transparent;
	}


#content a:hover   	{
	font-weight: bold;
	text-decoration: none;
	color: #c09B74;
	background: transparent;
	}	
			

#content a:active   	{
	font-weight: bold;
	text-decoration: underline;
	color: #B61030;
	background: transparent;
	}				
	
	
	
/* Navigation bar components*/
table#nav {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	}

table#nav td {
	font: 11px verdana, arial, sans-serif;
	text-align: center;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	}


table#nav td a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
	

#nav td a:link, #nav td a:visited {
	background: url(../images/bg_red.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	margin:0;
	width: 266px;
	line-height: 25px
	}	
	
#nav td a:hover {
	color: #C09B74;
	background: white url(../../../Harvard2/assets/includes/images/nopat.gif);
	}	

#header {
	background-color:#006633;
	width:800px;
	height:127px;
	position:absolute;
	top:72px;
	left:12px;
	overflow:hidden;
}

			
