/* CSS Developed by Bart Steed */

@import url('layout.css');


img {border:none;}


/* MISC CLASSES */
.nest {margin-left:20px;margin-right:20px;}
.clearer {clear:both;}
.spacer20 {height:20px;}
.p20 {margin-top:20px;margin-bottom:20px;}
.boldgreen {color: #EEBA4D;font-size: 1.4em;}
.sticky {margin-top:10px;margin-bottom:10px;}
.red {color: #AF4D1C;}
.center {text-align:center;}
.button {margin-top:20px;margin-bottom:20px;display:block;margin-left:auto;margin-right:auto;}
.floatl {float:left;margin-right:20px}
.floatr {float:right;margin-left:20px;}
.spantextbox {width:660px;height: 200px;margin-left: 20px;}
.spectextbox {width:660px;height: 100px;margin-left: 20px;}
.indent20 {margin-left:20px;}

/*LOGO FORMATTING */
#logo a {font-size: 2.5em;margin-top: 20px;margin-bottom: 20px;text-decoration: none;color: #AEC1C1;}
#logo a:hover {text-decoration:none; color:#FFF;}
#logo a:visited {text-decoration:none; color:#FFF;}
.logotext {margin-top:15px;margin-bottom:10px;}


/* FORM STYLE FORMATTING */
#mdform form p {text-align:right;margin-right:200px;margin-bottom:5px;}
#mdform form textarea {width:300px;height:150px;}
.mdformi {width:150px;}


p
{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.terms {
	width:400px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
	height:350px;
	border:none;
	border-collapse:collapse;
	background-color:#FFF;
}

#mdform form div {
	text-align:center;
	width:400px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}