html, body {
	height: 100%;
	text-align: left;
	background-color: #E9E9E9;
	margin: 0px;
	font: 12px Arial, Helvetica, Verdana, sans-serif; 
	color: #3A3A3A;
	text-decoration: none;
	line-height: 1.5em;
	padding: 0px;
	background-image: url(../../images/graphics/bg.gif);
	background-repeat: repeat-y;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #1E1E1E;
	text-decoration: none;
}
#wrapper {
	width: 750px;
	height: 100%;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(../../images/logos/act.gif);
	background-repeat: no-repeat;
	background-position: 652px 15px;
	display: block;
	padding-right: 25px;
	padding-left: 25px;
}
#mainmenu {
	width:620px;
	height:120px;
	display:block;
}
#contents {
	width:750px;
	padding-top: 20px;
	padding-bottom: 25px;
}
.font_red {
	color: #CC3300;
}
.font_10px {
	font-size: 10px;
	line-height: 1.5em;
}
.font_14px {
	font-size: 14px;
	line-height: 1.4em;
}
.font_bold {
	font-weight: bold;
}
.font_white {
	color: #FFFFFF;
}
.font_brown {
	color: #996600;
}
.photocaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: italic;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3E3E3;
}
.underline {
	text-decoration: underline;
}
.submenu, a.submenu:link, a.submenu:visited {
	color:#333333;
	text-decoration:none;
	}
a.submenu:hover {
	color:#CC3300;
	}
