@charset "utf-8";
#container {
	background-color: #FFFFFF;
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	height: 100%;
	
}
#navigationmenu {
	width: 200px;
	text-align: left; 
}
#centralcontainer {
	width: 700px;
	text-align: left;
	float: right;
	
}
body {
	text-align: center;
	padding: 0px;
	background-color: #000000;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	height: 100%;
	background-attachment: fixed;
	background-image: url(../registration/img/man1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#poll {
	background-color: #E3DEE4;
	margin: 5px;
	padding: 5px;
	border: 1px solid #990000;
	width: 450px;
}
#header {
	background-image: url(img/topbar.jpg);
	background-repeat: repeat-x;
	height: 106px;
	width: 100%;
	margin-bottom: 10px;
}
#footer {
	background-color:#666666;
	width: 930px;
	margin-left: -15px;
	height: 53px;
	clear: all;	
}
#footertext {
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	padding-top: 10px;
	margin-left: 50px;
}
#smalldescription {
	font-size: 12px;
	background-color: #FFE6FD;
	margin-left: 60px;
	padding-left: 10px;
	border: 1px solid #FF99FF;
}

.menublack{
	width: 175px;
	background-color: #D4D4D4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	list-style:none;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width: 1px;
	padding: 5px;
}
.menublackheader{
	width: 175px;
	background-image:url(img/bg-bar-black.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	padding: 5px;
}
.menublue{
	width: 175px;
	background-color: #BDCAD7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	border-bottom-style: solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width: 1px;
	vertical-align: middle;
	padding: 5px;
}
.menublueheader{
	width: 175px;
	background-image:url(img/bg-bar-blue.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	padding: 5px;
	margin-top: 4px;
}
.menupink{
	width: 175px;
	background-color: #F2BDD7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	border-bottom-style: solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width: 1px;
	padding: 5px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}
#container #navigationmenu .menublack a {
	color: #000000;
	text-decoration: none;
}
#container #navigationmenu .menublue a {
	color: #000000;
	text-decoration: none;
}
#container #navigationmenu .menupink a {
	color: #000000;
	text-decoration: none;
}
.picbox {
	margin: 10px;
	padding: 10px;
	border: 1px solid #000066;
	background-color: #FFFFFF;
}
#container #centralcontainer a {
	font-weight: normal;
	color: #990000;
}
#container #centralcontainer a:hover {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000099;
}




.menupinkheader{
	
	width: 175px;
	background-image:url(img/bg-bar-pink.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	padding: 5px;
	margin-top: 4px;


}

#seperator {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000000;
	background-color:#CCCCCC;
	margin-top: 2px;
	padding-top: 2px;
}

