/* CSS Document */

/*Layout AND Background: AND general settings to make sure I get a clear palette with no borders or padding*/

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background:rgb(255,255,255);
	font: 76% Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;
}

div, p, h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; }

a {
	color: rgb(0,0,204);
	text-decoration:none;
}
a:hover {
	color: rgb(255,255,255);
	text-decoration:underline;
	background: rgb(0,0,110);
}

#page { page-break-after: always; }

/*Layout: Just one more way to make sure I have a clear pallette*/
#container {
	margin: 5px;
	padding: 5px;
	text-align: left;
}

/*Layout with a background*/
#contentarea {
	margin: 4px;
	padding: 4px;
}
/*Layout, AND Color Scheme*/
#contenttext {
	margin: 2px;
	font:14px Verdana, Geneva, Arial, helvetica, sans-serif;
	line-height: 16px;
}
/*Layout*/
#contenttext p, #presentationcontent p, #formcontent p {
	margin-top:5px;
}


/*Color Scheme*/
#contenttext h1, #contenttext h2, #contenttext h3,  #presentationcontent h1, #presentationcontent h2, #presentationcontent h3,  #formcontent h1, #formcontent h2, #formcontent h3{
	color: rgb(204,0,0);
	padding:10px;
	text-align:center;
	margin-top:5px;
}
/*Color Scheme*/
#presentationcontent h4, #contenttext h4, #contenttext h5, #contenttext h6, #presentationcontent h5, #presentationcontent h6, #formcontent h5, #formcontent h6, #formcontent h4{
	color: rgb(204,0,0);
	padding:5px;
	text-align:left;
	margin-top:5px;
}

#contenttext a, #presentationcontent a, #formcontent a {
	color: rgb(0,0,164);
	text-decoration:none;
}
#contenttext a:hover , #presentationcontent a:hover, #formcontent a:hover {
	color: rgb(255,255,255);
	text-decoration:underline;
}
#contenttext a:active, #presentationcontent a:active, #formcontent a:active {
	font-weight:bold;
	text-decoration:underline overline;
}

/*Layout*/
h1 {
	font-size:24px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
/*Layout*/
h2 {
	font-size:22px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
/*Layout*/
h3 {
	font-size:20px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
/*Layout*/
h4 {
	font-size:18px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
/*Layout*/
h5 {
	font-size:16px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
/*Layout*/
h6 {
	font-size:14px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

 
 #debug 
 {
	display:none;
 }
