/* 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: #013567;
	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,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: .3em;
	color: #333333;
}
th {
	text-align: right;
	color: #000000;
}
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;
}
textarea {
	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 {
	font-weight: bold;
	color: #000000;
}
.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%;
}
.thirtyfive {
	width: 35%;
}
.forty {
	width: 40%;
}
.fifty {
	width: 50%;
}
.sixty {
	width: 60%;
}
.seventy {
	width: 70%;
}
.eighty {
	width: 80%;
}
.ninety {
	width: 90%;
}
.ninetyfive {
	width: 95%;
}
.onehundred {
	width: 100%;
}
.twofifty {
	width: 250px;
}
.twentysixem {
	width: 26em;
}

/* vertical alignment */

.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}

/* miscellaneous */

.active {
	color: #990033;
	font-weight: bold;
}
.black {
	color: #000000;
}
.border {
	border: 1px solid #CCCCCC;
}
.borderbottom {
	border-bottom: 1px solid #CCCCCC;
}
.confirm {
	background-color: #DCDCDC;
	color: #000000;
}
.dottedrule {
	border-top: 1px dotted #333333;
}
.floatright {
	float: right;
}
.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;
}
.tip {
	font-size: 90%;
	color: #777777;
}
.topnav {
	padding-bottom: 1em;
	border-bottom: 1px dotted #333333;
}
.white {
	background-color: #FFFFFF;
}
