@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 62.5%;
	text-align: center;
	background: #000000;
	}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFCC;
	}

h1 {
	font-size: 225%;
	padding-top: 5px;
	padding-left: 15px;
	}
h2	{
	font-size: 175%;
	padding-top: 5px;
	padding-left: 15px;
	}
h3	{
	font-size: 150%;
	padding-top: 5px;
	padding-left: 15px;
	}
h4	{
	font-size: 125%;
	padding-top: 5px;
	}
h5	{
	font-size: 125%;
	padding-top: 5px;
	font-style: italic;
	padding-left: 15px;
	}
p, li	{
	font-size: 120%;
	padding-top: 2px;
	color: black;
	padding-bottom: 5px;
	height: 120%;
	}

/* Style rules for the header area. */
#header {
	background-color: #FEFB7A;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 123px;
	}
.logo {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	}
.date {
	float: right;
	width: 49px;
	height: 123px;
	}
#header h1 {
	text-align: center;
	padding-top: 15px;
	}
#header h5 {
	text-align: center;
	}
#header h2 {
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	}
#sidebar1 {
	float: left;
	width: 175px;
	margin-bottom: 10px;
	border-right: 3px solid #006699;
	border-bottom: 3px solid #006699;
}
#sidebar1  h3 {
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}
#nav ul {
	margin-top: 10px;
	margin-bottom: 0px;
	}
#nav li {
	font-size: 120%;
	font-weight: bold;
	padding-top: 2px;
	list-style: none;
	border-bottom: 2px solid #006699;
	padding-left: 15px;
	}
#nav a:link {
	text-decoration: none;
	color: #336699;
}
#nav a:visited {
	text-decoration: none;
	color: #50748F;
}
#nav a:hover {
	text-decoration: underline;
	color: #443F67;
}
#nav a:active {
	text-decoration: none;
	color: #443F67;
}
/* End of style rules for navigation menu. */

#mainContent {
	margin-left: 195px;
}
#sidebar1  .yahooJoin  img {
	padding-top: 10px;
	padding-left: 15px;
}

#mainContent p {
	margin-right: 2em;
}
#mainContent h2 {
	padding-left: 0px;
}

#mainContent h3 {
	padding-left: 0px;
}

#mainContent li {
	margin-left: 15px;
	padding-bottom: 2px;
	margin-right: 15px;
}
#mainContent .regForm {
	/*	float: left; */
	padding-right: 10px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#col1 {
	width: 60%;
}

.downlink a.regform{
	width: 150px;
}
.downlink {
	border: solid 2px red;
	width: 110px;
}

#col2 {
	float: right;
	width: 38%;
	padding-left: 10px;
	}
	
#potter  {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

/* Style rules for footer area */
#footer {
	background-color: #6C74BF;
	height: 50px;
	margin-top:12pt;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 0 10px 0 20px;
/*	font-weight:normal;
	font-size:8pt;
	text-align:left;
*/	
}
#mainContent form   {
	border-bottom: 2px solid #000000;
}

#footer p {
	color: #FFFFFF;
	margin: 0 0 0 20px;
	margin-left: 210px;
	padding-top: 5px;
}
/* End of style rules for footer area. */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: left;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}