/* 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;
	background: rgb(255, 255, 255);
	font: 76% Arial, Helvetica, sans-serif;
	text-align: center;
}

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

/*Layout: Just one more way to make sure I have a clear pallette*/
#container {
	margin: 0px;
	width: 100%;
	padding: 0px;
	text-align: left;
	z-index:1;
}

/*Color Scheme: Changing the color of the headers if they are in a colored background area such as the header section usually is.*/
#Header h1, #Header h2, #Header h3, #Header h4, #Header h5, #Header h6, #titlebar h1, #titlebar h2, #titlebar h3, #titlebar h4, #titlebar h5, #titlebar h6, #orgname h1, #orgname h2, #orgname h3, #orgname h4, #orgname h5, #orgname h6, #sitetitle h1, #sitetitle h2, #sitetitle h3, #sitetitle h4, #sitetitle h5, #sitetitle h6, #subtitle h1, #subtitle h2, #subtitle h3, #subtitle h4, #subtitle h5, #subtitle h6 {
	color: rgb(0,0,0);
}
/*Layout*/
#titlebar {
	text-align:center;
}

/*Color Scheme*/
#titlebar h1, #titlebar h2, #titlebar h3, #titlebar h4, #titlebar h5, #titlebar h6 {
	    font-family: Palatino, Verdana, Geneva, Arial, helvetica, sans-serif;
		font-style: italic;
}

/*Layout*/
#logo {
	   display:none;
}
/*Layout*/
#greeting, #logout {
	display:none;
}

/*Layout with a background*/
#contenttop {
	display:none;
}
/*Layout, and Color Scheme*/
.topcurve {
	float:left;
	clear:left;
	margin:0;
	padding:0;
	border:0;	
}
/*layout*/
.hidden {
	display:none;
}
/*layout*/
.right {
	text-align:right;
	color: transparent;
	font: 12px;
	vertical-align:text-top;
}
/*Color Scheme*/
#pagetitle{
	font-style:italic;
}

/*Layout, and Color Scheme*/
#contenttext {
	padding:0;
	font:12px Verdana, Geneva, Arial, helvetica, sans-serif;
	line-height: 20px;
}
/*Layout*/
#contenttext p {
	margin-top:15px;
}
/*Layout*/
#contenttext li {
	margin-left:20px;
	padding:10px;
}

/*Color Scheme*/
#contenttext h1, #contenttext h2, #contenttext h3{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style:normal;
	text-decoration:none;
	color: rgb(0,0,51);
	padding:5px;
	text-align:center;
	margin-top:5px;
}
#contenttext a {
	color: rgb(0,0,51);
	text-decoration:underline;
}
#contenttext a:hover {
	color: rgb(51,0,0);
	text-decoration:none;
}
#contenttext a:active {
	font-weight:bold;
	text-decoration:underline overline;
}
#contenttext a:visited {
	text-decoration:line-through;
}
 #contenttext h4, #contenttext h5, #contenttext h6{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style:normal;
	text-decoration:none;
	color: rgb(51,0,0);
	padding:5px;
	text-align:left;
	margin-top:5px;
}
/*Layout and background*/
#menuimage {
	display:none;
}
/*Layout*/
#menuimage img {
	display:none;
}

/*Layout and background*/
#menu {
	display:none;
}

/*Layout and background*/
#submenu {
	display:none;
}

/*Layout*/
#footer {
	padding: 5px;
	text-align:right;
	right:0px;
	margin-left:200px;
	margin-top: 20px;
	margin-bottom:0px;
	margin-right:3px;
	border-top-style: ridge;
	border-top-width: 2px;
	border-top-color: rgb(0,0,51);
	border-right-width:0px;
	border-left-width:2px;
	border-bottom-width:0px;
}
/*Layout*/
#footernav {
	display:none; 
}
/*Layout*/
#instructions {
	display:none; 
}

/*Color Scheme*/
#credit {
	font: bold 10px Verdana, Geneva, Arial, helvetica, sans-serif;
	text-decoration:none;
	color: rgb(51,0,0);
	}
#credit a{
	text-decoration:underline;
	color: rgb(0,0,51)
	}
/*Layout and Color Scheme*/
#legal { 
	padding:10px;
	font: 12px "Times New Roman", Times, serif;
}

/* Color Scheme */
#datearea {
	position: absolute;
	left:0;
	top:0;
	font: 10px Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style:italic;
	text-decoration:none;
	color: rgb(0,0,0);
}

/*Layout*/
h1 {
	font-size:20px;
}
/*Layout*/
h2 {
	font-size:18px;
}
/*Layout*/
h3 {
	font-size:16px;
}
/*Layout*/
h4 {
	font-size:14px;
}
/*Layout*/
h5 {
	font-size:13px;
}
/*Layout*/
h6 {
	font-size:12px;
}
#debug {
	display:none;
	}