﻿
body {
	background: url('images/background.jpg') repeat-x;
	background-color: #1E439C;
	font: 12px Verdana, sans-serif;
}


ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 50px;
	clear: both;
}		
li{
	background-color: #003654;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
li :hover{
	font-weight: bold;
	text-decoration: underline;
}
	
#header{
	text-align: center;
	margin: 0 auto;

}

#content-center{
	text-align: center;
	width: 100%;
	min-height: 100%;
}

.button{
	background: url('images/button.jpg') repeat-x; 
	height: 20px;
	width: 100%;
	display: block;
}

a, p{
	color: #EFFFE9;
}

#content{
	float: left;
	width: 100%;
	height: 100%;
}
	#content #form{
		float: left;
		text-align: left;
		width: 100%;
	}

	#content .note {
		background-color: #FAF5A1;
		width: 100%;
		height: 20px;
		margin-bottom: 5px;
		padding-top: 3px;
		display: block;
	}
	
	#content .note :hover{
		text-decoration: underline;
	}
	
	#content .note span{
		color: #003D93;
		font-weight: bold;
		float: left;
	}
	
	#content .note img{
		float: left;
	}
	
		
	#content #paginator{
		width: 100%; 
		margin-top: 10px;
	}
	
#footer{	
	position: fixed;
        bottom: 0px;
}
		

h1{
	color: #ffffff;
	font-size: 16px;
}