html{
	height: 101%; 
	}
body{
	margin: 0;
	padding: 0;
	font-size: 69.5%;
	background-color: #C0DFFD;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
}
div{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
p{
	color: #003366
}
h2{
	color: #000;
}
h3{
	color: #000;
}
blockquote{
	text-align: center;
	font-size: 1.2em;
	color: #003366;
	font-style: italic;
}
#wrapper{
	margin: 0 auto;
	margin-top: -15px;
	width: 960px;
	background-color: #fff;
}
/*-----------------------------------------------
	header
-----------------------------------------------*/
#header{
	position: relative;
	background: #4E82BC url(../img/header.jpg) 0 0 no-repeat;
	height: 175px;
}
#header h1{
	height: 0px;
	overflow: hidden;
}
#header h2{
	position: absolute;
	left: 380px;
	color: #fff;
	font-size: 2.2em;
	padding-top: 12px;
	line-height: 1.7em;
	font-weight: normal;
	letter-spacing: 1px;
}
#header h2 span.line2{
	margin-left: 50px;
}
#header div.customerService{
	position: absolute;
	right: 15px;
	top: 5px;
}
*html div.customerService{
	left: 790px;
}
.customerService ul.links li a, .customerService ul.links li a:visited{
	margin: 0 auto;
	display: block;
	color: #000;
	width: 110px;
	height: 19px;
	background: url(../img/btn_bg.jpg) 0 0 no-repeat;
	padding-top: 4px;
	margin-top: 3px;
}
.customerService ul.links li a:hover{
	background: url(../img/btn_bg.jpg) 0 -22px no-repeat;
}
#header h3{
	text-align: center;
	letter-spacing: 2px;
	line-height: 30px;
	font-size: 1.5em;
	font-weight: lighter;
}
#header ul.links{
	list-style-type: none;
	margin-left: 0;
	padding-top: 0px;
	padding-left: 0;
	text-align: center;
}
.dateBar{
	border-bottom: 1px solid #003366;
	border-top: 1px solid #003366;
	font-size: 1.3em;
	padding: 5px 10px;;
}
/*-----------------------------------------------
	aside
-----------------------------------------------*/
#aside{
	width: 194px;
	float: left;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
*html #aside{
	margin-bottom: 20px;
	margin-left: -50px;
}
#aside ul.nav{
	list-style: none inside url(../img/mm_arrow.gif);
	padding-left: 0px;
	font-size: 1.0em;
	padding-top: 5px;
	margin-top: 35px;
	border-top: 2px solid #C0DFFD;
}
#aside ul.nav li{
	padding: 10px 0 10px 10px;
	border-bottom: 2px solid #C0DFFD;
}
*html #aside ul.nav li{
	padding-top: 0px;
	margin-top: 10px;
}
#aside ul.nav li a, #aside ul.nav li a:visited{
	display: block;
	padding-left: 10px;
	color: #003366;
	height: 20px;
	width: 194px;
	vertical-align: middle;
}
#aside ul.nav li a:hover, #aside ul.nav li a:active{
	color: #FF6600;
}
/*-----------------------------------------------
	content
-----------------------------------------------*/
#section{
	margin-left: 244px;
	margin-right: 125px;
}
#article h2{
	padding-top: 25px;
	color: #3366cc;
	letter-spacing: 2px;
	text-align: center;
	line-height: 1.6em;
}
#article h2 img{
	border: 3px solid #000;
}
#article p img{
	border: 2px solid #000;
}
#article p{
	font-size: 1.2em;
	line-height: 1.6em;
}
#article p.center{
	text-align: center;
}
#article img.center{
	display: block;
	margin: 0 auto;
}
.spacer{
	margin: 10px 0;
}
.green{
	color: #339900;
}
.indent{
	padding-left: 25px;
}
ul.printingPartners li a{
	line-height: 1.6em;
	color: #000;
	font-weight: bold;
}
ul.printingPartners li a:hover{
	color: #DE282D;
}

#article p.big{
	color: #000;
	text-align: center;
	font-size: 1.9em;
}
#article ul{
	font-size: 1.3em;
}
/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer{
	background-color: #000;
	color: #fff;
	height: 60px;
	position: relative;
	clear: both;
}
#footer p{
	color: #fff;
}
#footer p.middle{
	position: absolute;
	left: 300px;
	text-align: center;
	top: 10px;
}
#footer p.right{
	position: absolute;
	right: 10px;
	top: 10px;
}