body {
	width:100%;
	margin: 1em 0 1em 0;
	padding: 0;
	color: #27292e;
	background-color:#000033;
	background-image:url(images/background_planet.jpg); background-repeat: no-repeat;
	line-height: 130%;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#wrapper-header {
background-color:#000033; 
width: 940px;
margin-left:45px;

}

#header {
	
	width: 75%;
	height: 125px;
	line-height: 125px;
	background-color:rgb(17,12,74);
	margin: 0 auto;
	border-left: 0px solid #3366cc;
	border-right: 0px solid #3366cc;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#header h2 {
	margin-top: 0;
	padding-bottom: 0px;
	color: #fff;
	font-size: 150%;
	padding-left: 0px;
	letter-spacing: 1px;
}

#header h3 {
	margin: 0;
	padding-bottom: 0px;
	color: #fff;
	font-size: 100%;
	padding-left: 10px;
	letter-spacing: -1px;
}
#wrapper-menu {
	background-color: #000099;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 95%;
	letter-spacing: 2px;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 10px 0 10px 0 ;
	list-style: none;
	float: left;
	padding-left: 40px;
	width: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 0.5em;
	background: transparent;
    background-color: #000099;
	color: #ffcc00;
	text-decoration: none;
	font-weight:bold;
	font-size: 16px;
	float: left;
	border: 0px solid #ccc;
}

#menu a:hover {
	
	color: #fff;
}

#content {
	width: 73%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 1.8em 1% 20px 1%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #a6f26b;
	background: white;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.0em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 8px 0 8px 0;
	width: 75%;
	text-align: center;
	color: white;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	letter-spacing: 0.10em;
	line-height:15px;
	background-color: #000099;
	font-size: 65%;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px dotted #a0c80e;
	font-size: 140%;
	letter-spacing: 1px;
	line-height: 26px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #666;
	padding-bottom: 0px;
	font-size: 130%;
	letter-spacing: -1px;
	line-height: 25px;
	
}

p.headline {

font-family: arial, helvetica, verdana, tahoma, sans-serif;
color: #000066;
letter-spacing: 0.15em;
padding: 5px;
background-color:#F7E29D;
border: 1px solid #a0c80e;
font-size: 95 %;
font-weight:bold;
margin-left: 0;
}

	

a:link, a:visited {
	color: #260;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }

p.privacy  {
font-size: 11px;
line-height:14px;

}

p.register-save  {

border: 0px solid #999999;
margin:5px 5px 0 5px;
padding: 5px;
height:100px;
}

p.register-save .img {
margin:0 10px 0 0px;
padding-right: 10px;
float:left


}

img.body  {
padding: 5px;
margin: 5px;
}

/*  Form styling*/

#form  {
background-color:#f2daf2;
width: 60%;
margin-left:80px;
padding: 15px;
border: 1px dotted #CCC;

}

.cssform p{
width: 300px;
clear: left;
margin-left: 20px;;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


ul.program  {
line-height: 2em;
list-style-position: inside;
background-color:#fbefef;
font-size: 100%;
width:75%;
font-weight: normal;
list-style: square;
padding: 5px 0px 10px 35px;
margin:20px;
border: 1px dotted #CCC;

}

.hilight {
background-color: #FFFF99;
border: 1px solid #999;
padding: 5px;
margin: 5px;
width: 50%;
}

/* table styles for event program*/

.datatable {
  border: 1px solid #D6DDE6;
  border-collapse: collapse;
  width: 95%;
  background-color:#B6B6F3;
}
.datatable td {
	border:2px solid #ffffff;
	padding: 0.3em;
}
.datatable th {
	border:2px solid #ffffff;
	background-color: #D2D2D2;
    color: #666;
	font-weight: bold;
	text-align: left;
	padding: 0.3em;
}
.datatable colgroup.odd {
  background-color: #ecf5e9;
  color: #000000;
}

.datatable colgroup.even {
  background-color: #D1F0CA;
  color: #000000;
}


