@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 100% Georgia, serif;
	background-image: url(images/ms_bkg.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.cssform{
padding: 10px;
}
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}
.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
background: #FFF000;
border: 1px solid #8217A6
}
.cssform input{
border: 1px solid #8217A6
}
#input .buttons{
background-color: #333333;
color: #FFFFFF;
border: 1px solid #8217A6
}
.cssform textarea{
width: 250px;
height: 150px;
background: #FFF000;
border: 1px solid #8217A6
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix{
margin-left: 3px;
background: #FFF000;
border: 1px solid #8217A6
}

a {
	font-size: 100%;
	font-weight: bold;
}
a:link {
	color: #8217A6;
}
a:hover, a:focus {
	color: #9966CC;
}
h1 {
	font-size: 150%;
	color: #8217A6;
	padding:0;
	margin:12px 15px;
}
h2 {
	font-size: 125%;
	color: #8217A6;
	padding:0;
	margin:12px 15px;
}
h3 {
	font-size: 100%;
	color: #8217A6;
	padding:0;
	margin:12px 15px;
}
p {
	font-size: 90%;
	padding:0;
	margin:12px 15px;
}

.wrapper #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wrapper #header {
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 207px;
}
.wrapper #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wrapper #nav {
	padding: 0;
	height: 63px;
}

.wrapper #outerx{
	padding:0;
	width:100%;
	background:transparent url(images/design_18.gif) repeat-y left top;
}
.wrapper #innerx{
	background:transparent url(images/design_20.gif) repeat-y right top;
	width:100%;
	padding:0;
}
.wrapper #outerx table{
	width:680px;
	margin:0 0 0 30px;
	background-color: #FFF;
}
.wrapper #outerx p{
	padding:0;
	margin:12px 15px;
	font-size: 90%;
	color: #8217A6;
}
.wrapper #outerx #style1{
	padding:0;
	margin:0;
	font-size: 90%;
	color: #8217A6;
}
.style1 {
	font-size: 100%;
	color: #8217A6;
	font-weight: bold;
}
.style2 {
	font-size: 70%;
	color: #8217A6;
	font-weight: bold;
}
.style3 {
	font-size: 70%;
	color: #8217A6;
}
.style4 { color: #8217a6; font-size: 120%; font-weight: bold; }
.wrapper #outerx #list ul li{
	padding:0;
	margin:0 50px;
	font-size: 90%;
	color: #8217A6;
}
.wrapper #outerx #list ul li a{
	font-weight: bold;
}
.wrapper #outerx #list ul li a:link{
	color: #8217A6;
}
.wrapper #outerx #list ul li a:hover, #outerx #list ul li a:focus{
	color: #9966CC;
}
.wrapper #outerx #form {
	margin-right: 10px;
	padding: 0;
	color: #8217A6;
	font-size: 80%;
	font-weight: bold;
	width:642px;
}
.wrapper #outerx #form table {
	margin:0 10px 0 30px;
	padding: 0;
	width:624px;
}
.wrapper #outerx #form table table {
	margin:0 10px 0 0;
	padding: 0;
	width:624px;
}
.wrapper #outerx #cform {
	margin-right: 10px;
	padding: 0;
	color: #8217A6;
	font-size: 80%;
	font-weight: bold;
	width:350px;
}
.wrapper #outerx #cform table {
	margin:0 10px 0 30px;
	padding: 0;
	width:350px;
}
.wrapper #outerx table #frmtbl{
	padding:0;
	width:300px;
}
.wrapper #outerx table #frmtbl #form {
	padding: 0;
	color: #8217A6;
	font-size: 80%;
	font-weight: bold;
	width:280px;
}
.wrapper #outerx table #frmtbl table {
	padding: 0;
	color: #8217A6;
	font-size: 80%;
	font-weight: bold;
	width:280px;
}
.wrapper #footer {
	margin: 0;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/ftr.gif);
	background-repeat: no-repeat;
	height: 96px;
}
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 26px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 70%;
	color: #8217A6;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 80%;
	color: #8217A6;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
