

body {
	padding					: 0;
	margin					: 0;
	background				: #FFFFFF;
	color					: #666;
	font-family				: "Lucida Grande", Arial, Verdana, Sans-serif;
	font-size				: 80%
}

#content {
	width					: 850px;
	margin-left				: auto;
	margin-right			: auto;
	border					: 0px solid;
}

#header {
	margin					: 5px;
	padding-left			: 5px;	
	width					: 840px;
	color					: #333399;
	background				: #FFFFFF;
}

/* IE Hack */

* html #header {
	margin					: 40px 5px 5px 5px;
	padding-left			: 5px;	
	width					: 850px;
	color					: #666666;
	background				: #FFFFFF;
}

#header p {
	margin-top				: -19px;
	margin-left				: 0px;
	font-size				: 90%;
	color					: #888888;
	background				: #FFFFFF;
}

#header a {
	color					: #330099;
	background				: #FFFFFF;
	text-decoration			: none;
}

#headernav p {
	margin-right			: 15px;
	font-size				: 110%;
	text-align				: right;
	color					: #330099;
	background				: #FFFFFF;
}

#headernav a {
	color					: #330099;
	background				: #FFFFFF;
	margin-left				: 30px;
	text-decoration			: none;
}

#header h1 {
	color					: #330099;
	background		: #FFFFFF;
	font-size				: 170%;
}
#body {
	border-top				: 1px solid silver;
}

#body a {
	color					: #333399;
	background				: #FFFFFF;
	text-decoration			: none;
}

#bulletlist
{
margin-left: 5;
padding-left: 5;
list-style: none;
}

#bulletlist li
{
padding-left: 15px;
background-image: url(images/mybullet.gif);
background-repeat: no-repeat;
background-position: 0 0.4em;
}
	
#footer {
	text-align				: right;
	font-size				: 85%;
	color					: silver;
	background				: #FFFFFF;
	border-top				: 1px solid silver;
	border-bottom			: 10px solid white;
}

#footer a {
	color					: silver;
	background				: #FFFFFF;
	text-decoration			: none;
}

#main {
	margin					: 5px 5px 5px 5px;
	padding					: 10px;
}

#main h2 {
	background				: #FFFFFF;
	background-image		: none;
	background-repeat		: no-repeat;
	padding-left			: 0px;
	font-size				: 110%;
	color					: #555555;

}

blockquote {
	border					: 0px solid #FFFFFF;
	padding					: 2px;
}

code {
	white-space				: pre;
}
