/* css document */

body {
	margin: 0;
	padding: 0;
	background-color: #676767;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
}
#header {
	margin-left: 5%;
	margin-right: 5%;
	padding: 0;
	background-color: #0198FF;
	color: #000000;
	background-image: url(../images/header_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#contenttop {
	margin-top: 1em;
	margin-left: 5%;
	margin-right: 5%;
	padding: 0;
	background-color: #FFFFFF;
	color: #333333;
	background-image: url(../images/content_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF; /* pulls divs together */
}
#contentbottom {
	margin-left: 5%;
	margin-right: 5%;
	padding: 0;
	background-color: #FFFFFF;
	color: #333333;
	background-image: url(../images/content_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-top: 1px solid #FFFFFF; /* pulls divs together */
}
#content {
	margin-left: 5%;
	margin-right: 5%;
	padding: 0 40px 12em 40px;
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #FFFFFF;
}
#footer {
	margin-left: 5%;
	margin-right: 5%;
	padding: 0 20px 1em 20px;
	background-color: #676767;
	color: #CCCCCC;
}
#start h3 {
	padding: .5em;
	background-color:#ECECEC;
	border-bottom:1px solid #CCCCCC;
}
#start p {
	padding: 0 .5em 0 .5em;
}
#start li {
	padding: 0 .5em 0 0;
}
a:hover {
	background-color: #EBEBEB;
}
#updateswrapper {
	float: right;
	width: 40%;
	background-color: #FFFFFF;
}
/* need wrapper to add white space on left of updates */
#updates {
	background-color: #D4BABB;
	background-image: url(../images/updates_bkgnd.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #000000;
	border: 1px solid #555555;
	padding: .5em;
	margin-left: 1em;
	margin-bottom: 1em;
}
h1,h2,h3,h4 {
	line-height: normal;
	/*color: #536895;*/
	color: #AC2C6C;
	background-color: #FFFFFF;
}
table {
	border-collapse: collapse;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: .3em;
	/*border: 1px solid #CCCCCC;*/
	color: #000000;
}
th {
	text-align: right;
}
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 */

.textbold {
	font-weight: bold;
}
.textitalic {
	font-style: italic;
}
.textbolditalic {
	font-weight: bold;
	font-style: italic;
}

/* widths */

.five { width: 5%; }
.ten { width: 10%; }
.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: #990000;
	font-weight: bold;
}
.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 {
	margin-left: .5em;
	margin-right: .5em;
}
.floatright {
	float: right;
}
.greyheadrow {
	background-color: #E3E3E3;
}
.greyrow {
	background-color: #F3F3F3;
}
.indent {
	margin-left: 30px;
	margin-right: 30px;
}
.lightgrey {
	background-color: #EBEBEB;
}
.linespace {
	margin-top: 1em;
}
.noborder {
	border: 0;
}
.nobullet {
	list-style: none;
}
.quadspace {
	margin-top: 4em;
}
.quicklinks {
	margin: 1em 0 1em 1em;
	padding: 1em;
	width: 40%;
	float: right;
	border: 1px solid #999999;
	background-color: #FFF5D7;
	background-image: url(../images/asterisk.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.smaller {
	font-size: 90%;
	line-height: 1.4em;
}
.subhead {
	font-weight: bold;
	color: #660000;
}
.submitbutton {
	padding-top: 2em;
	text-align: right;
}
.tip {
	font-size: 90%;
	color: #777777;
}
.warning {
	border: 2px solid #000000;
	padding: 1.5em;
	background-color: #F4F4F4;
	color: #CC0066;
}#notice  {
	border: 1px solid #000000;
	padding: 1em 1em 1em 1em;
	background-color: #FFF5D7;
	margin: 1em 1em 2em 1em
	clear: both;
}
