body {
	margin:0px;
	background-color:#696F89;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:12px;
}
img {
	border:0px;
}
#fake-bg {
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#696F89;
	padding-bottom:40px;
	display:block;
	clear:both;
}
#header {
	display:block;
	clear:both;
}

#main {
	width:914px;
	left:50%;
	margin-left:auto;
	margin-right:auto;
	display:table;
	clear:both;
}
#quote {
	height:53px;
	width:620px;
	background-image:url(/images/quote-bg.png);
}
#quote-text {
	position:absolute;
	padding-left:18px;
	width:620px;
	height:39px;
}
#quote-text span {
	color:#C6612B;
}
#quote-text span a{
	color:#772302;
	text-decoration:none;
}	
p.quote {
	margin:0px;
	padding-top:16px;
	font-size:14px;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight:bold;
}
#logo {
	float:left;
	clear:left;
}
#nav {
	width:538px;
	float:right;
	margin-top:98px;
	margin-right:7px;
	clear:right;
}
#main-image {
	display:block;
	clear:both;
}
#float-text-index {
    position:absolute;
	margin-top:40px;
	margin-left:40px;
	width:520px;
}
p.big-text {
	font-size:40px;
	color:#000000;
	text-align:center;
}
h4 {
	font-size:30px;
	color:#772302;
	margin:0px;
}
#body-area {
	display:block;
	clear:both;
	margin-top:5px;
}
#container {
	display:block;
	clear:both;
}
#content-wrapper {
	width:620px;
	float:left;
	display:block;
	clear:left;	
}

#content {
	background-image:url(/images/content-mid.png);
	background-repeat:repeat-y;
	padding:40px;
}

#form {
	background-image:url(/images/apply-background.jpg);
	background-repeat:no-repeat;
	width:276px;
	height:405px;
	float:right;
	margin-top:5px;
	padding-top:40px;
	color:#FFFFFF;
	font-size:16px;
	display:block;
	clear:right;
}
.input {
	border:1px solid #0033CC;
}
h1 {
	color:#333333;
	font-size:22px;
}
h2 {
	color:#0B6D8B;
	font-size:16px;
	font-weight:bold;
}
.color-change {
	color:#0B6D8B;
	font-weight:lighter;
	font-size:30px;
}
.border {
	border-bottom:1px solid #C4C4C3;
	padding-right:40px;
}
.content-picture {
	margin:20px;
}
.button {
	margin-top:8px;
}
#footer {
	background-image:url(/images/footer-bg.jpg);
	background-repeat:repeat-x;
	height:178px;
	width:100%;
	clear:both;
	padding-top:20px;
}
.select {
	width:200px;
}
#copy {
	left:50%;
	margin-left:auto;
	margin-right:auto;
	text-decoration:none;
	color:#333333;
	text-align:center;
}
#copy a {
	color:#333333;
	text-decoration:none;
}	
#apply-topper {
	margin-top:-150px;
	position:absolute;
}
.get-help {
	font-size:30px;
}

/* creates illusion of cellpadding on all td's */
#form td {
	padding:3px;
}




/* makes labels for all fields bold */
.form-01, .form-03, .form-05, .form-07 {
	font-weight:bold;
}




/* centers all form elements */
#form td {
	text-align:center;
}




/* modifies the drop-down menu */
.select-01 {
	width:175px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
}



/* modifies the input boxes */
.input-01, .input-02, .input-03 {
	width:175px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
}
a {
	color:#C37B5F;
	text-decoration:none;
}
a:hover	{
	color:#C37B5F;
	text-decoration:underline;
}
#copy ul	{
	margin:0px;
	padding:0px;
}
#copy ul li {  
  display:inline;
  margin-right:20px;
  color:#333333;
  font-size:11px;
}
#copy ul li a 	{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;	 
}
#copy ul li a:hover	{
	text-decoration:underline;
}