@charset "UTF-8";
/* CSS Document */

#nav {
	text-align: center;
	height: 25px;
	width: 800px;
	vertical-align: middle;
}
#nav a {
	color: #FFFF00;
	text-decoration: none;
	font-size: 14px;
	margin-right: 15px;
	margin-left: 15px;
}
#nav a:hover {
	text-decoration: underline;
}
body {
	font-family: "Comic Sans MS", Geneva, Arial;
	font-size: 14px;
	color: #0000CC;
	background-color: #000066;
	background-image: url(../images/bkgd-stripe.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
a:link {
	color: #9900CC;
}
.bkgdMenu {
	background-image: url(../images/bkgd-menu.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.bkgdContent {
	background-image: url(../images/bkgd-content.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 22px;
	color: #FF0000;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
.FloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.FloatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

