﻿body {
	margin: 0;
	padding: 0;
	background-color: #370d35;
	background-image: url("images/bg.gif");
	background-position: center 0;
	background-repeat: repeat-y;
	font: 13px arial, sans-serif;
	color: #222;
}

a:link, a:visited, a:active{
	color: #003366;
	text-decoration: underline;
}

a:hover{
	color: #154F8A;
	text-decoration:none;
}
	

.menuText {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.menulink:link, .menulink:visited, .menulink:active{
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	text-decoration:none;
}

.menulink:hover {
	text-decoration: underline;
}

/*CONTENT*/
div#content{
	width: 734px;
	margin: 0;
	padding: 0 20px 0 30px;
}

h2{
	margin: 15px 0 0 0;	
	color: #0E3A67;
	font: 18px arial, sans-serif;
}

h2.underline{
	border-bottom: 1px solid #0E3A67;
}

h3{
	margin: 15px 0 0 0;
	font: bold 15px arial, sans-serif;
}

p{
	margin: 15px 0 0 0;
	line-height: 18px;
}

ul {
	margin: 15px 0 0 25px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style-type: square;
	line-height: 18px;
}

ul.inline {
	margin-top: 0px;
}

ul.inline li {
	list-style-type : disc;
}

fieldset {
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

img{
	border: 0;
}

div.highlight{
	float: right;
	width: 250px;
	margin: 5px 0 15px 25px;
	border: 1px solid #0E3A67;
	padding: 4px 8px 4px 4px;
	background: #D1D2DD;
}

div.highlight h2{
	margin: 0;
	border-bottom: 1px solid #62668C;
}

table.highlight{
	width: 100%;
	border: 1px solid #0E3A67;
	background: #D1D2DD;
}

table.results td, table.results th {
	border-bottom: 1px solid #0E3A67;
	padding: 6px 0 6px 5px;
}

div.winner {
	float: left;
	width: 310px;
	margin: 13px 25px 13px 0;
	border: 1px solid #0E3A67;
	padding: 0 0 4px 0;
	text-align: center;
}

div.winner img {
	border-bottom: 1px solid #0E3A67;
}

table#survey {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #222;
}

/*Online Forms*/
table#survey td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 4px 4px 4px 4px;
}

td.question {
	background: #eee;
	text-align: right;
}

.error{
	color: red;
	font-weight: bold;
}

.confirmation{
	color: blue;
}

.center{
	text-align: center;
}

.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #044D5C;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7894BE;
	font-weight: bolder;
	vertical-align: middle;
}

.index_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

.index_link a:link {
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	text-decoration: none;
}

.index_link a:hover {
	color: teal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	text-decoration: none;
}

.index_link a:active {
	color: teal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	text-decoration: none;
}

.admin_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	vertical-align: top;
}
.admin_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

.inlineDiv {
	display:inline;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}

div.scrollable {
	overflow:auto;
}

.emphasis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #CC0033;
}