a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1{
	font-size:1.6em;
	color: #356bb1;
	}
h2{
	font-size:1.4em;
	color: #356bb1;
	}
h3{
	text-align:center;
	font-size:1.8em;
	color: #356bb1;
	text-transform:uppercase;
	}
h4{
	color: #356bb1;
	text-align:center;
	}
h5{
	text-align:center;
	font-size:1.5em;
	text-transform:uppercase;
	}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color: #A3BCDC;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 750px;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	margin: auto;
	position: relative;
}
#content {
	width: 574px;
	border: 4px solid #0066CC;
	margin-top: 15px;
	margin-left: 15px;
	background-color: #FFFFFF;
}
#content a{
	text-decoration:underline;
	}
#content a:hover{
	text-decoration:none;
	}
#content ul {
	list-style-image:url(../images/tick.gif);
	padding-left: 100px;
	margin-left: 15px;
	font-weight:bold;
}

#footer {
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 22px;
	font-size: 13px;
	background-image: url(../images/footer2.jpg);
	padding-top: 3px;
	padding-left: 9px;
	clear: both;
}
#header1 {
	background-image: url(../images/header1.jpg);
	height: 93px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 12px;
}
#header2 {
	background-image: url(../images/header2.jpg);
	height: 30px;
	padding-left: 300px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 13px;
}
#main {
	padding: 9px;
	font-size:90%;
	background-image: url(../images/footer1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#main img {
    border: 4px solid #0066CC;
}
#adminmain {
	padding: 9px;
	font-size:90%;
	background-image: url(../images/footer1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#navigation {
	float: right;
	width: 150px;
	padding-top: 140px;
	font-size: 13px;
}
#navigation ul {
	list-style-image: url(../images/bullet.gif);
	padding-left: 15px;
	margin-left: 15px;
}
#navigation li {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.centered{
	text-align:center;
	}