body {
	background-color: #103183;
	color: #5B5C61;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

a {
	color: #94C4FB;
}

#container {
	background-color: white;
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 111px;
	overflow: hidden;
	position: relative;
}

#logo {
	position: absolute;
	bottom: 15px;
	left: 15px;
	border: 0px;
}

/*** Sidebar menu ***/

#leftside {
	background-image: url(../images/leftside_bg.png);
	background-position: 6px top;
	background-repeat: no-repeat;
	color: #94C4FB;
	padding: 20px 0px 0px 7px;
	font-size: smaller;
	width: 225px;
	overflow: hidden;
}

.nav {
	min-height: 19px;
	padding: 4px 5px 4px 20px;
	width: 188px;
	margin-bottom: 5px;
}

.nav:hover,.active {
	background-color: #0E4BA9;
	background-image: url(../images/nav_active_bg.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}

.subnav {
	font-size:0.8em;
	padding-top: 5px;
	padding-left: 30px;
}

.subnav:hover, .subactive {
	text-decoration: underline;
}

.nav a {
	text-decoration: none;
}

#contact {
	font-size: smaller;
	padding: 20px;
}

#contact p {
	padding: 0px;
	margin: 0px;
}

#contact a {
	color: #FFCF01;
}

/*** Content ***/
.breadcrumbs{
	list-style:none;
	margin:0 0 16px 0;
	color:#202020;
	overflow:hidden;
	height:1%;
	padding:0 0 9px 3px;
	font-size:11px;
}
.breadcrumbs li{
	float:left;
	background:url(../images/bullet.gif) no-repeat 0 5px;
	padding:0 6px 0 10px;
	margin:0 10px 0 -10px;
}
.breadcrumbs a{
	color:##94C4FB;
}

#content {
	background-color:white;
	font-size: smaller;
	padding: 30px 60px 30px 60px;
	width: 619px;
}

#content h1 {
	color: #94C4FB;
	margin:0;
	padding:0;
	font-weight: normal;
	letter-spacing: -1px;
}

#content p {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 130%;
}

/*** Footer ***/

#footer {
	font-size: x-small;
	color: #94C4FB;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-color: #103183;
	padding: 30px 25px 0px 25px;
	clear: both;
}

#footer a {
	color: #94C4FB;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

#mcwebs-byline {
  padding: 10px 0 10px 0;
}

/* Balloons */

#top-balloons {
	position: absolute;
	top: 5px;
	right: 9px;
}

#bottom-balloon {
	position: absolute;
	top: 636px;
	left: 200px;
}

/* Custom styles */

#contact .whitetext {
	color: white;
}