A  {
	color : #000000;
	text-decoration : Underline;
	font-weight : bold;
}

A:Visited  {}

A:Active  {
	color : #1C2A97;
}

A:Hover  {
	color : #40A8D8;
	text-decoration : none;
	font-weight : bold;
}

BODY  {
	font-family : Arial;
	font-style : normal;
	font-size : 12px;
	color : black;
	line-height : 1.25;
}

table  {
	font-size : 12px;
	color : black;
}

.header  {
	font-size : 16px;
	color: #990000;
}

.smalltext  {
	font-size : 10px;
}

img	
{
	border-style : none;
	padding-left : 0px;
	padding-right : 0px;
}

/*for div boxes*/
#box
{
	width : 805px;
	margin-right : auto;
	margin-left : auto;
	margin-top : 0px;
	margin-bottom : 0px;
}

#header
{
	height : 108px;
	width : 100%;
	border-width : 0px;
}

#content
{
    width : 100%;
    border-width : 0px;
}

/*for calendar of events, other content on left side of content div*/
#leftcontent
{
    width : 200px;
    border-width : 0px;
    float : left;
}

/*for other content*/
#rightcontent
{
    width : 575px;
    margin-left : 25px;
    border-width : 0px;
    float : right;
}