@charset "UTF-8";
#page {
	width: 900px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	margin:0px;
	padding:0px;
}
#left {
	float: left;
	overflow: hidden;
	width: 170px;
	padding-left: 35px;
	margin-top: 100px;
}
#content {
	float: left;
	width: 452px;
}
#right {
	float: left;
	width: 160px;
	padding-left:10px;
	padding-top:80px;
}
.darkBlue {
	color: #3c7faa;
}
.lightBlue {
	color:#289cd9;
}
h2 {
	color: #3c7faa;
	margin-bottom:0px;
}

h3 {
	color: #3c7faa;
	margin-bottom:0px;
}

h4 {
	margin-top:0px;
	padding-top:0px;
}
#menu ul {
	padding-left:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #289cd9;
	padding-bottom:10px;
	margin-right:20px;
}
#menu ul li {
	list-style-type: none;
	font-weight: bold;
	padding-bottom: 8px;
}
#menu ul li a {
	font-weight:bold;
	color:#289cd9;
	text-decoration:none;
}
#menu ul li a:hover {
	color:#3c7faa;
}

#menu ul li a.selected {
	color:#3c7faa;
}

#subnav ul {
	padding-left:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #289cd9;
	padding-bottom:10px;
	margin-right:20px;
}
#subnav ul li {
	list-style-type: none;
	padding-bottom: 5px;
}
#subnav ul li a {
	text-decoration:none;
	color:#585858
}
#gallery a {
	padding:2px;
}
#gallery a img {
	margin-top:2px;
	margin-bottom:2px;
}
#blueBox {
	padding:20px;
	border: 3px solid #8FBAD5;	
}
#blueBox h3, #blueBox h2 {
	margin:0px;
	padding:0px;
	font-size: large;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #289cd9;
	background-image: url(images/logo_light.gif);
	background-repeat: no-repeat;
	height: 130px;
	padding-top: 5px;
}
#footer a {
	text-decoration:none;
	color:#585858;
}
#mm p {
	padding-top:5px;
}
#mm a {
	text-decoration:none;
	color:#585858;
	font-weight:bold;
}