@charset "utf-8";
/* CSS Document */

body {
	background-color: #f9ebd1;
}

a:link, a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FFAE1A;
}

.wrapper{
position:relative;
width:1040px;
height:auto;
background-image:url(../images/bg.jpg);
background-repeat:repeat-y;
}

.top{
position:relative;
width:1000px;
height:144px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
background-image:url(../images/bg.jpg);
text-align:left;
}

.nav{
position:relative;
width:960px;
height:60px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#003399;
text-align:left;
background: #ffad19;
background-image:url(../images/navBottom.jpg);
background-position:bottom;
background-repeat:repeat-x;
padding-left:40px;
}

.bottomNav{
position:relative;
width:1000px;
height:auto;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#003399;
}

.mid{
z-index:1;
position:relative;
width:975px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
color:#003399;
}

.bottom{
position:relative;
width:1040px;
height:32px;
background-image:url(../images/bgBottom.jpg);
background-repeat:no-repeat;
}

.below{
text-align:center;
position:relative;
width:1000px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

.paraText{
font-family:Arial, Helvetica, sans-serif;
color:#00056c;
}

.bodycopy{
	font-size:13px;
}

/* Typography - General
------------------------------------------------------------------- */
h1 {
	font-size: 18px;
	margin: 0;
}
h2 {
	font-size: 18px;
	color: #FFAE1A;
	margin: 0;
}
h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}
h4 {
	font-size: 24px;
	margin: 0;
}
h5 {
	font-size: 16px;
	margin: 0;
}
p {
	margin-bottom: 16px;
	margin-top: 0;
}
.subhead {
	margin-top: 4px;
	font-size: 13px;
	font-weight: normal;
}
.font14px {
	font-size: 14px;
	font-weight: normal;
}
.font11px {
	font-size: 11px;
}
.font9px {
	font-size: 9px;
	line-height: normal;
}
a:link, a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FFAE1A;
}
.price {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
