* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11.5pt;
	color: #5C5B5B;
	line-height: 1.75em;
	background: #E0DCDC url(../images/img01.gif) repeat-x top left;
}

body, input {
	font-family: Georgia, serif;
}

a {
	text-decoration: underline;
	color: #0F8C8C;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style: none;
}

input, textarea, select, button {
	padding: 5px;
	border: 1px solid #BFBBB8;
	border-radius: 5px; /* CSS3 */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
}

input[type=submit]:hover, button:hover {
	background-color: #BFBBB8;
}

strong {
	color: #2C2B2B;
}

br.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	font-size: 2em;
}

h2,h3,h4 {
	color: #2C2B2B;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.5em;
}

img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

img.pic {
	padding: 5px;
	border: solid 1px #D4D4D4;
}

p {
	margin-bottom: 1.5em;
}

.date {
	background: #6E6E6E;
	padding: 5px 6px 5px 6px;
	margin: 0 6px 0 0;
	color: #FFFFFF;
	font-size: 0.8em;
	border-radius: 2px;
}

#footer {
	text-align: center;
	color: #BEBEBE;
}

#footer a {
	color: #FFFFFF;
}

#header {
	height: 40px;
	position: relative;
	background: #6E6E6E url(../images/img03.jpg) top left no-repeat;
	padding: 45px;
	color: #FFFFFF;
	width: 888px;
	border: solid 1px #7E7E7E;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

#logo {
	line-height: 120px;
	height: 120px;
	padding: 5px 0 0 0;
	position: absolute;
	top: 0;
	left: 45px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 0 1px 1px #3E3E3E;
}

#logo h1 {
	font-size: 3.25em;
}

#slogan {
	line-height: 120px;
	height: 120px;
	padding: 5px 0 0 0;
	position: absolute;
	right: 45px;
	top: 0;
}

#slogan h2 {
	color: #BEBEBE;
	font-size: 1.25em;
	text-shadow: 0 1px 1px #3E3E3E;
}

#menu {
	padding: 0 45px 0 25px;
	position: relative;
	background: #209D9D url(../images/img02.gif) repeat-x top left;
	margin: 0 0 0 0;
	height: 60px;
	line-height: 60px;
	width: 910px;
	border-top: solid 1px #5AD7D7;
	text-shadow: 0 1px 1px #007D7D;
}

#menu a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.25em;
	letter-spacing: -1px;
}

#menu p {
	color: #ffffff;
}

#menu ul li {
	font-weight: bold;
	padding: 0 20px 0 20px;
	display: inline;
	cursor: pointer;
}

#menu ul:first-child {
	padding-left: 0;
}

#page {
	padding: 30px 45px 20px 45px;
	position: relative;
	width: 890px;
	margin: 0;
}

#page .form {
	width: 50%;
	margin: 0 auto;
}

#page #login fieldset {
	background: #ffffff url("../images/login.png") no-repeat 90% 50%;
}

#page #signin fieldset {
	background: #ffffff url("../images/signin.png") no-repeat 90% 50%;
}

#page form fieldset {
    border-radius: 4px;
    padding: 1em 2em;
}

#page form legend {
    font-size: 1.25em;
}

#page form input[type=text], #page form input[type=password] {
	width: 200px;
	margin-bottom: 10px;
}

#page form input[type=radio], span.moved {
	margin: 0 8px 0 16px;
}

#page-bottom {
	position: relative;
	margin: 0;
	background: #6E6E6E url(../images/img03.jpg) top left no-repeat;
	border: solid 1px #7E7E7E;
	width: 888px;
	padding: 10px 45px 10px 45px;
	color: #DCDCDC;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 25px auto 0 auto;
	background: #FFFFFF;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.ta-l {
	text-align: left;
}

.ta-c {
	text-align: center;
}

.ta-r {
	text-align: right;
}

.m-t {
	margin-top: 10px;
}

.m-r {
	margin-right: 10px;
}

.m-b {
	margin-bottom: 10px;
}

.m-l {
	margin-left: 10px;
}

.c-green {
	color: #4cae4c;
}

.c-red {
	color: #d43f3a;
}


/* MEDIA PRINT */

@media print {
	body * {
		visibility: hidden;
	}
	table.results * {
		visibility: visible;
	}
	table.results button {
		visibility: hidden;
	}
	table.results {
		position: absolute;
		left: 0;
		top: 0;
	}
	table.results tr th:first-child{
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
	}
	table.results tr th:last-child {
		border-right: 1px solid #000000;
	}
	table.results tr td {
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
	}
	table.results tr td:first-child{
		border-left: 1px solid #000000;
	}
	table.results tr:first-child th {
		border-bottom: 1px solid #000000;
	}
	table.results tr:last-child th, table.results tr:last-child td {
		visibility: hidden;
	}
}
