	
/*---test layout---*/

/*
table td { border: 1px solid green; }
td { border: 1px solid blue; }
p { border: 1px solid purple; }
h1 { border: 1px solid red; }
#contentText { border: 1px solid blue; }
*/	

/*---page---*/

body, td, th, p, pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
body, td, th{
	color: #000000;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3{
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

#contentArea {
	padding: 10px;
	width: 100%;
	/*width: 500px;*/
}

#contentText {
	/*padding: 0px 0px 0px 1px;*/
}

.spacer {
	margin: 0px;
}

.image {
	border: 1px solid black;
}

/*---home page---*/

.emphasis {
	font-size: 16px;
}

/*---product page---*/

.productImg {
	border: 1px solid black; 
	margin-left: 7px;
}

a.productBuy:link, a.productBuy:visited, a.productBuy:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/*---flash content fixes---*/

ul { margin-top: 3px; margin-bottom: 3px; }
.normalList { color: black; }
.indent1List { color: black; }
.indent2List { color: black; }
.indent1Para { padding-left: 20px; } 
.indent2Para { padding-left: 40px; } 
.indent3Para { padding-left: 60px; } 
.indent4Para { padding-left: 80px; } 

/*---form---*/

form {
	margin: 0px;
	padding: 0px;
}

select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form h2 {
	padding: 2px 2px 2px 0px;
	border-bottom: 1px solid #FFCC33;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
}

.formBtn {
	font-weight: normal;
	/*
	padding: 2px;
	margin: 2px;
	width: auto;
	border-width: 1px;
	background-color: #EEEEEE;
	font-weight: normal;
	*/
}

.required {
	color: red;
	font-size: 11px;
}

.optional {
	width: 12px;
}

.formNote {
	color: red;
	font-size: 11px;
	width: 12px;
}

.formInfo {
	font-size: 11px;
	color: #666666;
}

/*---messages---*/

.msgArea { 
	border: 1px solid #CCCCCC;
	margin: 10px 0px 10px 0px;
}

.msgErrorHeading, .msgInfoHeading { 
	color: #333333; 
	font-weight: bold; 
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

.msgError {
	color: red; 
}

.infoMsg { 
	
}

.msgArea li {
	padding: 2px;
}

/*---links---*/

a:link, a:visited, a:active {
	color: blue;
}

a:hover {
	text-decoration: none;
}

/*---top nav---*/

.topNav {
	font-size: 10px;
	font-weight: normal;
}

.topNavOff {
	font-size: 10px;
	color: #FFFFFF;
}

a.topNav:link, a.topNav:visited {
	color: #000000;
	text-decoration: none;
}

a.topNav:hover {
	color: #006699;
	text-decoration: none;
}

a.topNav:active {
	color: #990000;
	text-decoration: none;
}

/*---side nav---*/

.sideNav {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding: 2px 0px 2px 25px;
}

a.sideNavLink:link, a.sideNavLink:visited {
	color: #666666;
	text-decoration: none;
}

a.sideNavLink:hover, a.sideNavLink:active {
	color: #006699;
	text-decoration: none;
}

/*---footer---*/

a.footer:link, a.footer:hover, a.footer:active, a.footer:visited {
	color: white;
	text-decoration: none;
}

#footer {
	color: white;
	font-size: 11px;
}



















