@charset "utf-8";
body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	color: #FFFFFF;
}

#header {
	margin-top: 12px;
	margin-bottom: 12px;
}

#content {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}

#footer {
	margin-top: 12px;
	padding-top: 12px;
	clear: both;
	text-align: center;
}

#logo {
	height: 160px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../webimages/web_logo.jpg);
}

#nav {
	height: 28px;
	padding-top: 0px;
	text-align: center;
}


#banner {
	height: 10px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentcenter {
}

#rightlogocolumn {
	float: right;
	height: 50px;
	width: 250px;
	text-align: center;
	padding-top: 120px;
}
#contentleftcolumn {
	float: left;
	width: 365px;
	text-align: left;
}
#contentrightcolumn {
	float: right;
	width: 365px;
	text-align: left;
}


h1 {
	font-family: "Lucida Calligraphy";
	font-size: 24px;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
h2 {
	font-family: "Lucida Calligraphy";
	font-size: 14px;
	color: #FFFFFF;
}
p {
	font-family: "Lucida Calligraphy";
	font-size: 12px;
	line-height: normal;
}

h6 {
	font-family: "Lucida Calligraphy";
	font-size: 10px;
	color: #FFFFFF;
}
.more {
	font-family: "Lucida Calligraphy";
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
}
.style1 {
	color: #0099FF;
	font-family: "Lucida Calligraphy";
}

.style2 {
	font-size: 18px;
	font-family: "Lucida Calligraphy";
}

.style3 {
	font-size: 16px;
	font-family: "Lucida Calligraphy";
}
#announcments {
	float: left;
	height: auto;
	width: 150px;
	padding-top: 25px;
	padding-bottom: 0px;
	text-align: left;
}
a:link {
	color: #0099FF;
}
