@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../_images/logo-watermark.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
h1 {
	font-size: 24px;
	color: #03F;
}
h2 {
	font-size: 14px;
	color: #03F;
	font-weight: bold;
}
h3 {
	font-size: 12px;
}

.container {
	width: auto;
}


.container .header {
	background-color: #FFF;
	height: 100px;
	width: auto;
}
.container #logo {
	float: left;
	background-image: url(../_images/weblogo.jpg);
	height: 170px;
	width: 760px;
	background-repeat: no-repeat;
}

.pagecontent {
	margin-top: auto;
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
	margin-bottom: 0px;
	position: relative;
	top: 40px;
	float: left;
	width: 760px;
	text-align: left;

}

#main {
	float: right;
	width: 500px;
}
.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;
}
#menu {
	width: 760px;
	background-color: #E1E2FF;
	position: relative;
	top: 20px;
	left: 0px;
	border-top-style: none;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	float: left;
	border-right-width: 1px;
	border-right-color: #666;
}
#login {
	height: 25px;
	width: 100px;
	padding-top: 130px;
	padding-left: 640px;
	position: static;
	float: none;
	font-size: 12px;
	font-weight: normal;
	color: #03F;
	font-style: normal;
}
.container .header #logo #login a {
	text-decoration: none;
}
a:link {
	color: #03F;
}
a:visited {
	color: #03F;
}
a:hover {
	color: #63F;
}

