/*@media print {
	body {
	display:none
	}
}*/

body {
	font: normal 12px Arial, Helvetica, sans-serif !important;
	background-color: #074586 !important;
}
 
h1 {
	font-size:12px;
	font-weight:bold;
}

h2 {
	font-size:16px;
	font-weight:bold;
}

div {
	position:relative;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.highlight {
	color: #FF0000;
}

a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.orange:link, a.orange:visited, a.orange:active {
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;
}

a.orange:hover {
	text-decoration: underline;
	color:#FF9900;
}

input:focus, textarea:focus {
	background-color:#eeeeee;
}
input, textarea, select {
	border:1px solid black
}

a:visited {
	color:#444444;
}

a:hover {
	color: #E3003D;
	text-decoration:underline;
}

#header a:hover {
	color: #E3003D;
	text-decoration:none;
	background-color: #074586;
}

#main{
	width:600px;
	margin:auto;
}

#header{
	width:600px;
	height:99px;
	background: url(../media/images/Medendium-survey_01.gif) no-repeat;
}

#login{
	position:absolute;
	right: 20px;
	top: 8px;
	text-align:right;
	font-size:10px;
}

#login input{
	margin: 1px auto;
	font-size:10px;
}

#menu{
	position:absolute;
	right: 20px;
	bottom: 1px;
	text-align: right;
}

#middle{
	width:560px;
	padding: 20px;
	margin: 10px auto;
	background-color:#FFFFFF;
}
#middle .white, #middle th {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #074586;
}

#middle .tint { 
	background-color: #F5FFFF;
}

#download {
	position: relative;
	width: 560px;
}

#download a:link, #download a:active, #download a:visited {
	color:#000000;
	font-weight: normal;
	text-decoration: none;
}

#download a:hover {
	color:#E3003D;
	font-weight: normal;
	text-decoration: underline;
}

#download ol ol ul {
	margin-left:-20px;
	
}

#download ol ol ul:hover {
	color:#E3003D;
	font-weight: normal;
	text-decoration: underline;
}

#bottom{
	width:600px;
	height:64px;
	padding:14px 0;
	background:url(../media/images/Medendium-survey_03.gif) no-repeat;
	font-size:9px;
}
#bottom img {
	display:block;
	float:left;
	margin:auto 14px 1px 170px;
	padding-bottom:100px;
}
.small {
	font-size: 80%;
}