body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #FFF;
}
#site_border
{
	border: 1px solid #466A94;
	width: 1000px;		/* Use this to set the site width */
	margin-right: auto;
	margin-left: auto;
}
/* Overall container for all content except header and navigation */
#container
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #466A94;
}
/* Page content */
.content	/* Not an id so can override homepage margins around collage */
{
	margin: 23px 25px 20px;
}
#header	/* Do not delete */
{
}
#footer
{
	width: 1000px;		/* Should be same as site width in site_border */
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 11px;
	margin-top: 15px;
}
.footer_repeat
{
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
a.footerlink:link
{
	font-size: 12px;
	color: #039;
	font-weight: bold;
	text-decoration: none;
}
a.footerlink:visited
{
	font-size: 12px;
	color: #039;
	font-weight: bold;
	text-decoration: none;
}
a.footerlink:hover
{
	font-size: 12px;
	color: #039;
	font-weight: bold;
	text-decoration: underline;
}
#site_bottom
{
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 31px;
	padding-top: 3px;	/* Pushes logos down */
}
#site_bottom_band
{
	height: 5px;
	background-color: #466A94;
}
/* Special content - basically for homepage */
#special
{
	width: 1000px;		/* Should be same as site width in site_border */
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
}
.bodynormal {
	font-size: 13px;
	color: #000000;
}
.bodybold
{
	font-weight: bold;
}
.bodyitalics
{
	font-style: italic;
}
.bodybolditalics
{
	font-style: italic;
	font-weight: bold;
}
.bodysmall
{
	font-size: 11px;
}
.bodymedium
{
	font-size: 12px;
}
.redbold
{
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.heading
{
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
a:link
{
	color: #003399;
}
a:visited
{
	color: #663399;
}
a:hover
{
	color: #993333;
}
a.essay:link
{
	font-size: 15px;
	color: #003399;
	text-decoration: none;
}
a.essay:visited
{
	font-size: 15px;
	color: #003399;
	text-decoration: none;
}
a.essay:hover
{
	font-size: 15px;
	color: #993333;
	text-decoration: underline;
}
.essaytitle
{
	font-size: 16px;
	font-weight: bold;
	color: #663333;
}
.caption
{
	font-size: 11px;
}

/* Are these styles necessary to keep?? */
.varlink
{
	font-size: 10pt; 
	font-style: normal;
	text-decoration: none
}
.linkbold
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
/* End style question */

.bodypinkbold
{
	font-weight: bold;
	color: #FF0033;
}
.bodyboldbig
{
	font-weight: bold;
	font-size: 15px;
}
td.tableborder
{
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
td.tableborder2
{
	border-bottom: 1px solid #CCC;
}
td.tableborderright
{
	border-right: 1px solid #CCC;
}
