@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000066;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
img {
	padding: 20px;
	border: 1px solid #9999FF;
}
p {
	font-size: small;
	text-align: justify;
}
h1 {
	font-size: large;
	font-weight: normal;
	font-style: normal;
}
h6 {
	font-weight: normal;
	font-size: xx-small;
	margin: 0px;
}
ul {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: small;
}
li {
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

a:link {
	color: #6600CC;
	text-decoration: none;
}
a:visited {
	color: #6600CC;
	text-decoration: none;
}
a:hover {
	color: #6600CC;
	text-decoration: underline;
}
table {
	width: 100%;
}
td {
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCFF;
}
td p {
	margin: 0px;
	padding: 0px;
}



#bg {
	margin: 0px;
	padding: 0px;
	background-image: url(images/lavender.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}
#main {
	background-color: #CCCCFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border: thin solid #000066;
}
#content {
	margin-top: 150px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 20px;
	padding-top: 0px;
	border: thin solid #000066;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#footer {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
