@charset "utf-8";

/* DIV positioning and formatting */

body {
	margin: 0; 
	padding: 0;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 10px;
	overflow: auto;
}

#wrapper {
	width: auto;
	background-color: #FFFFFF;
	margin: 0;
	text-align: left;
}

#header {
	background-color: #FFFFFF;
	padding: 0px 10px 5px 10px;
	text-align: center;
}

#nav {
	background-color: #FFFFFF;
	height: auto;
	padding: 0 0 0 0;
	border-bottom-width: medium;
	border-bottom-color: #999999;
	border-bottom-style: solid;
}

#graphic {
	display: none;
}

#sidebar {
	padding: 10px 10px 10px 10px;
	width: auto;
}

#maincontent {
	padding: 10px 10px 10px 10px;
}


#footer { 
	padding: 10px 10px 10px 10px; 
	background: #EBEBEB; 
	height: 8px;
}

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

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* text formatting */

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0;
	margin-bottom: 5px;
	text-align: center;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 0;
	margin-bottom: 5px;
	text-align: center;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

#footer p {
	font-family: sans-serif;
	font-size: 8px;
	text-align: center;
}


/* link formatting */

a:link, a:visited {
	font-family: sans-serif;
	font-size: 10px;
	color: #0000FF;
}

a:hover {
	color: #FFFFFF;
	background: #000000;
}


/* nav link formatting */

ul.nav {
	margin-left: 0;
	padding-left: 0;
	width: 100%;
	list-style: none;
}

ul.nav li {
	display: inline;
	text-align: center;	
}

ul.nav a:link, a:visited {
	font-family: sans-serif;
	font-size: 10px;
	padding: 0 10px 0 10px;
	color: #0000FF;
}

ul.nav a:hover {
	color: #FFFFFF;
	background: #000000;
}


/* Form  and warning message formatting*/

form {
	width: auto;
	margin: 10px auto 10px 20px;
}

label {
	float: left;
	width: 10px;
	margin-right: 10px;	
	text-align: right;
	clear: left;
}

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

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

