/* css document */

body {
	margin: 1em 5em 5em 5em;
	padding: 0;
	background-color: #cccccc;
	color: #919191;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
}
h1,h2,h3,h4 { line-height: normal; }
table { border-collapse: collapse; }
th,td {
	padding: .3em;
	border: 1px solid #cccccc;
}
a:link {
	text-decoration: underline;
	color: #0033cc;
}
a:visited {
	text-decoration: underline;
	color: #663399;
}
a:hover {
	text-decoration: none;
	background-color: #ebebeb;
}
a:active {
	text-decoration: underline;
	color: #663399;
}
#skipnav {
	display: none;
}
#headertop {
	margin: 0;
	padding: 0;
	height: 9px;
	min-width: 800px;
	background-color: #ffffff;
	color: #cccccc;
	background-image: url(../images/top_bkgnd.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#headermain {
	margin: 0;
	padding: 0;
	height: 86px;
	min-width: 800px;
	background-color: #ffffff;
	color: #cccccc;
	background-image: url(../images/mainright_bkgnd.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
#headernav {
	margin: 0;
	padding: 0;
	height: 35px;
	min-width: 800px;
	background-color: #ffffff;
	color: #cccccc;
	background-image: url(../images/bottom_bkgnd.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#contenttop {
	margin: 1em 0 0 0;
	padding: 0;
	height: 9px;
	background-color: #ffffff;
	color: #cccccc;
	background-image: url(../images/top_bkgnd.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#contentmain {
	margin: 0;
	padding: 10px 40px 12em 20px;
	min-height: 42em;
	background-color: #ffffff;
	color: #333333;
	background-image: url(../images/mainright_bkgnd.gif);
	background-position: top right;
	background-repeat: repeat-y;
	border-left: 1px solid #777777;
}
#content {
	width: 70%;
	float: left;
	margin-top: 1em;
}
#pagehelp {
	display: block;
	width: 26%;
	float: right;
	margin-top: 1em;
	margin-left: 1%;
	padding-left: 1%;
	padding-right: 1%;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
}
#helpcontent {
	display: block;
}
#helpcontent ul {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style-type: disc;
	list-style-position: inside;
	
}
#contentbottom {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #cccccc;
	background-image: url(../images/bottom_bkgnd.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#footer {
	margin: 1em 0 0 0;
	padding: 0 20px 2em 20px;
	background-color: #cccccc;
	color: #777777;
}
select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
input[type=text] {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	background-color: #f2f2f2;
	color: #000000;
}
input.text {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	background-color: #f2f2f2;
	color: #000000;
}
input[type=password] {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	background-color: #f2f2f2;
	color: #000000;
}
input.password {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	background-color: #f2f2f2;
	color: #000000;
}

/* horizontal alignment */

.textleft { text-align: left; }
.textright { text-align: right; }
.textcenter { text-align: center; }

/* vertical alignment */

.top { vertical-align: top; }
.bottom { vertical-align: bottom; }

/* text format */

.subhead {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.textbold {
	font-weight: bold;
}
.textitalic { font-style: italic; }
.textbolditalic {
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

/* widths */

.one { width: 1%; }
.five { width: 5%; }
.ten { width: 10%; }
.twelve { width: 12%; }
.fifteen { width: 15%; }
.twenty { width: 20%; }
.twentyfive { width: 25%; }
.thirty { width: 30%; }
.thirtythree { width: 33%; }
.thirtyfive { width: 35%; }
.forty { width: 40%; }
.fortyfive { width: 45%; }
.fifty { width: 50%; }
.fiftyfive { width: 55%; }
.sixty { width: 60%; }
.sixtyfive { width: 65%; }
.seventy { width: 70%; }
.seventyfive { width: 75%; }
.eighty { width: 80%; }
.eightyfive { width: 85%; }
.ninety { width: 90%; }
.ninetyfive { width: 95%; }
.onehundred { width: 100%; }
.twofifty { width: 250px; }
.sixem { width: 6em; }
.eightem { width: 8em; }
.tenem { width: 10em; }
.twelveem { width: 12em; }
.eighteenem { width: 18em; }
.twentyfourem { width: 24em; }
.twentysixem { width: 26em; }

/* miscellaneous */
.alert {
	color: #aa0000;
	font-weight: bold;
}
.altrow { background-color: #f3f3f3; }
.altrow2 { background-color: #ececec; }
.assignment {
	padding: 1em;
	background-color: #f1f1f1;
	color: #000000;
	border: 1px solid #cccccc;
}
.border { border: 1px solid #cccccc; }
.bordertop { border-top: 1px solid #cccccc; }
.dottedrule { border-top: 1px dotted #333333; }
.doublespace { margin-top: 2em; }
.emspace {
	padding-left: .5em;
	padding-right: .5em;
}
.floatleft { float: left; }
.floatright { float: right; }
.greyheadrow { background-color: #e3e3e3; }
.greyrow { background-color: #f3f3f3; }
.hilite { background-color: #f7e6e6; }
.indent {
	margin-left: 20px;
	margin-right: 20px;
}
.linespace { margin-top: 1em; }
.noborder { border: 0; }
.nobullet { list-style: none; }
.quadspace { margin-top: 4em; }
.singlespace { margin-top: 1em; }
.smaller {
	font-size: 90%;
	line-height: 1.4em;
}
.submitbutton {
	border: 0;
	padding-top: 2em;
	text-align: right;
}
.tip {
	font-size: 90%;
	color: #777777;
}
.white {
	background-color: #ffffff;
}