/* 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: #00334F;
	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 20px 8em 20px;
	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;
}
a:hover {
	background-color: #EBEBEB;
}
h1,h2,h3,h4 {
	line-height: normal;
	color: #000000;
}
table {
	border-collapse: collapse;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: .3em;
	/*border: 1px solid #CCCCCC;*/
	/*background-color: #F3F3F3;*/
	color: #333333;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: .3em;
	/*border: 1px solid #CCCCCC;*/
	/*background-color: #F3F3F3;*/
	color: #000000;
	text-align: right;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: #000000;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: #000000;
}

/* horizontal alignment */

.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* text format */

.textbold {
	color: #000000;
	font-weight: bold;
}
.textitalic {
	font-style: italic;
}
.textbolditalic {
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

/* 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%; }
.ninetynine { width: 99%; }
.onehundred { width: 100%; }
.twofifty { width: 250px; }
.oneem { width: 1em; }
.twoem { width: 2em; }
.fourem { width: 4em; }
.sixem { width: 6em; }
.eightem { width: 8em; }
.tenem { width: 10em; }
.twelveem { width: 12em; }
.fourteenem { width: 14em; }
.twentyfourem { width: 24em; }
.twentysixem { width: 26em; }
.thirtyem { width: 30em; }
.thirtytwoem { width: 32em; }
.thirtyfourem { width: 34em; }
.thirtysixem { width: 36em; }
.thirtyeightem { width: 38em; }
.threehundredpx { width: 300px; }

/* vertical alignment */

.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}

/* miscellaneous */

.active {
	color: #990033;
	font-weight: bold;
}
.altrow {
	background-color: #f3f3f3;
}
.border {
	border: 1px solid #CCCCCC;
}
.confirm {
	background-color: #DCDCDC;
	color: #000000;
}
.dottedrule {
	border-top: 1px dotted #333333;
}
.emspace {
	margin-left: .5em;
	margin-right: .5em;
}
.eventhead {
	background-color: #f3f3f3;
}
.greyheadrow {
	background-color: #e3e3e3;
}
.greytext {
	color: #757575;
}
.hilite {
	padding: .8em;
	background-color: #EBEBEB;
}
.hint {
	font-size: 90%;
	color: #757575;
}
.indent {
	margin-left: 2em;
}
.linespace {
	margin-top: 1em;
}
.noborder {
	border: 0;
}
.printer {
	text-align: right;
}
.rowgrey {
	background-color: #F3F3F3;
}
.rule {
	border-top: 1px dotted #333333;
}
.smaller {
	font-size: 90%;
}
.submitbutton {
	text-align: right;
	padding: 1em 2px 1em 0;
}
.topnav {
	padding-bottom: 1em;
	border-bottom: 1px dotted #333333;
}
.twentysixem {
	width: 26em;
}
.white {
	background-color: #FFFFFF;
}
