body {
	background: #ffffff;
	color: #000000;
	margin: 5px;
	}
	
body,td,th  {
	font-family: 'Trebuchet MS', verdana, arial, helvetica, geneva;
	font-size: 13px;
	color: #666666;
	line-height: normal;
	text-decoration: none;
	}

input,textarea,select {
	font-family: 'Trebuchet MS', verdana, arial, helvetica, geneva;
	font-size: 13px; 
	border: 1px solid #999;
	background: #f7f7f7;
	color: #505050;
	margin: 0 0 4px 0;
	}
input:focus, textarea:focus, select:focus {
	background: #ffffff;
	color: #000000;
	font-weight: bold;
	}

.submit {
	font-weight: bold;
	border: 1px solid #660000;
	color: #000;
	padding: 2px 5px;
	}

b, strong {	color: #000; }
form { margin: 2em 0 0 0; padding: 0; }

blockquote {  
	background: url('quote.gif') no-repeat 0 3px; 
	color: #666; 
	font-style: italic;
	margin-bottom: 1px;
	display:block; 
	padding: 5px 0 5px 20px;
	}

h1,h2,h3,h4,h5  {
	font-family: 'Trebuchet MS', verdana, arial, helvetica, geneva;
	font-weight: bold;
	margin: 1.5em 0 -.5em 0;
	background: none;
	text-decoration: none;
	}
h1  {
	color: #3D6799;
	font-size: 1.3em;
	}
h2  {
	color: #660000;
	font-size: 1.2em;
	}
h3  {
	color: #000;
	font-size: 1.1em;
	}


a:link, a:visited  {
	color: #660000; 
	background: none; 
	text-decoration: none 
	}
a:active, a:hover, a:visited:hover  { 
	color: #000; 
	background: none; 
	text-decoration: underline; 
	}

/* NAVIGATION */
td.nav {
	background: #8a8a00;
	}
#navcontainer {
	width: 150px;
	}

#navlist li {
	display: inline; /* for IE5 and IE6 */
	}

#navlist {
	/* to display the list horizontaly */
	margin: 0;
	padding: 0;
	}

#navlist a {
	_width: 99.99%;
	/* underscore hack to extend the sensible area with IE */
	display: block;
	background: #AFAF5F;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding: .5em;
	margin-top: 2px;
	margin-bottom: 2px;
	}
#navlist a:hover {
	color: #660000;
	background: #CCCC8F;
	}
#navlist a:visited {
	color: #000;
	}

/* CONTENT */
td.contenthead {
	background: #8a8a00;
	height: 1em;
	color: #FFFFD3;
	font-weight: bolder;
	}
td.contenthead h1 {
	font-weight: bold;
	color: #FFFFD3;
	background: url('../images/nav/bg-contenthead.jpg') repeat-y top right;
	padding: .2em;
	margin: 0;
	}
td.content {
	padding: 2em;
	}
.classlisting td {
	line-height: 1.2em;
	}
.classlisting h2 {
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	padding: 3px 0 5px 0;
	background: #fafafa;
	margin-top: 2em;
	}
.paybutton {
	border: 0;
	}

/* SIGNUP FORM */
.formwrapper {
	background: #ededed;
	width: 500px;
	margin: 0px auto;
	padding: .1em 0 .5em 0;
	border: 0px solid gray;
    -moz-border-radius : 12px;;
	}
.formwrapper h2, .formwrapper h3, .formwrapper h4 {
	margin: .5em 0 .2em 0;
	padding: 0;
	}

div.row {
  clear: both;
  }

div.row span.label {
  float: left;
  width: 195px;
  text-align: right;
  font-weight: bold;
  color: #333;
  /*border: 1px solid red;*/
  }

div.row span.formw {
  float: right;
  width: 300px;
  text-align: left;
  /*border: 1px solid green;*/
  }
  
  div.spacer {
  clear: both;
  }

/* FOOTER */
#footer {
	background: #fff;
	font-family: verdana, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	text-align: center;
	color: #999;
	}
#footer a {
	color: #999;
	text-decoration: none;
	}
#footer a:hover {
	color: #660000;
	text-decoration: underline;
	}
