* {
	margin: 0 auto 0 auto;
	padding: 0;
}

html, body {
	height: 100%;
}

img {
	border: 0;
}

body {
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #2d8fbe;
	font-family: Arial, Helvetica sans-serif;
}

/* Text & Paragraphs ////////////////////////////////////////////////////////// */
p {
	color: #333333;
	font-size: 12px;
	margin: 0 0 8px 0;
	line-height: 125%;
}

p a {
	color: #339900;
	text-decoration: none;
	font-weight: normal;	
}

p a:hover {
	color: #339900;
	text-decoration: underline;
}

em {
	font-weight: normal;
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

hr {
	width: 100%;
	border: 1px solid #cccccc;
	border-style: none none solid;
	margin: 10px auto 10px auto;
}

h1 {
	color: #3399cc;
	font-size: 25px;
	margin-bottom: 8px;
}

h2 {
	color: #000000;
	font-size: 14px;	
	margin-bottom: 8px;	
}

h3 {
	color: #333333;
	letter-spacing: 0px;
	font: 15px;
	margin-bottom: 5px;
}

/* Lists //////////////////////////////////////////////////////////////// */

ul { 
	color: #333333;
	font-size: 12px;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 15px;
}

ul a {
	color: #669900;
	text-decoration: none;
	font-weight: normal;	
}

ul a:hover {
	color: #669900;
	text-decoration: underline;
}

ol {
	color: #333333;
	font-size: 12px;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 15px;
}

ol a {
	color: #669900;
	text-decoration: none;
	font-weight: normal;	
}

ol a:hover {
	color: #669900;
	text-decoration: underline;
}

/* Application Fields //////////////////////////////////////////////////////////////// */
input {
color: #333333;
border: 1px solid #cccccc;
font: 12px;
padding: 2px;
margin-bottom: 4px;
}

select {
	color: #333333;
	border: 1px solid #cccccc;
	padding: 1px 1px 1px 2px;
	font-size: 12px;	
	margin-bottom: 4px;
}

input[type="image"] {
	border: 0;
}

textarea {
	color: #333333;
	background: #e8e8e8;
	border: 0;
}

#content {
	margin: 0 auto 40px auto;
}

#form {margin:0px;}
#form p {margin:0px; padding: 0 0 2px 0; font-size: 12px; text-align: left;}
#form span {color: #F00;}

#form h1 {
	font-size: 30px;
	color: #990033;
	padding: 5px 5px 10px 5px;
}
#form h2 {
	font-size: 14px;
	color: #990033;
	padding: 5px 5px 2px 5px;
	text-align: left;
}

#col-supporting {width:240px; float:left;}
#col-supporting p {margin:5px; padding: 5px; font-size: 12px;}
#col-supporting p.testimonial {border-bottom: 1px solid #990033;}

.application {
	padding: 20px 30px 25px 30px;
	background-color: #f3f3f3;
}



#footer {
	height: 100px;
	padding: 10px 25px 0 25px;
	vertical-align:top;
}

#footer p { color: #ffffff; font-size: 12px; line-height: 20px; }
#footer p a { color:#ffffff; text-decoration:none; font-weight: normal; padding: 0 15px 0 15px;}
#footer p a:hover { color:#ffffff; text-decoration:underline;}