@charset "utf-8";
body  {
	background: #BBBBBB;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the page in IE 5* browsers. The text is then set to the left aligned default in the #page selector */
	color: #000000;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	/*list-style-image: url(images/bullet.gif);*/
}

ul li {

list-style-image: url(images/bullet.gif);
}

#page {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#header {
	background-color: #BFBFFF; 
	padding: 0px;
} 

div#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

div#banner h1 
{
	/*color: #666666;
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#0F628C;
	padding-top: 5px;*/
}

div#sidebar h1 {
	padding:0px;
	margin:0;
	font-size:15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

div#sidebar li
{
	margin-bottom:5px;
}

div#sidebar a:link {
	color:#000000;
}

div#sidebar a:visited {
	color:#000000;
}

div#sidebar a:hover {
	color:#FFFFFF;
}
div#sidebar a:active {
	color:#000000;
}

div#sidebar h2 {
	padding:0px;
	margin:0px;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

div#mainContent h1 {
	font-size: x-large;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

div#banner {
	background-color: #BFBFFF;
	/* padding-top: 15px; */
	/*padding-right: 10px; */
	/* padding-bottom: 35px; */
	/* padding-left: 20px; */
}

div#search {
	background-color: #0F628C;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align:right;
	font-size: 12px;
	color:#FFFFFF;
}

div#search a
{	
	color:#FFFFFF;
}

div#navbar {
	background-color: #0F628C;
	padding-top: 9px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 2px;
	font-size: 12px;
	color:#FFFFFF;
}

div#navbar a
{	
	color:#FFFFFF;
}

div#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DDDDFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-family:Tahoma, Arial, sans-serif;
}

div#feedback {
	background-color: #0F628C;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color:#FFFFFF;
	font-size: 10px;
}

div#feedback a
{	
	color:#FFFFFF;
}

div#mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding-left: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 25px;	
	padding-bottom:5px;
}

div#footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD; */
	background-color:#DDDDFF;

} 

div#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}

.page {
	margin-top:10px;
	margin-bottom:15px;
}

div#mainContent a:link {
	color:#0000FF;
}

div#mainContent a:visited {
	color:#0000FF;
}

div#mainContent a:hover {
	color:#000000;
}

div#mainContent a:active {
	color:#0000FF;
}

div#mainContent img:link {
	color:#FFFFFF;
}

div#mainContent img:visited {
	color:#FFFFFF;
}

div#mainContent img:hover {
	color:#000000;
}

div#mainContent img:active {
	color:#FFFFFF;
}


img.FloatLeft {
	float:left;
	margin:10px;
}

img.FloatRight {
	float:right;
	margin:10px;
}

.form
{
	width:500px;
	display:block;
	border: 1px solid #b0b0b0;	
	float:none;
	margin: 5px; 
	padding: 10px; 
	background: #EFEFEF;
}

.form-item-desc 
{
	display:inline;
}

.form-item
{
	display:inline;
	width:200px;
}

.form-line
{
	padding-top: 3px;
	padding-bottom:3px;
}

.form-subheading
{
	border-bottom: 1px solid #b0b0b0;
	padding-top: 3px;
	padding-bottom:3px;
	margin-bottom:10px;
}

.stage
{
	font-family:Tahoma, Arial, sans-serif;
	font-size: 12px;
}

.form-line-submit
{
	text-align:right;
	padding-top: 3px;
	padding-bottom:3px;
}

.invalid-item
{
	background: #DDDDFF;
	/*font-size: 14px;*/
}

.valid-item
{
	background: #FFFFFF;
/*	font-size: 14px;*/
}

.valid-area
{
	font-size: 14px;
}

.kayakReport
{
	font-size: 11px;
}

.section-heading
{
	border-bottom: 1px solid #000000;
	font-size: 20px;
}

.sessions
{
	text-align: right;
}

p
{
	margin:0px;
}

.tab {
	font-weight:bold;
	padding:5px;
	border-style:solid;
	border-width:1px;
}

.links {
	display:none;
	border-width:1px;
	border-style:solid;
	padding:10px;
	background-color:#0F628C;
	font-size:x-small;
	margin-top:5px;
}
