@charset "UTF-8";
/* CSS Document */

body {
	font-family: Times New Roman;
	font-size: 14px;
	margin-top:0;
	background-color:#E0E0E0;
	color:#FFFFFF;	
}
td{
	font-family:Verdana;
	font-size:14px;
	color:#FFFFFF;	
	
}
a{
	font-weight: bold;
	color: #FFFFFF;
}
a:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
a:visited{
	font-weight: bold;
	color: #FFFFFF;
}

.leftSide{
	background:url(graphics/left-1.gif);
	background-repeat:repeat-y;
}
.rightSide{
	background:url(graphics/right-1.gif);
	background-repeat:repeat-y;
}
.middleContent{
	background-image: url(graphics/bg.jpg);
}
#footer {
	width:770px;
	height:20px;
	margin:0 auto;
	font-family: arial;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
#footer a {
	color: #333399;
	text-decoration: underline;	
}
#footer a:hover{
	color: #330066;
	background-color: #FFCCCC;
}
#footer a:visited{

}
#eventpopup{
	background-repeat:no-repeat;
	width:500px;
	height:400px;
	background-color: #FBE5F2;
	background-position: 400px 300px;
	background-image: url(graphics/event_bg.gif);
	font-size:14px;
}
#eventpopup td{
	font-size:14px;
	color:#33A02C;	
}
.titleHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	background-image: url(graphics/title_header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color:#FFFFFF;
	line-height: 50px;
	font-weight: bold;
	padding: 20px;
}
.header {
	background-image: url(graphics/bg_header.jpg);
}
.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#catMenu {
	float: right;
	padding-top:75px;
	width:500px;
}
.subMenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}
.subMenu a:link{
	text-decoration:none;
	color:#FFFFFF;
	}
.subMenu a:hover{
	text-decoration:none;
	color:#000000;
	}
.subMenu a:visited{
	text-decoration:none;
	color:#FFFFFF;
	}

