body {
	margin: 0px; 
	background-color: #330; 
	background-repeat: no-repeat; 
	font-family: Geneva, Arial, Helvetica, san-serif; 
}
.hide 	{
	display: none; 
}
a:link {
	color: #F93; 
	text-decoration: underline; 
}
a:visited {
	text-decoration: underline; 
	color: #F93; 
}
a:hover {
	text-decoration: none; 
	color: #C33; 
}
a:active {
	text-decoration: underline; 
	color: #F93; 
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, san-serif; 
}
p {
	color: #FFF; 
	font-size: 14px; 
	font-weight: normal; 
	margin: 0.5em 0 1em 0; 
}
h1 {
	color: #c33; 
	font-size: 22px; 
	font-weight: 900; 
	margin: 0;
}
h2 {
	color: #fff; 
	font-size: 18px; 
	margin: 0; 
}
h3 {
	font-size: 16px; 
	font-weight:normal; 
	font-style: italic; 
	color: #F93; 
}
h4 {
	color: #FFF; 
	font-size: 15px; 
	letter-spacing: 0.2em; 
	font-weight: lighter; 
	text-align: left; 
	margin: 0 0 .5em 0; 
	line-height: 1.2em;
}
h5 {
	color: #F93;
	font-size: 12px;
	text-align: justify;
	font-weight: lighter;
}
h6 {
	color: #F93; 
	font-variant: small-caps; 
	font-size: 10px; 
	text-transform: none; 
}
.inputcolor {
	background-color: #FC6;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 0.9em;
	color: #330;
}

/* Content display attributes */

#content {
	width: 528px; 
}
#content .pic {
	margin: 0 20px 10px 0; 
	float: left;
}
#content .picrt {
	margin: 0 0 10px 20px;
	float:right
}
#content p {
	text-align: justify; 
}
#content h2 {
	margin: 0;
	position:relative;top:-.25em;  
}
#content div {
	margin: 0 0 2em 0;
}
#content .heading {
	margin-bottom: 20px;
}

	
/* Sidebar display attributes */

#sidebar {
	width: 232px;
}
#sidebar h2 {
	margin: 300px 0 5px 0; 
	text-align: left; 
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #F93;
	font-size: 17px;
	font-weight: 900;
	}
#sidebar h3 {
	margin: 300px 0 5px 0; 
}
div#credit {
	position: absolute;
	top: 850px;
	width: 210px;
}
div#credit h5, h6 {
	margin:0 0 0.75em 0;
	padding:0;
}

/* Header display attributes */

#header h1 {
	background: url(../gfx/logo.gif) no-repeat; 
	z-index:auto; 
	height: 38px; 
}

#header h1 span {
	position: absolute; 
	left: -50em; 
	width: 50em; 
}

/* Nav display attributes */

#nav a {
	font-size: 13px; 
	margin-right: 35px; 
	line-height:2em;
	}
#nav { 
	margin: 10px;
} 

/* Footer display attributes */

#footer h1 {
	margin: 1em 0 0 0; 
}
.footp {
	color: #FFF; 
	font-size: 13px; 
	font-weight: normal; 
	margin: 0.5em 0 1em 0; 
	text-align:center;
}

/* Calendar display attributes */

div#cal h4 {
	margin: 0 0 1em 0;
	padding: 0;
}
div#cal p {
	margin: -1em 0 1em 0;
}
div#cal {
	margin: 0 0 12px 0;
	padding: 0;
}
div#cal h2 {
	margin: 0;
	padding: 0;
}
.calen {
	background-color:#993;
	margin-bottom: 20px;
	line-height: 60px;
}
.calemp {
	font-size: 18px; 
	color:#c33;
}

.clearboth {
	clear:both;
	}