body{
	margin: 0px;
	padding: 0px;
	background-color: #C2D3DB;
	color: #666F72;
	font: 12px georgia, times new roman, serif;
}

#container{
	margin: 0 auto;
	width: 960px;
	background: url('../graphics/bg.gif') repeat-y;
	font: 12px Georgia, serif;
	color: #666F72;
	padding-bottom: 50px;
}

h1{
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #289BCC;
}

h2{
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-size: 14px;
	color: #289BCC;
	letter-spacing: 1px;
}

h3{
	margin-bottom: 1px;
	font-size: 12px;
	color: #666F72;
	letter-spacing: 1px;
	text-transform: uppercase; 
	padding-left: 10px;
	padding-top: 5px;
}

div.myBreak{
	clear: both;
	height: 0px;
}

#header{
	padding: 0px 0px 0px 0px;
	width: 940px;
	height: 200px;
	margin: 0px 10px 40px 10px;
	background: url('../graphics/headBG.gif') no-repeat;
}

a.navBttn{
	float: left;
	width: 235px;
	height: 29px;
	margin-top: 26px;
	padding-top: 14px;
	font-size: 12px;
	color: #289BCC;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

a.navBttn:hover{
	background-color: #6DBFE0;
	color: #FFFFFF;
}

div.navSelect{
	float: left;
	width: 235px;
	height: 29px;
	margin-top: 26px;
	padding-top: 14px;
	font-size: 12px;
	color: #AAB7BC;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}


a.logo{
	margin: 10px 0px 0px 35px;
	height: 95px;
	width: 185px;
	float: left;
}

a.logo span{
	display: none;
}

a{
	text-decoration: none;
	color: #6DBFE0;
}

a:hover{
	color: #289BCC;
}

#footer{
	width: 900px;
	height: 40px;
	background-color: #AAB7BC;
	margin: 0 auto;
	font: bold 12px georgia, times new roman, serif;
	color: #FFFFFF;
	background: url('../graphics/footerBG.gif') no-repeat;
	padding: 8px 30px 0px 30px;
	letter-spacing: 1px;
}

.footR{
	float: right;
}

.footL{
	float: left;
}

.footL span{
	font: italic 12px georgia, times new roman, serif;
}