* {
	margin:0;
	padding:0;
	outline:none;
	}

	
body {
	background:#8E8C82 url(bg.gif) repeat-x scroll 0 0;
	}

body, select, input, textarea {
	font: 100% Times New Roman, Serif;
	}


/* MAIN */



#wrapper {
	margin: 0 auto; 
	width: 800px;
	background-color: transparent;
	}
	
#guarantee {
	position: relative;
	float: right;
	z-index: 1;
	clear: both;
}

#innerwrapper {
	position: relative;
	width: 650px;
	background-color: white;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	line-height: 21px;
	padding: 0 80px 20px 80px;
	margin-left: auto;
	margin-right: auto;
	border: solid;
	border-width: thin;
	border-color: #4C4646;
	}

#includes {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 480px;
}
/* SUBMIT BUTTON */

#submitwrapper {
	width: 650px;
	background-color: #FFFFCA;
	margin-left: auto;
	margin-right: auto;
	border: 4px dashed #000000;
	padding: 25px 10px 10px 10px;
}

#submit {
	width: 580px;
	background-color: #FFFFCA;
	margin-left: auto;
	margin-right: auto;
}

.submittable	{
	padding: 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
}

#submitpad {
	background-color:#CC0000;
	border-color:#CC0000;
	border-spacing:0;
	border-width:3px;
	margin:0;
	padding:8px;
}

.submit {
	font-size:18px;
	width:400px;
}


/* FOOTER */

	
#footer  {
    position: relative;
    float: left;
    bottom: 0;
    width:800px;
    height:29px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    text-align:center;
    padding-top:12px;
}

#footer p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height: 18px;
margin-top:0px;
}

#footer a {
color:#000000;
text-decoration:underline;
}

#footer a:hover {
color:#000000;
text-decoration:none;
}

#footer a:active {
color:#000000;
text-decoration:none;
}

#footer a:visited {
color:#000000;
text-decoration:underline;
}


/* OVERLAYS*/


.red {
	color:#CC0000;
	font-family: Tahoma;
	font-weight: 600;
	font-size: 21px;
	line-height: 34px;
}

.black {
	color:#000000;
	font-family: Tahoma;
	font-weight: 600;
	font-size: 16px;
	line-height: 34px;
}

.subhead {
	color:black;
	font-family: tahoma;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}

.subred {
	color:red;
	font-style: normal;
	font-family: tahoma;
	font-weight: 600;
	font-size: 36px;
	line-height: 50px;
}

.bold-highlight-italic {
	background-color:#FFFF00;
	font-weight:normal;
}
font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
	font-family: Arial, Verdana, sans-serif;
}
.font10 {
	font-size: 10px;
}
.font12 {
	font-size: 12px;
}

