@charset "UTF-8";
/* CSS Document */

body {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      color: #000000;
	  font-size:11px;
	  text-align:left;
	  background:#887787 url(../images/bg.gif) repeat left;
     }
	
	
.floatleft { float:left; }
.floatright { float:right; }
.clearLeft{ clear:left; }
.clear { clear:both; }
.mLeft16 { margin-left:16px; }
.mBtm20 { margin-left:16px; }

input { font-size:11px; margin:0px 0px 3px 0px; }

/** FONTS */

.main { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 2px 2px 15px;
	color: #000000;

}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	padding: 8px 0px 0px 15px;
	margin:0px;
	color: #993366;
}

h3 {

	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding: 8px 5px 10px 15px;
	margin:0px;
	color: #993366;
}


/* LAYOUT */

#maincontent {
	margin:0 auto;
	width:850px;
	float: left;
	background-color: #FFFFFF;


}

#leftcolumn {
	float:left;
	width:320px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	padding: 5px;


	}
	
#rightcolumn {
	float:left;
	width:490px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-left-style: none;
	padding: 5px;

}


.leftcolumninner {
	float:left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C1C2C4;
	border-left-color: #C1C2C4;
	background-color: #FFFFFF;
	margin: 5px;
	width: 320px;

}
.rightcolumninner {

	float:left;
	width:490px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #C1C2C4;
	border-left-color: #C1C2C4;
	padding: 0px;
	margin: 5px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 5px 0px 15px;
	letter-spacing: 1px;

}

#rightcolumninnerTop {
	float:left;
	width:490px;
	background-color: #993366;
	border-top-style: none;
	border-left-style: none;
	padding: 0px;
	height: 20px;

}

#footer {
	margin:0 auto;
	width:100%;
	float: left;
	background-color: #92909E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 15px;
	color: #FFFFFF;
	height: 200px;


}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 6px 5px 8px 15px;
	color: #FFFFFF;
	background-color: #887787;

}

