body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #e9e9e9;
	text-align: center;
	}
/* Layout */
#container {
	margin: 0 auto;
	width:750px;
	border: solid #a2a2a2;
	border-width: 0 1px 1px;
	background-color: #fff;
	background-image: url(images/sidebg.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: justify;
	}
#header {
	background: #0067c7 url(images/header.jpg) no-repeat;
	height: 100px;
	padding-left: 12px;
	}
#content {
	margin: 0 185px 0 15px;
	}
#side {
	text-align: left;
	float: right;
	width: 169px;
	list-style-type: none;
	}
#footer {
	clear: both;
	}
#headerphoto {
	float: left;	
	width: 580px;
	height: 260px;
	background: url(includes/headerphoto.func.php) no-repeat;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
}


/* Links */
a { 
	color: #0067c7;
	text-decoration: none;
	}
a:visited { 
	color: #0067c7;
	}
a:hover { 
	color: #e06c17;
	}
a:active { 
	color: #0067c7;
	}
#side .toggle a {
	color: #fff;
	text-decoration: none;
	}
#side .toggle a:visited {
	color: #fff;
	text-decoration: none;
	}
#side .toggle a:hover {
	color: #fff;
	text-decoration: none;
	}	
#side .toggle a:active {
	color: #fff;
	text-decoration: none;
	}
.top a {
	text-decoration: none;
	}


/* Side container */
#side ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#side ul ul{
	padding: 10px;
	}
/* #side .symbol-open,
#side .symbol-close {
	width:17px;
	height:11px;
	background-repeat:no-repeat;
	margin-top: 6px;
	padding-left: 10px;
	}
#side .symbol-open  { background-image:url(images/minus.gif); }
#side .symbol-close { background-image:url(images/plus.gif);}
*/
.toggle {
	float: right;
}

#supporters li {
	padding-left: 28px;
	}
	
/* Navigation */
#nav {
	float: left;
	background: #0067c7;
	color: #fff;
	padding: 4px 0;
	width: 100%;
	}
#nav ul {
	margin: 0 0 0 8px;
	padding: 0;
	border-left: 1px solid #fff
	}
#nav li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #fff
	}
#nav a {
	text-decoration: none;
	color: #fff;
	}
#nav a:hover {
	text-decoration: underline;
	color: #e89348;
	}
/* Headers */
#content h1 {
	color: #0067c7;
	font-size: 11px;
	padding-left: 5px;
	margin: 0;
	border-left: 10px solid #e89348;
	}
#content h2 {
	background-color: #e6e6e6;
	border: 1px solid #a2a2a2;
	padding: 3px;
	font-size: 11px;
	}
#side .header {
	width: 149px;
	height: 1.5em;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	background-color: #e06c17;
	margin: 0;
	padding: 4px 10px 1px 10px;
	border-top: 1px solid #cbcbcb;
	}

/* Formatting */
table  {
	text-align: left;
	}
.alternate th {
	border: 1px solid #a2a2a2;
	background-color: #e6e6e6;
	}
.top {
	float: right;
	font-weight: bold;
	color: #e89348;
	}
.note {
	margin: 10px;
	padding: 10px;
	border: 1px dashed #a2a2a2;
	background-color: #ececec;
	}
#content li {
	margin-left: -12px;
	}
.courses {
	margin-right: 8px;
	}

input,textarea {
	border: 1px solid #a2a2a2;
	}

.required {
	color: red;
	font-weight: bold;
	}

.img-right {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 10px;
	text-align: right;
	}
hr	{
	border: none;
	border-top: 1px solid #a2a2a2;
	}


