
body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
/*	font-size: 76%;	/**/
	color: #000000;
	background-color: #C6D1F2;	/*#f2f6fa; #e5edf5*/
	}

#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 800px;	/**/
	border: 2px solid #7c89aC;
	}

#headerWrapper {
	background-color: #EEF2FC;	/*#f2f6fa*/
/*	border-bottom: 2px solid #7c89aC; /**/
	padding: 10px;
	padding-bottom: 0px; /**/
	}

#tagline {
	color: #000000;
	font-size: 20px;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 10px;
	vertical-align: top;
}

#taglinesub {
	font-size: 14px;
	font-style: italic;
	}

#navCatTabsWrapper {
	margin: 0em;
	background-color: #EEF2FC;
	padding-bottom: 5px;
	border-bottom: 2px solid #7c89aC; /**/
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
/*	color: #ffffff;	/**/
/*	height: 1%;	/**/
	width: 100%;
	}

#contentMainWrapper {
	margin: 0em;
	padding: 20px;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, LEGEND, ADDRESS, .larger{
	font-size: 1.1em;
	}

.h3inline {
	font-size: 1.3em;
	font-weight: bold;
	}

.h4inline {
	font-size: 1.1em;
	font-weight: bold;
	}

table {
/*		border: 1px solid Red;	/**/
		padding: 0;
		margin: 0;
	}

.alert {
	vertical-align: top;
	color: #FF0000;
	margin-left: 0.5em;
	}

.messageStackCaution {
	background-color: #FFFF66;
	border: 1px solid black;
	padding: 0.5em;
	}

.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.pricetext {
	font-weight: bold;
	}

.backtotop {
	font-size: .8em;
	}

.InverseText {
	color: white;
}

LABEL.inputLabel {
	font-size: 0.9em;
	width: 11em;
	float: left;
	padding-top: .4em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

/*This would do serif only for text input. works in firefox but not IE
INPUT[type="text"] {
	font-family: "Times New Roman", Times, serif;
	}
*/

INPUT {		/*causes buttons to also use serif font*/
	font-family: "Times New Roman", Times, serif;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 98%;
	}

input:focus, select:focus, textarea:focus {
	background: #f2f6fa;
	}

FIELDSET {
	font-weight: normal;
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

.clearBoth {
	clear: both;
	}

.largertext {
	font-size: 1em;
	}

.MediumText {
	font-size: 0.9em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.8em;
	}

.smallerText {
	font-size: 0.7em;
	}

.center {
	text-align: center;
	}

.textleft {
	text-align: left;
	}

.centerColumn {
	padding: 0.8em;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

/*** page styles for the form***/

h1#dwgEntryDefaultHeading { 
	text-align: center;
	}

#dwgEntryDefault {
	text-align: left;
/*	background-color: #E5EDF5; /**/
/*	height: 1%; /**/
 	}
/*
#dwgEntryDefault input:focus, #dwgEntryDefault textarea:focus {
	background: #BFDFFF;
	}
*/
