/* CSS document */


body {
	background-color: #ffffef;
	margin: 0;
	padding: 20px 10px;
	text-align: center;
	font: x-small/1.5em "Trebuchet MS",Verdana,Arial,Sans-serif;
	color: #333;
	font-size/* */:/**/small;
	font-size: /**/small;
	} 

a:link { 
	color: #CC6600; 
	text-decoration: none;
	}
	
a:visited { 
	color: #ccc; 
	text-decoration: none;
	}
	
a:hover {
	color: #FF0000; 
	text-decoration: underline; 
	}

a:active {
	color: #ffcc33 
	}	


/* Page Layout */

#wrapper {
	width: 62%;
	margin:0 auto 10px;
	background: white;
	border: 2px solid #ccc;
	}


/* Header */

#header {
	margin: 10px 40px;
	padding-top: 5px;
	/* border-bottom: 1px solid #eee; */
	text-align: right;
	}

#header h1 {
	margin-bottom: 0px;
	line-height: 2em;
	}

#header img#logo {
	display: block;
	float: left;
	}	
		
#header h5 {
	margin-top: 3em;
	margin-bottom: 3em;
	}
	
#header span#subhead {
	display: block;
	font-size: .62em;
	line-height: 1em;
	font-weight: normal;
	}	

#header p {
	font-size: .85em;
	}


/* Content */

#content {
	width: 65%;
	text-align: left;
	padding: 10px 40px;
	margin-left: 20%;
	}
	
#content p {
	font-family: Georgia;
	font-size: .85em;
	}
	
#content ul {
	padding-left: 1em;
	}
	
#content li {
	font-family: Georgia;
	font-size: .85em;
	line-height: 1.5em;
	padding: .2em 0;
	}

#content h4 {
	margin: 1.5em 0 0 0;
	}

#content h5 {
	margin: 1.5em 0 0 0;
	}
	
	
#nittyGritty li {
list-style-type: none;
}
	
#content hr {
	width: 62%;
	border: none 0;
	background-color: none 0;
	color: none 0;
	border-top: 1px solid #ccc;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

#content dt {
	width: 62%;
	}

#content dd {
	padding-left: 5em;
	padding-bottom: 1em;
	}

#rates {
	border: 0;
	}

#rates tr {
	margin-botton: 20px;
	}
		
.regtype {
	font-weight: bold;
	text-align: right;
	}

.regamount {
	text-align: right;
	white-space: nowrap;
	}

/* Navigation */

#nav {
	margin: 20px 0 50px 0;
	}

#nav img {
	border: 0;
	}

#nav li { /* all list items */
	font-size:9px;
	font-weight: bold;
	background-color: black;
	color: white;
	float: left;
	width: 24%;
	height: 2.5em;
	list-style-type: none;
	position: relative;
}
#nav li>ul { /* to override top and left in browsers other than IE 6, which will position to the top right of the containing li, rather than bottom left */
	display: none;
	top: auto;
	left: auto;
}

* html #nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}



#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}


#nav li ul li {
	text-align: left;
	float:none;
	padding-left: 30px;
	width: 100%;
	}
	
#nav li {
    color: #CC6600; 
	}

/* page footer */

#footer {
	font-size: 9px;
	color: #333333;
	}
	
.smalltext {
	font-size: x-small;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	margin-top: 0;
}
