body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {	background: #339966; }

#header {
	background: #CCCCFF url('images/banner-2.jpg') right no-repeat;
	width: 85%;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #CCFFCC;
	border-right: 1px solid #CCFFCC;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: #CCFFFF url('images/menu-background_copy.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 85%;
	margin: 0 auto;
	font-size: 90%;
	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: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #CCFFCC;
	border-right: 1px solid #CCFFCC;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 0.5em;
	background: transparent;
	color: #000066;
	text-decoration: none;
	float: left;
	border-right: 1px solid #CCFFCC;
}

#menu a:hover {
	background: #CCCCFF url('images/menu-hover_copy.png') repeat-x;
	color: #336644;
}

#content {
	width: 83%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #CCFFCC;
	border-right: 1px solid #CCFFCC;
	background: white;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 83%;
	text-align: right;
	color: green;
	letter-spacing: 0.15em;
	background: #CCFFFF url('images/menu-background_copy.png') top left repeat-x;
	border: 1px solid #CCFFCC;
	font-size: 75%;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCFF;
	font-size: 150%;
	letter-spacing: -1px;
}

h3 {
	color: #339966;
	padding-bottom: -5px;
	font-size: 110%;
	margin-bottom: -1px;
}

a:link, a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }

.course-title { color: #006633; }

.italic  { font-style: italic; }

.gb { font-weight: bold; color: #006633; }

/*the following are for images, but can also be used to float other objects*/

.left {

	float: left;
	border: 0;
	margin: 3px 5px 5px 6px;
}

.right {

	float: right;
	border: 0;
	margin: 3px 5px 5px 6px;
}

hr { 
	color:#CCCCFF;
	height: 1em;
	background-color: #CCCCFF;
	border: 0;
}	

#training ul {
	margin: 0;
	padding: 0;
	list-style: url(/images/c-block.gif);
	float: left;
}

h6 {
	color: #666;
	font-size: 80%;
	font-weight: lighter;
	font-style: italic;
	padding-bottom: -2px;
}

/* the settings below are for the tables on the forms pages */

#small {
	font-size: 85%;
	border-color: #FFFFFF;
	border-collapse: collapse;
	border-style:solid;
}

#small table {
	border-collapse: collapse;
	border-color:#000000;
	border-width:medium;
}

th {
	background-color:#CCFFCC;
	font-weight: bold;
	padding-left: 1em;
	padding-right: 1em;
}

.2 {
	background-color: #CCFFCC;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

.subhead {
	font-size: 90%;
	
}
.indent {
	padding-left: 2em;
}
.required {
	background-color: #EAFFEA;
	}
.required-text {
	margin-right: 6em;
	background-color: #EAFFEA;
}
input.submit {
	font-size: 14px;
	background-color:#336644;
	color:#eaffea;
	margin-left: 6px;
	border: 3px solid #ccffcc;
	border-style:outset;
	padding: .25em;
}

.highlight {
	background-color: #eaffea;
	border: 1px solid #ccffcc;
	border-style: outset;
	padding:.25em;
	font-weight:bold;
}

/* The following is for use with the Min-Conference pages */

#conf {
	font-family:'Times New Roman', Times, serif;
	font-size:100%;
}

#conf h2{
	font-size:180%;
	font-weight:normal;
	font-style:italic;
	color: #000000;
	padding-bottom: 12px;
	letter-spacing:normal;
	text-align:center;
	line-height:normal;
	}
	
#conf h4 {
	font-size:140%;
	text-align:center;
	font-weight:normal;
}

#conf h5 {
	font-size: 125%;
	text-align: center;
	font-weight: normal;
	line-height: 40%;
	padding-top: 0;
	padding-bottom: 0;
	}

.desc {
	font-family:'Times New Roman', Times, serif; 
	font-size:100%; 
	color:#339966;
}

a.register {
	font-size: 14px;
	background-color:#336644;
	color:#eaffea;
	margin-left: 6px;
	border: 3px solid #ccffcc;
	border-style:outset;
	padding: .35em;
	text-decoration:none;
	text-align:center;
}



/* The following is for a news or info box on the home page */

.news { font:Georgia, "Times New Roman", Times, serif 100% navy;
	padding: 7px;
	margin: 10px;
	border: 1px solid green;
	background-color:#CCFFCC;
	float:right;
	width: 300px;
	text-align: center;
}