
body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: #0d1a26 url(../images/bg.gif) top left repeat-x;
	font: 0px Arial, Tahoma, sans-serif;
	line-height: 150%;
	color: #333;
}


.italic {font-style:italic;}

#test {height:20px;}

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 770px;
	background: url(../images/container_bg.gif);
}

a img {border:0px;}

a span.designer {
font-size:18px; text-decoration:none; color:black; margin-left:5px;
}

#containerTop {
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 770px;
	height: 20px;
	background: url(../images/container_top.gif) top left no-repeat;
}

#containerBottom {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 770px;
	height: 20px;
	background: url(../images/container_bottom.gif) top left no-repeat;
}

#header {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 150px;
	background: url(../images/header.gif) top left no-repeat;
}


#bodyPanel p {text-align:justify;}

#topnav {
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 30px;
	background: url(../images/menu_bg.gif) top left no-repeat;
	font: 12px Arial, Tahoma, sans-serif;
	color: #fff;
}

#topnav ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#topnav li {
	margin: 7px 0px 0px 7px;
	padding: 0px;
	float: left;
}


#topnav a {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


#topnav a:hover {
	color: #fc0;
}


#topnav li:before { content: "| "; }
#topnav li:first-child:before { content: ""; }


#schedule {border-collapse:collapse;}

#schedule tr.row1 {background-color:#ddddff; color:black;}
#schedule tr.row2 {background-color:#3333CC; color:white;}

.footnote {font-size:xx-small;}

/*IE workaround*/
/*All IE browsers*/
* html #topnav li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #topnav{ height: 1%; }

* html #topnav li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #topnav li:first-child { border-left: 0; }


#bodyContainer {
	position: relative;
	float: left;
	left: 10px;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
	background: url(../images/body_bg.gif);
	font: 12px Arial, Tahoma, sans-serif;
}

#bodyTop {
	position: relative;
	float: left;
	left: 10px;
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 14px;
	background: url(../images/body_top.gif) top left no-repeat;
}

#bodyBottom {
	position: relative;
	float: left;
	left: 10px;
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 750px;
	height: 14px;
	background: url(../images/body_bottom.gif) top left no-repeat;
}

/*
	#leftPanel
	The font for this left panel is inherited from the #body id. However if you want to have a different color or font
	text here, you may add the color or font tags.
*/
#leftPanel {
	float: left;
	margin: 0px auto 0px 0px;
	padding: 5px;
	width: 235px;
}

/*
	#bodyPanel
	The font for this body panel is inherited from the #body id. However if you want to have a different color or font
	text here, you may add the color or font tags.
*/
#bodyPanel {
	float: right;
	margin: 0px 0px 0px auto;
	padding: 5px;
	width: 485px;
}


/*form css */

form {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0px 0px 0px;
  border-style: solid none none none;
  padding: 10px;
  margin: 0px 0px 0px 0px;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px;
}

label {
  font-size: 100%;
 
}

label u {
  font-style: normal;
  text-decoration: underline;
}


textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 354px;

  margin: 5px 0px 0px 0px;
  padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  display:block;
  width: 158px;
  height: auto;
  margin: 0px 0px 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(../images/info.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0px 3px 27px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

.required {color:red; font-weight:bold; font-size:9px;}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
  
}



form div label {
  display: block;
  float: left;
  width: 100px;
  padding: 3px 5px;
  margin: 0px 0px 5px 0px;
  text-align: left;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  background-color:#FFFFCC;
  border-color: #666666;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 5px 5px;
  width: 170px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0px 3px 0px 9px;
}

form div fieldset label {width:200px;}

#info_form {width:90%;border:1px solid;}

div.centre {text-align:center;}

#register_form {width:100%;}

#register_form input,select{font-size:x-small; color:black;}


#footer {
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 110px;
	background: url(../images/footer.gif) top left no-repeat;
	
}

#footer table {font-size:12px;  float:left;}
#copyright {
	text-align:right;
	margin: 0px;
	padding: 17px;
	color: #fff;
	font: 10px Arial, Courier, monospace;
}



p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 20px;
	color: #3656b0;
	width: 100%;
}

h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 18px;
	color: #3656b0;
}

h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 16px;
	color: #3656b0;
}

h4, h5, h6 {
margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	color: #000;

}


img {
	display: block;
	margin: 0px;
	padding: 0px;
}

#footer img {margin:7px;}

a {
	color: #3656b0;
	text-decoration: underline;
}

a:hover {
	color: #6a88dc;

}

.thumbnail{
	padding: 2px 2px 2px 2px;
	background-color: #fff;
	
	float: left;
	
	}	
