.unicorn{
	background-image:url(/members/images/Unicorn-Login.png);	
	background-position:center;
	background-repeat:no-repeat;
}

#menu{
	background:#0452B0;
	margin-bottom:10px;
}

#menu ul{
	margin:0 5px 0 5px;
	padding:0px;
	font-size:0px;
}
#menu ul li{
	display:inline-block;
	margin-bottom:5px;
	padding:0px;
}
#menu ul li a:hover img{
	width:30px;
	height:30px;
	padding:1px;
}
#menu ul li img{
	width:24px;
	height:24px;
	padding:4px;
}

#header{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-radius-topleft:5px;
	border-radius-topright:5px;
	
	background:#0452B0;
	
	font-size:36px;
	font-family:"Times New Roman", Times, serif;
	color:white;
	
	/*margin-bottom:10px;*/
	padding-left:10px;
}
#header a{
	text-decoration:underline;
	color:white;
}
#header a:hover{
	text-decoration:none;
	color:white;
}
#header a:visited{
	color:white;
}

#pagetitle{
	font-size:36px;
}
#pagesubtitle{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
	padding-bottom:10px;
}