body {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFFFCC;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#maintable {
	width: 770px;
	border: 1px solid #000000;
	margin: 0 auto;	
	text-align: left;
	border-collapse: collapse;
	/*/*/line-height: 1.5em; /* */
}
#maintable td {
	padding: 10px; 
}

/*Content table added to allow extra sidebar on home page*/
#contenttable {
	width: 770px;
	border: 1px solid #000000;
	margin: 0 auto;
	text-align: left;
	border-collapse: collapse;
	/*/*/line-height: 1.5em; /* */
}
#contenttable td {
	padding: 10px; 
}

#maincontent {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	font-size: 14px;
	vertical-align: top;
	/*/*/font-size: 100%; /* */
}
#sidebar {
	background-color: #BA0000;
	border-left: 2px solid #000000;
	color: #fefecc;
	font-size: 12px;
	vertical-align: top;
	width: 150px;
	/*/*/font-size: 85%; /* */
}

/*Stylings for sidebar links*/
#sidebar a { color: #fefecc; }

/*Stylings for menu*/
#menu p { margin: 10px 0 5px 20px; width: 90px; text-align: left; }
#menu p.menutop { margin-top: 40px; }
#menu p.menubottom { margin-bottom: 40px; }
#menu a { display: block; background: url(images/menu_bg.jpg); background-repeat: no-repeat; color: #424242; font-size: 13px; width: 90px; height: 20px; padding: 2px 0 0 17px; font-weight: 600; text-decoration: none; text-align: center; font-family: tahoma, verdana; }
#menu a:hover { background: url(images/menu_bg_hover.jpg); background-repeat: no-repeat; }
/*End stylings for menu*/

/*Stylings for the sidebar on the right side of the homepage*/
#sidebarright {
	background-color: #BA0000;
	border-rightt: 2px solid #000000;
	color: #fefecc;
	font-size: 12px;
	vertical-align: top;
	width: 150px;
	/*/*/font-size: 85%; /* */
}

.sidebarrighttop {
	margin-top: 40px; 
}

.sidebardivider {
	border-top: 1px solid 	#fefecc;
	margin-top: 20px;
	padding-top: 20px;
}

#sidebarright h1 {
	font-size: 14px;
	font-weight: bold;
	/*/*/font-size: 100%; /* */
}

#sidebarright a {
	color: #fefecc;

}

.newsbutton { 
	margin-top: 10px; 
}

.fontsmall {
	font-size: 9px;
	line-height: 1.1em;
	/*/*/font-size: 75%; /* */
}

#logo {
	background-color: #FFFFCC;
	color: #000000;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
}
#logo img { 
	border: none; 
}
#header {
	background-color: #FFFFCC;
	color:#000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
}
#footer {
	background-color: #FFFFCC;
	color: #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #000000;
}

.style2 {
	font-size: 36px;
	font-weight: bold;
	font-family: Ameretto, times;
}
.style3 {color: #BA0000}
