/* CSS Document */

/*/////////
Basic Structure 
 */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #e4e4e4;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

a img {
	border: none;
}
a:link{
color:#013669;
}

a:hover{
color:#CC0000;
}

a:visited{
color:#013669;
}

#wrap {
	width: 751px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/wrap_bg.gif);
	background-repeat: repeat-y;
}

h1.head {
	margin: 0px;
	padding: 0px;
	height: 115px;
	background-image: url(images/h1_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}

h1.head a {
	display: block;
	height: 60px;
	width: 380px;
	position: absolute;
	left: 30px;
	top: 15px;
	text-indent: -10000px;
	text-decoration: none;
}

p.welcome {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 15px;
	top: 6px;
	font-size: 10px;
	z-index: 60000;
}

#nav {
	margin-top: 16px;
	width:174px;
	float: left;
	display: block;
	padding-left: 0px;
}

#content {
	width: 577px;
	min-height:400px;
	float:right;
	padding-bottom: 20px;
	position: relative;
	margin-top: 18px;
	margin-right: 0px;
	display: inline;
}

#content .form2 {
	color: #013669;
}

#footer {
	clear:both;
	height: 65px;
	position: relative;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
}

#footer address {
	padding: 0px;
	margin: 11px 0px 0px 10px;
	font-style: normal;
	width: 170px;
	float: left;
	display: inline;
	color: #ffffff;
}

#footer address strong {
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

#footer dl {
	width: 220px;
	float: right;
	margin: 10px 0px 0px;
	font-size: 16px;
	position: relative;
	top: 3px;
	line-height: 22px;
	color: #ffffff;
	right: 10px;
	text-align: right;
}

#footer dd, #footer dt {
	margin: 0px;
	padding: 0px;
}

#footer dd {
	font-weight: bold;
}

#footer dt, #footer dd{
	display: inline;
	white-space: nowrap;
}

.right {
	float: right;
}

script {
	display: none;
}

td p {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #0B1876;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-size: 23px;
	font-weight: normal;
}

h2 {
	background-color: #003366;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
	font-size: 14px;
	color: #FFFFFF;
}

.left {
float:left;
}

.right {
float:right;
}

.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

p.center {
	text-align: center;
}

.larger {
	font-size: larger;
}

h3 {
	background-color: #013669;
	text-align: center;
	margin-top: 20px;
	padding: 3px 100px 3px 100px;
	color: #FFFFFF;
	width: 370px;
	font-size: 13px;
}

.couponlink {
	position: absolute;
	left: 10px;
	top: 414px;
}

.head{
	font-size: 14px;
	color: #013669;
}