

/* @import url(baseline.css); */
/* === Baseline === */
/*
* { margin: 0; padding: 0; }
td, th { padding: 2px; }
table { border-collapse:collapse; border-spacing:0; }
img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var
{ font-style:normal; font-weight:normal; }
ol,ul { margin:1em 0; margin-left:40px; padding-left:0; } 
ul { list-style-type:disc; }
ol { list-style-type:decimal; }
caption,th { text-align:left; }
*/
/* h1,h2,h3,h4,h5,h6 { font-size:100%; } */

* {
	margin:			0;
	padding:		0;
}

body {
	font-family: 	comic sans ms, arial, helvetica, sans-serif;
	font-size: 		10pt;
	background:		#eeeeff;
	background:		#fafafa;
	color:			#000000;
	
	}  

h1 {
	text-align:		center;
	}

th {
	font-weight:	bold;
	}
td {
	padding:		2px;
		}
	/* general */
a {
	color:			#77f;
	font-weight: 	bold;
}

a:hover {
	color:			#333;
}
ul { margin-left: 15px; }
li { padding: 2px; }
/* ==================================================
** 					CUSTOM CLASSES
** ================================================== 
*/

.clsDivBox {
	margin: 		0px auto;
	background:		#ddddee;
	border:			solid 1px #000000;
	width:			90%;
	padding:		5px;
	}
td.clsLeftCol {
	text-align:		right;
	font-weight:	bold;
	padding-right:	5px;
	}

.clsSpnLeftCol {
	width:			100px;
	padding:		2px;
	vertical-align:	middle;
	text-align: 	right;
	display: 		inline-block;
	}

.clsErrMsg {
	color:	#ff0000;
	font: 	normal 10pt courier new, serif;
	}
.clsDivDebug {
	background: 	#ddddee;
	color: 			#999999;
	font: 			normal 9pt courier new;
	border:			solid 1px #444444;
	width: 			50%;
	margin: 		2px auto;
	padding: 		3px;
}

.cls100 { width: 100px; }

.clsFilloutForm {
	background:		#ccc;
	padding:		3px;
	border:			solid 2px #999999;
	}


	
/* ==================================================
** 			Header/Nav/Content/Footer
** ================================================== 
*/
#welcome {
	background:		#ddddff; 
	text-align:		right;
}
/* header */
#header {
	height:			80px;
	margin:			0 auto;
	width:			850px;
	}
#header h1 {
	color:			#ee3333;
	font-size:		300%;
	letter-spacing:	-3px;
	text-align:		right;
	padding:		5px;
	margin-bottom:	-18px;
}
#header h2 {
	color:			#aa66bb;
	font-size:		150%;
	font-weight:	bold;
	letter-spacing:	0px;
	text-align:		right;
}

/* navigation */
#navigation {
	background:#fafafa;
	
	width:	850px;
	/* border-right:1px solid #999; */
	
	/* width:750px;*/
	height:31px;
	list-style:none;
	
/* border-top:	1px solid #999; */
margin:0px auto;
text-align:center;
	}
#navigation a { text-decoration: none; }
#navigation ul {
	margin:	0px auto;
	text-align:center;
	background: inherit;
}
#navigation li {
	border-top:		1px solid #999;
	border-left:	1px solid #999;
	border-right:	1px solid #999;
	margin-left: 5px;
	margin-right: 5px;
	float:left;
	width:120px;
	list-style:none;
	padding: 0px;
}
#navigation a {
	color:#555;
	display:block;
	line-height:30px;
	text-align:center;
}

#navigation .clsTab a:hover {
	background:	#e3e3e3;
	background:#eeeeff;
	color:		#955;
	font-weight:bold;
	font-weight:bold;
	
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}
/* tab that the user is currently on */
#navigation .clsSelectedTab {
	background:	#99f;
	border-bottom:none;
}
#navigation .clsSelectedTab a {
	color: #eef;
	
}
/* all non-selected tabs. */
#navigation .clsTab {
	background:	inherit;
	border-bottom: solid 1px #aaa;
}

/* content */
#content {
	height:		auto;
	margin:		0px auto;
	padding:	20px 20px;
	width: 		850px;
	border-top:	solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	background: #fffff6;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:	0px;
}
#content p {
	padding: 20px 20px 0;
}

/* footer */
#footer {
	/* border-top:1px solid #999; */
	height:		20px;
	margin:		0 auto;
	padding:	10px;
	border: 	solid 1px #999;
	border-top:	none;
	text-align:	center;
	width:		870px;
}

@media print {
	.clsNoPrint, .clsDivDebug, #navigation { display: none; }
	.clsFilloutForm { border: none; }
}
