/* CSS Document */

body
{
	font-family:tahoma,arial,helvetica;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#993300;
}

a:hover{
	text-decoration:underline;
}

hr{
	color:#44416C;
	width:1px;
}

img{
	border:none;
}

.bodyTag{
	background: url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	background-color:#DDDDB9;
}

.eventsHeader{
	background-color:#45426D;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding-left:5px;
}

.eventItem{
	color:#000000;
	font-size:11px;
}

.footer{
	font-family:tahoma,arial,helvetica;
	font-size:12px;
	color:#FFFFFF;
	margin-right:15px;
}

.listLinkItem {
	background-image:url(../images/home_list_arrows.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:12px;
	color:#45426D;
	font-weight:bold;
}

.listLinkItem a {
	color:#45426D;
	font-weight:bold;
}



.linkListTable{
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
}

.mainLeft{
	background-image:url(../images/left_mid.jpg);
	background-repeat:repeat-y;
}

.mainBottom{
	background-image:url(../images/bttm.jpg);
	background-repeat:repeat-x;
}

.mainRight{
	background-image:url(../images/right_mid.jpg);
	background-repeat:repeat-y;
}

.mainSubheader{
	font-family:tahoma,arial,helvetica;
	font-size:12px;
	font-style:italic;
	color:#FFFFFF;
	margin-left:15px;
}
.mainSubheader a{
	font-family:tahoma,arial,helvetica;
	font-style:normal;
	font-size:12px;
	color:#FFBE00;
	margin-right:15px;
}

.mainTableLower{
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
	font-family:tahoma,arial,helvetica;
	font-size:12px;	
}

.Subheader{
	font-size:14px;
	font-weight:bold;
	color:#45426D;
}
.title{
	font-size:14px;
	font-weight:bold;
	color:#45426D;
}

.tabText{
	text-decoration:none;
	color:#333333;
}


