/* ===== Default Page Styles ===== */
html, body, table, td, img, form
	{
	margin: 0;
	padding: 0;
	border: 0;
	}
	
td
	{
	vertical-align: top;
	}
	
body, td
	{
	font: 13px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #595959;
	}
	
body
	{
	margin: 0; padding: 20px 0;
	background: #E37600;
	}
	
p, ul, ol
	{
	padding: 0; margin: 0 0 1em 0;
	}
	
h1
	{
	font: normal 15px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #CC620A;
	padding: 0; margin: 0 0 0 0;
	}
	
h2
	{
	color: #612001;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	}
		
a, a:link, a:visited
	{
	color: #CC620A;
	}
	
a:hover, a:active
	{
	color: #CC620A;
	}
	
.bullet
	{
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
	}
	
.pagetitle
	{
	margin-bottom: 8px;
	}	
/* ===== End Default Page Styles ===== */

/* ===== Page Element Styles ===== */
#page
	{
	width: 751px;
	margin-left: auto; margin-right: auto;
	padding: 0 18px 0 11px;
	background: #FAF4DB url('../images/bg-main.jpg') repeat-y;
	}
	
#pagetop
	{
	height: 10px;
	width: 780px;
	margin-left: auto; margin-right: auto;
	overflow: hidden;
	background: url('../images/bg-top.jpg') no-repeat;
	}
	
#pagebtm
	{
	height: 10px;
	overflow: hidden;
	width: 780px;
	margin-left: auto; margin-right: auto;
	background: url('../images/bg-btm.jpg') no-repeat;
	}
	
#header
	{
	height: 70px;
	}
	
#homeflash
	{
	height: 240px;
	}
	
#leftnav
	{
	margin-bottom: 20px;
	}	
	
	#leftnav a, #leftnav a:link, #leftnav a:visited
		{
		display: block;
		font: 12px/1em Georgia, "Times New Roman", Times, serif;
		text-decoration: none;
		color: #612001;
		padding: 4px 0;
		}
		
	#leftnav a:hover, #leftnav a:active
		{
		color: #CC620A;
		}
		
#subnav
	{
	margin: 20px 0;
	}
	
	#subnav a, #subnav a:link, #subnav a:visited
		{
		display: block;
		font: 11px/1em Georgia, "Times New Roman", Times, serif;
		text-decoration: none;
		font-size: 11px;
		padding: 4px 0;
		}
		
	#subnav a:hover, #subnav a:active
		{
		color: #CC620A;
		}
	
#footer
	{
	width: 100%;
	}	
	
	#footer .leftcol
		{
		width: 380px;
		background: #8A1000;
		}
		
	#footer .rightcol
		{
		background: #B92C06;
		text-align: center;
		padding: 10px;
		}
		
	#footer td, #footer a, #footer a:link, #footer a:visited
		{
		font: 11px/1em Georgia, "Times New Roman", Times, serif;
		color: #ffffff;
		text-decoration: none;
		}
		
	#footer a:hover, #footer a:active
		{
		color: #FEF700;
		}
/* ===== End Element Styles ===== */

/* ===== Home Page Styles ===== */
#homecontent
	{
	width: 100%;
	}
	
#homecontent .leftcol
	{
	width: 212px;
	padding: 40px 30px 48px 18px;
	text-align: right;
	}
	
#homecontent .midcol
	{
	padding: 40px 24px 48px 30px;
	background: url('../images/dotted.gif') repeat-y;
	}

#homecontent .rightcol
	{
	width: 162px;
	padding: 40px 0 48px 0;
	}
	
	#homecontent .feature
		{
		width: 100%;
		margin-bottom: 20px;
		}
		
	#homecontent .feature .featureheader
		{
		background: #8A1000;
		padding: 0 0 1px 0;
		}
		
	#homecontent .feature .featurecontent
		{
		font: 12px/1.4em Georgia, "Times New Roman", Times, serif;
		color: #fff;
		background: #B92C06 url('../images/dotted.gif') repeat-x;
		padding: 14px 18px 14px 14px;
		}
		
	#homecontent .feature a, #homecontent .feature a:link, #homecontent .feature a:visited
		{
 		color: #FEF700;
		text-decoration: none;
		}
		
	#homecontent .feature a:hover, #homecontent .feature a:active
		{
		color: #CC620A;
		}
/* ===== End Home Page Styles ===== */

/* ===== Sub Page Styles ===== */
#subtop
	{
	width: 100%;
	background: #B92C06;
	}
	
	#subtop .leftcol
		{
		border-right: 1px solid #FAF4DB;
		}
		
#subcontent
	{
	width: 100%;
	}
	
#subcontent .leftcol
	{
	width: 212px;
	padding: 75px 18px 72px 12px;
	text-align: right;
	}

#subcontent .rightcol
	{
	background: url('../images/dotted.gif') repeat-y;
	padding: 32px 32px 72px 32px;
	color: #595959;
	}
#subcontent .images
	{
	padding-right: 10px;
	padding-left: 10px;
	}
/* ===== End Sub Page Styles ===== */
#subcontent .location {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFCB91;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#subcontent .toplocation {
	padding-bottom: 10px;
	}
	
.title {
	font-weight: bold;
		}

/* ===== Admin Styles ===== */	
.header2 {
	font: 13px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-weight: bold;
	}
	
.homenewstitle {
	font: 13px/1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
	}	
	
.homenewscontent {
	font: 13px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	}
	
.notify {
	font: 13px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-weight: bold;
	background-color: #FFFFCC;
	}
	
.small {
	font-size: 11px;
	}
	
.abstractsmall {
	font-size: 11px;
	color: #fff;
	}
