@charset "utf-8";

/* DIV formatting */

body {
	background-color: #F5F5F5;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	overflow: auto;
}

#container {
	background-color: #FFFFFF;
	width: 960px;
	margin: 15px auto 25px auto;
	border: 1px solid #999999;
	text-align: left;
}

header {
	background-color: #FFFFFF;
	padding: 20px 0 0 20px;
}

nav {
	background-color: #EBEBEB;
	height: 40px;
	line-height: 40px;
}

nav ul {
	list-style: none;
	padding-left: 20px;
}

nav li {
	display: inline;
}

nav a:link, nav a:visited  {
	background-color: #EBEBEB;
	padding: 12px 10px 12px 10px;
	text-decoration: none;
	font-weight: bold;
}

nav a:hover {
	background-color: #999999;
	color: #FFFFFF;
}

nav a:active {
	color: #EBEBEB;
}

#graphic {
	padding: 0;
}

article {
	background-color: #9EFEB7;
	float: left;
	width: 675px;
	margin-top: 20px;
	padding: 0 20px 0 20px; /* */
}

aside {
	background-color: #FFFF00;
	float: right;
	width: 200px;
	margin-top: 20px;
	padding: 0 20px 0 20px;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #999999; /* */
}

footer {
/*	background-color: #CC6699; */
	clear: both;
	padding: 10px 0 0 20px;
	height: 40px;
	width: 940px;
	border-top: 1px solid #CCCCCC;
	font-size: 0.7em;
}

.photo {
	width: auto;
	margin-left: 10px;
	margin-bottom: 5px;	
	float: right;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;
}

/* text formatting */

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	margin-top: 0;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin-top: 0;
}

p {
	color: #000000;
	margin-top: 0;
}

/* link formatting */

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #999999;
}

/* Form and warning message formatting */

form {
	width: 630px;
	margin: 10px 0 10px 20px;
	padding: 0 0 5px 0;
	background-color: #EFF4F8; /* */
}

.label {
	float: left;
	width: 275px;
	margin-right: 10px;
	font-size: 0.81em;
	text-align: right;
	font-weight: bold;
	clear: left;
}

.legend {
	background-color: #F5F5F5;	
}

.textInput { 
	width: 250px;
	background-color: #F5F5F5;
}

.warning {
	font-weight: bold;
	color: #FF0000;
}

.textfieldRequiredMsg {
	display: inline;
	font-weight: bold;
	color: #FF0000;
}

.captcha {
	margin-left: 285px;
}

.button {
	margin-left: 300px;
	padding: 5px 10px;
	font-weight: bold;
}

