/* Style standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	padding: 0;
	margin: 10px 5%;
	min-width: 760px;
	background-color: #fff;
}

.clear { clear: both; font-size: 0; overflow: hidden; height: 0; line-height: 0; visibility: hidden; }
.cent { text-align: center; }
p { margin: .75em 0; }
a { color: #1078C5; font-weight: bold; }
a:hover { color: #9C0204; text-decoration: none; }
img { border: none; padding: 0; margin: 0; }
ul {
	margin: 5px 0 5px 25px;
	text-align: left;
	list-style: square;
	list-style-image: url(images/mrk.gif);
}

h1 {
	color: #94B80C;
	padding: 8px 0;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 125%;
}

h2 {
	padding: 0 0 0 0;
	margin: .5em 0;
	font-size: 125%;
	color: #0A52E5;
}

/* layout */
#logo {
	height: 75px;
	background-image: url(images/tolra.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#content {
}

#footer {
	border-top: 7px solid;
	border-color: #C90000;
	font-size: 95%;
	padding: 6px 10px;
	color: #fff;
	background-color: #000;
	margin-top: 10px;
}

#footer a { color: #fff; }

#footer #ftrrt {
	float: right;
}

/* 2 col split */
.splitcol {
	background-image: url(images/vdiv.gif);
	background-position: 50% top;
	background-repeat: repeat-y;
	width: 99%;
}

.splitcol .leftcol {
	float: left;
	width: 49%;
}

.splitcol .rightcol {
	float: right;
	width: 49%;
}

.hdiv {
	border-top: 1px solid;
	border-color: #ccc;
}

/* padding */
.pad {
	padding: 6px 7px;
}

/* Div for holding eye candy */
.picture {
	height: 150px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

/* Info */
.infobox {
	border: 1px solid;
	border-color: #EEF0F2;
	background-color: #F5F7F9;
	background-image: url(images/about.gif);
	background-position: 4px 4px;
	background-repeat: no-repeat;
	padding: 2px 4px 2px 34px;
	margin: 120px 0 90px 0;
	padding: 4px 4px 4px 34px;
}

.suspended {
	font-size: 160%;
	font-weight: bold;
	font-style: italic;
	color: #CC0000;
}

.msgsep {
	padding-top: 20px;
	border-top: 1px solid;
	border-color: #ccc;
	margin-top: 30px;
}

