h1,h2,h3,h4{
	font-weight: normal;
	font-size:medium;
	margin: 0;
	padding: 0;
	}
	
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size:20px;
	margin: 0;
	padding: 0;
	padding-bottom: 0;
}
	
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size:16px;
	margin: 0;
	padding-left: 5px;
	color: #254996;
}

body {
	margin: 0;
	padding: 0;
	font: small Arial, Helvetica, sans-serif;
	width: 750px;
	}
.nobreak {
	white-space: nowrap;
}


#header {
	margin: 0;
	padding: 0;
	width: 750px;
	margin-bottom: 20px;
}

.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 15px;
	font-weight: 400;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 15px;
}

.creditcardimage {
	padding: 5px;
	float: right;
}
.navli {
	font-weight: bold;
	background-image: url(images/navstrip.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	padding-top: 3px;
	padding-left: 10px;
	font-size: 14px;
}

a.navlink:link {
	text-decoration: none;
	color:#000000
}

a.navlink:visited {
	text-decoration: none;
	color:#000000
}

a.navlink:hover {
	text-decoration: none;
	color:#254996
}

.bannerfont {
}
.nav {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}



#main {
	margin-top: 10px;
	width: 750px;
}
.carpic {
	float: right;
}


#sidebar {
	float:right;
	width:220px;
	border: 1px solid black;
	background-color: #dddddd;
}

#sidebar2 {
	float:left;
	width:150px;
}

#content {
	border-left: 3px solid #bcbcbc;
	padding-left: 5px;
	margin-left: 150px;
	margin-bottom: 10px;
}

#footer {
	clear:both;
	height:50px;
	width: 750px;
}
#ccardcontainer {
	float:right;
	width:220px;
	border: 1px solid black;
	background-color: #ff0000;
}


.pic {
	float: left;
}

.piccontainer {
	margin: 10px;
	padding: 0;
	clear: right;
	width: 550px;
	vertical-align: middle;
	height: 151px;
}
.tabletext {
	padding-left: 320px;
	margin-top: 30px;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font:100% verdana,arial,sans-serif;
	margin: 0;
	padding: 0;
	min-width: 500px;
	max-width: 600px;
	width: 560px;
	border-color: #000;
    border-width: 1px;
    border-style: solid;
	background-color: #bcbcbc;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #fff;
  border-width: 0px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;

}

form fieldset legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size:16px;
	margin: 0;
	padding-left: 5px;
	color: #254996;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 200px; 
	padding: 0; 
	margin: 10px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}


form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 15px;
	color:#FF0000;
}


