/* CSS Document */

body { 
	background-color: #fff; 
	color: #fff; 
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small; 
	line-height: 180%
	}

a {	
	color: #CC0000;
	text-decoration: underline;
}

a:hover{
	color:#FF6600;
	text-decoration: none;
}


#logo {
	width: 100%;
	height: 38px;
  	background-color: #000;
	background-image: url(images/small_logo.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", serif;
	vertical-align: bottom;
	font-size: xx-large;
	letter-spacing: 5px;
	line-spacing: 100%;
	}

#logotext {
                padding-left: 40px;
	padding-top: 2px;
}


#header {
	width: 100%;
	height: 87px;
	background-color:#2E2077;
	color: #fff;
	border-top: 2px solid #ECECEC;
	border-bottom: 4px solid #666;
	font-size: large;
	font-family: arial, sans-serif;
	letter-spacing: 5px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	}

#headertext {
                padding-left: 11px;
	padding-top: 9px;
}

#submenu {
	width:20%;
	padding-top:40px;
	background-color:#DFDFDF;
	float:left;
	}

.menuitem { 
	padding-right: 10px;
	color: #000066;
	}

.menuitem a {
	font-size:small;
	font-weight:bold;
	color: #252279;
	text-align:left;
	margin-top: 5px;
	padding-left:10px;
	text-decoration: none;
	display:block;
	width:100%;
	background-image:url(images/bullet2.gif);
	background-position:right;
	background-repeat:no-repeat;
	}

.menuitem a:hover {
	background-image:url(images/submenua_hover.jpg);
	background-position:left;
	color:#252279;
	}

.selected {
	font-size:small;
	font-weight:bold;
	color: #666;
	text-align:left;
	margin-top: 5px;
	padding-left: 10px;
	}

.fade { 
	width: 100%;
	height: 143px;
	background-color:#fff;
	background-image: url(images/fade.jpg);
	background-repeat: repeat;
	padding-left:10px;
	clear: left;
	}

#content {
	width: 75%;
	color:#000;
	float:left;
	}

.text	{
	padding-top: 40px;
	padding-left:20px;
	width:75%;
	background-color:#fff;
	}

.form 	{
	width:544px; 
	line-height: 160%;
	background-color:#F5F4F4;
	}

.questions {
	width: 45%;
	float:left;
	padding-left:10px;
	}

.answers {
	width: 45%;
	float:left;
	padding-left:10px;
	padding-right:10px;
	}

#deadspace {
	height:50px;
	clear:left;
	}

#footer {
	width: 100%;
	background-color: #000066;
	color: #fff;
	}

#footertext {padding-left:20px;}

#footer a {
	color:#FF6600;
	text-decoration: underline;
	}

#footer a:hover {
	color:#FF6600;
	text-decoration: none;
	} 


