h1
{
   font-weight : bold;
   font-size : 16pt;
   font-family : Garamond;
   color : black;
   text-align : center;
}

body
{
   font-size : 10pt;
   font-family : Verdana, Arial, Helvetica;
   color : black;
   background-color : white;
   /*
   background-image: url(../images/bg.jpg);
   background-repeat: repeat-y;
   */
   scrollbar-face-color: #660000;
   scrollbar-shadow-color: #000000;
   scrollbar-highlight-color: #ffffff;
   scrollbar-3dlight-color: #000000;
   scrollbar-darkshadow-color: #660000;
   scrollbar-track-color: #000000;
   scrollbar-arrow-color: #ffffff;
}

a:visited
{
   color : blue;
   text-decoration: underline;
}

a:link
{
   color : blue;
   text-decoration: underline;
}

a:hover
{
   color : red;
   text-decoration: none;
}

a:active
{
   color : red;
   text-decoration: none;
}

.footer
{
	font-size: 8pt;
	text-align: left;
	position: relative;
	left: 200px;
	width: 60%;
}

.footer a:visited
{
   color : red;
   font-weight: bold;
   font-variant: small-caps;
   text-decoration: none;
}

.footer a:link
{
   color : red;
   font-weight: bold;
   font-variant: small-caps;
   text-decoration: none;
}

.footer a:hover
{
   color : red;
   font-weight: bold;
   font-variant: small-caps;
   text-decoration: none;
}

.footer a:active
{
   color : black;
   font-weight: bold;
   font-variant: small-caps;
   background-color : red;
}

.footerNav
{
	text-align: center;
}

.subTitle
{
	color: black;
	font-size: 12pt;
	font-family: Times;
	font-weight: bold;
}

.leftContent
{
	text-align: center;
	float: left;
	position: absolute;
	left: 5px;
	width: 150px;
}

.campusEvents
{
	position: absolute;
	font-size: 8pt;
	color: white;
	left: 1px;
	width: 120px;
}

.main
{
	position: relative;
	left: 200px;
	width: 60%;
}

.newsDate
{
	font-weight: bold;
}

.rightContent
{
	margin-left: 10px;
	position: absolute;
	left: 100%;
	width: 100px;
	top: 40px;
}