/* Global Styles */

body {
	margin:0px;
	color:#333333;
	background-color:#dde7e7;
	}
	
	
h3 {
	color: #ec9b4b;
	font: 13px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-decoration:underline;
	font-weight:bold;
	}

p
{
	text-indent: 0px;
}

a {
	color: #336666;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #993300;
	text-decoration:underline;
	}
	
hr
{
	border:1px dotted #dcdcdc;
	width: 95%;	
	margin: 12px auto;

}

	
/* ID Styles */
	
#logo
{
	position: absolute;
	margin: 0;
	height: 60px;
	left:0px;
	right:0px;
	background-color: #dde7e7;
	border-bottom: white;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 3px 11px 0 25px;
}

#nav
{
	position: absolute;
	top: 64px;
	height: 32px;
	width:100%;
	margin: 0;
	background-color: #c5e3e4;
	text-indent: 25px;
	font: 11px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	color: #333300;
	letter-spacing: .1em;
	border-bottom: white;
	border-width: 0 0 1px 0;
	border-style: solid;
	line-height: 32px;
}

#nav a {
	font:11px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}

#nav a:hover {
	color: #993300;
	text-decoration:underline;
	}

#page
{
	position: absolute;
	top: 97px;
	left: 0px;
	right: 0px;
	background-color: #c5e3e4;
	font: 12px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	color: #333300;
	letter-spacing: .1em;
}

#sidebarText
{
	color: #336666;
	width: 215px;
	line-height: 11px;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 11px;
	letter-spacing: .02em;
	line-height:12px;
	margin: 30px 0px 0 15px;
}
	
#sidebarText a {
	font:11px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	color: #336666;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}

#sidebarText a:hover {
	color: #993300;
	text-decoration:underline;
	}

#box
{
	margin: 12px 0 0 30px;
}


/* Class Styles */

.bodyText {
	font:12px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	line-height:18px;
	color:#333;
	text-indent: 0px;
	letter-spacing:.02em;
	}

.bodyText a{
	font:12px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	color: #285c5c;
	text-decoration:none;
	}
	
.bodyText a:hover {
	color: #993300;
	text-decoration:underline;
	}

.pageName {
	font:18px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	color: #c60;
	letter-spacing:.1em;
	line-height:26px;
	}
	
