@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/sky_light.jpg);
	background-repeat: repeat;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}

#nav {
	width: 163px;
	display: inline;
	background-color: #C8D1FD;
	margin-left: 0px;
	margin-top: 5px;
	text-align: center;
	float: left;
}
#nav ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: 1px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#nav li {
	list-style-type: none;
	width: 100px;
	display: block;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px groove #000000;
	margin-top: 10px;
}
#nav a {
	text-align: center;
	width: 100px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	color: #034881;
	border-top-color: #034881;
	border-right-color: #034881;
	border-bottom-color: #034881;
	border-left-color: #034881;
}
#nav a:hover, #nav a:active {
	color: #0689F4;
}
#reg_sat {
	width: 40%;
	float: left;
}
#reg_sun {
	width: 40%;
	float: right;
}


#content {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 230px;
}
#content ul {
	list-style-type: circle;
	list-style-position: outside;
	display: list-item;
}

#subnav {
	font-size: 85%;
}
#subnav a:link, #subnav a:visited {
}

#content p {
	font-size: 85%;
	line-height: 1.4;
	margin-right: 5px;
	margin-left: 5px;
}
#content h1 {
	font-size: 110%;
	text-align: center;
}
#content h2 {
	font-size: 110%;
	text-align: left;
}

#content li {
	font-size: 80%;
}
#content a:link, a:visited {
	color: #034881;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #0689F4;
}



.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.lftimg {
	float: left;
	margin-right: 8px;
}
.rgtimg {
	float: right;
	margin-left: 8px;
}
