body {
	margin: 0px;
	background: #ffffff;
	border: 0px solid blue;
}

#page {
	text-align:center;
	margin: 0px;
	border: 0px solid red;
   	width: 850px;
   	margin: 0 auto;
	
}

#wrapper {
	border-left: 4px solid #cccccc;
	border-right: 4px solid #cccccc;
	border-bottom: 4px solid #cccccc;
	position:relative;
	width: 850px;
	height: auto;
}

#header {
	background-color: #99ff99;
	height: 150px;
	border: 1px solid #98CC32;
}

#links {
	position: absolute;
	color: white;
	text-align: left;
	left: 720px;
	top: 12px;
	font-size: 13px;
	font-family: Trebuchet MS;
	line-height: 27px;
	font-weight: bold;
}

#nav {
	background-color: #7DCBD2;
	height: 30px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#nav ul {
	position: absolute;
	left: 20px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

#nav ul li {
	display: inline;
	border: 0px solid white;
	color: white;
	font-family: Trebuchet MS;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	padding: 1px 5px 1px 5px;
	margin: 0px 0px 0px 10px;
}

#nav ul li:hover; {
	color: 006699;
}

#nav ul li a {
	color: white;
	text-decoration: none;
}

#nav ul li a:hover {
	color: 006699;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #99ccff;
	text-decoration: underline;
}

h1 {
	font-family: Trebuchet MS, Arial;
	color: #ffffff;
	font-size: 12px;
	display: inline;
	font-weight: normal;
}

h2 {
	font-family: Trebuchet MS, Arial;
	color: #185214;
	font-size: 25px;
	display: inline;
}

h3 {
	font-family: Trebuchet MS, Arial;
	color: #336699;
	font-size: 18px;
}

.header {
	color: #cc9966;
	font-family: Trebuchet MS;
	font-size: 22px;
	font-weight: bold;
}

.subheader {
	width: 400px;
	text-align: left;
	border: 3px solid #A3D352;
	vertical-align: top;
}

.subheader a {
	text-decoration: none;
}

div, td, span {
	font-family: Verdana;
	font-size: 11px;
	color: #0C2B0A;
}


#main h1, h2, h3 { padding: 10px 0px 0px 10px; }
#main p { padding: 5px 265px 0px 20px;}

#main {
	background-color: #ffffff;
	text-align: left;
	position: relative;
	height: auto;
	border: 0px solid red;
}

#coaching {
	border: 0px solid yellow;
	padding: 10px;
	color: #336699;
	text-align: center;
}
#coaching p, li {
	padding: 0px;
}

.bulleted {
	background: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	border: 0px solid green;
	margin: 0px 0px 0px 20px;
	padding-top: 5px;
	padding-left: 25px;
	height: 20px;
	font-size: 11px;
}

#bottom {
	text-align: center;
}

#bottom a {
	color: #0C2B0A;
}

#copy {
	height: 30px;
	text-align: center;
	color: #336699;
}

#author {
	text-align: center;
	padding-bottom: 10px;
	color : #999;
}

#author a:link, .author-link a:visited, .author-link a:HOVER, .author-link a.ACTIVE { 
	color : #999;
	text-decoration: underline; 
}

#author a:link, .author-nolink a:visited, .author-nolink a:HOVER, .author-nolink a.ACTIVE { 
	color : #999; 
	text-decoration: none; 
}

sup {
	font-size: 0.5em;
}