html {overflow-y: scroll;overflow-x: scroll;}

body {
	background: url(/images/bkgrnd.jpg) #AEE0E8 repeat-x 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.container {
	background-color: #FFFFFF;
}

h1 {
	font-size: 14px;
	color: #004481;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h2 {
	font-size: 13px;
	color: #004481;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}

.header {
	
}

.mainNav {
	color: #3989C9;
	font-size: 14px;
	font-weight: bold;
}

.contentContainer {
	background: url(/images/content-top.gif) #BACCEA top left no-repeat;
	color: #004481;
	padding: 15px 15px 15px 15px;
	margin:0px;
	width: 564px;
	min-height: 445px;
}

.contentContainerBtm {
	background: url(/images/content-btm.gif) #BACCEA bottom left no-repeat;
	margin: 0px;
	padding: 0px;
	width: 594px;
	height: 14px;
}

.contentContainer a {
	color: #004481;
}
.contentContainer a:hover {
	color: #7DA7D8;
}

.phoneText {
	background: url(/images/phoneBkgrnd.gif) top left no-repeat;
	margin: 0px;
	padding: 8px 10px 10px 10px;
	height: 45px;
	color: #FFFFFF;
	font-size: 12px;
}

.phoneText span {
	font-size: 17px;
	font-weight: bold;
}

.phoneText strong {
	color: #004481;
	font-size: 13px;
}

.copyright {
	color: #004481;
	font-size: 10px;
	margin-top: 6px;
}

.copyright strong {
	font-size: 11px;
}

.copyright a {
	color: #004481;
}
.copyright a:hover {
	color: #7DA7D8;
}

.contentSmall {
	font-size: 10px;
}

.sideBox {
	background: url(/images/sideBoxTop.gif) #7DA7D8 top left no-repeat;
	height: auto;
	padding: 10px 10px 4px 10px;
	font-size: 10px;
	color: #004481;
}

.sideBoxBtm {
	font-size: 10px;
	color: #004481;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 0px 10px 10px 0px ;
	background: url(/images/sideBoxBtm.gif) #7DA7D8 bottom left no-repeat;
}

.blueText, .blueText a:link, .blueText a:visited {
	font-size: 12px;
	color: #004481;
}

.blueText a:hover {
	color: #7DA7D8;
}

#mslide {
	margin: 0px;
	padding: 4px;
	height: 20px;
	list-style: none;
}
#mslide li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	font-size: 12px;
	font-weight: bold;	
}
#mslide li a, .mslide li a#buttonnohover {
	display: block;
	text-align: center;
	color: #3989C9;
	padding: 3px 20px 4px 4px;
	margin: 0;
	text-decoration: none;	
}
#mslide li a:hover, .mslide li a#buttonhover {
	color: #004481;
}

#mslide ul {
	margin: 0px 0px 4px 10px;
	padding: 0px 0px 4px 0px;
	visibility: hidden;
	position: absolute;
	clear: both;
	width: 125px;
	background-color: #004481;
}
#mslide ul li {
	display: inline;
	float: none;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-color: #004481;
}
#mslide ul li a {
	display: inline;
	white-space: nowrap;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	background-color: #004481;
	
}
#mslide ul li a:hover {
	color: #3989C9;
}

