@charset "utf-8";
/* CSS Document */

#logo {
	border: 1px solid #008000;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 100px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	padding: 0px;
}

#main {
	border: 1px solid #008000;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-bottom: 20px;
}
#main p {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-family: Georgia, "Times New Roman", Times, serifa;
    font-size: 12px;
    line-height: 17px;
}
#main li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 15px;
	padding-left: 5px;
	list-style-image: url(../images/bullet.gif);
}
#main #bannertitle {
    text-align: center;
    font-style: italic;
    font-weight: bold;
    color: #000000;
    margin-top: 325px;
    padding: 0px;
    font-size: 3em;
	color: #008000;
}
#main #regno {
	clear: both;
	float: right;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 110px;
	padding-right: 55px;
	font-size: 12px;
	font-weight: bold;
    list-style-image: url(../images/pmanz.gif);
}
#main #contact {
	clear: both;
	float: none;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#main #contact h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #008000;
    background-position: right;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
}
#main #level2 ul {
	list-style-image: url(../images/bullet2.gif);
}
#main #level2 li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/bullet2.gif);
}

#main h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    font-weight: bold;
    background-position: right;
    margin-left: 20px;
    margin-right: 20px;
}
div {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
}
h2 {
    font-size: 1em;
    margin-left: 20px;
    margin-right: 20px;
}
h3 {
    font-size: 0.85em;
    margin-right: 20px;
    margin-left: 20px;
}
#logo {
	width: auto;
}
#facebook {
	text-align:center;
}
img.facebook {
    height: 60px;
    width: auto;
}
	
	
