body {
    font-family: arial, helvetica, sans-serif;
	background: #fff;
	border: 0px solid #d95936;
	color: #000;
	width: 760px;
	margin: 8px auto;
}

h1.top {
    border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 700px;
	height: 170px;
	margin: 0;
	padding: 0;	
}
h1.red {
    width: 700px;	
	height: 60px;
	margin: 0;
	padding: 0;
	color: red;
	text-align: center;
}
h3.red {
    width: 700px;	
	height: 80px;
	margin: 0;
	padding: 0;
	color: red;
	text-align: center;
}
h4.blue {
    width: 700px;	
	
	margin: 0;
	padding: 0;
	color: blue;
	text-align: center;
}
#content {
    overflow: auto;
	text-align: center;
}

.textbox {
	border: 2px solid #d95936;
	float: left;
	margin: 2px;
	padding: 4px;
	position: relative;	
}
.textbox a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.textbox a:hover {
    color: #d95936;
	font-weight: bold;
	text-decoration: underline;
}
.box {
    float: left;
	border: 4px solid #d95936;
	width: 205px;
	margin: 10px;
	height: 300px;
	position: relative;
}
.spacer {
    float: center;
	border: 0px solid #d95936;
	width: 600px;
	margin: 0px;
	height: 60px;
	position: relative;
}

.box2 {
    float: left;
	border: 4px solid #d95936;
	width: 235px;
	margin: 10px;
	height: 425px;
	position: relative;
}
.box2 p {
    padding: 6px;
	text-align: left;
}

.box2 a {
    color: #d95936;
	font-weight: bold;
}
.box2 a:hover {
    color: #000;
	font-weight: bold;
}

.dark {
   font-weight: bold;   
}
.darki {
   font-weight: bold;
   font-style: italic;   
}

.noborder {
    border: none;
	width: 213px;
}
.box3 {
    float: left;	
	width: 220px;
	margin: 4px;
	height: 400px;
	position: relative;
}

.box p {
    padding: 10px;
}

.quote {
    font-style: italic;
	background: #ffcdbf;
	margin: 10px;
}

.bottom {
    background: #000;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 10px;
    width: 165px;
	text-align: center;
}

.bottom a {
    color: #fff;
	font-weight: bold;
}
.bottom2 {   
	position: absolute;
	bottom: 20px;
	left: 0px;
	margin: 10px;
    width: 165px;
	text-align: left;
}

.close_link {
    clear: both;
	margin-left: 20px;
}

.close_link a {
    color: #000;
	font-size: x-small;
}

a {
    color: #000;
	font-weight: bold;
}

.page p, li {
    text-align: left;
}

.page {
    margin-top: 20px;
}


label {
	float: left;
	margin: 3px 10px 3px 0;
	text-align: right;
	width: 150px;
	}
	
.box3 label {
	float: left;
	margin: 3px 3px 3px 3px;
	text-align: right;
	width: 40px;
	}
input[type="text"], textarea, select {
	float: left;
	width: 182px;
	margin: 3px 0;
	}
.box3 input[type="text"], textarea, select {
	float: left;
	width: 140px;
	margin: 3px 0;
	}
form br {
	clear: both;
	}

.about {
    font-size: 0.9em;
}
.tiny {
    font-size: 0.5em;
}
.tinyi {
    font-size: 0.55em;
	font-style: italic;
}
.page img {
    margin: 10px;
}

a img {
    border: 0;
}

.steptitle {
    font-weight: bold;
	color: #d95936;
	margin: 10px 1px 1px 0;
	font-size: 1.2em;
	text-align: left;
}
