/* Page Structure */


body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background: #FFFFFF;
	margin: 0px;
	border: 0px;
	padding:0px;
	color:#000000;
}

#header {
	width: 750px;
	height: 177px;
	background: url('images/header.gif') no-repeat;
	padding: 0px;
	margin-left:auto; margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	border: 0px;
}

#headerFooter {
	width: 700px;
	margin-left:auto; margin-right:auto;
	margin-top:0px;
	background: #D0E3F1;
	margin-bottom:0px;
	padding:10px;
	overflow:hidden;
	border: 0px;
	color:#000000;
}	

#tableBorder {
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
}

#wrapper  {	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	width: 754px;
	background: #FFFFFF;
	margin-left:auto; margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	overflow:hidden;
	}

#content {
	width: 620px;
	background: #FFFFFF;	
	margin-left:auto; margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 20px;
	border:0px;
}

#contentLeft {
	display:inline;
	position: relative;
	width: 420px;
	float: left;
	left: 15px;
	background: #FFFFFF;	
	margin:0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;

}

#contentRight {
	width: 200px;
	display:inline;
	position: relative;
	float: left;
	left: 15px;
	background: #FFFFFF;	
	margin:0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: right;
}


#footerContent {
	width: 740px;
	background: #3C3B3B url('images/footer_background.gif') repeat-y;
	margin-left:auto; margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 10px;
}

#footer {
	width: 750px;
	height: 20px;
	background: url('images/footer_dropshadow.gif') no-repeat;
	margin-left:auto; margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
}
	

/* Text Formatting */

p {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}


ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	list-style-type: square;
}


ol {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}


li {
	line-height: 18px;
	margin-bottom: 10px;
}

h1 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #A11D03;
}

h2 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

h3 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

a {
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


blockquote {
	font-size : 14px;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	margin : 0px;
	border : 1px solid #B22E05;
	padding : 10px;
	background : #FFFFCC;
}

.couponBox {
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	margin-left:auto; margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	border: 3px dashed #891903;
	padding : 10px;
	background : #FFFFCC;
	width : 85%;
}


.quoteBox {
	border : 1px solid #013059;
	padding : 10px;
	margin-left:auto; margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width :85%;
	background-color: #D0E3F1;
}

.sidebar {
	border : 1px solid #CCCCCC;
	padding : 10px;
	margin-left:auto; margin-right:auto;
	margin-top:0px;
	margin-bottom:20px;
	width :85%;
}

.clear {
	clear: both;
}


.copyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

.copyright p {
	font-size: 11px;
	color: #FFFFFF;
}


.copyright a {
	text-decoration: none;
	color: #FFFFFF;
}

.copyright a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

img {
	display: block; 
	margin: 0; 
	}