body
{
	margin: 0;
	background: #BFD6F6 url(images/bg-stripes.gif);
	font-family: arial, sans-serif;
	font-size: 16px;
}

#header { margin: 10px 0 16px 0; }

#nav
{
	margin: 20px 0;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}

#nav a
{
	/*force preload */
	background: #fff url(images/navmail.gif);
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #888;
	border-width: 0 1px 1px 0;
	color: #777;
	margin: 4px;
	padding: 8px 16px 6px 6px;
	text-decoration: none;
}

#nav a:hover
{
	background: #fff url(images/navmail-cancelled.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #222;
}



/* content */
#content { margin: 46px 15px 0 300px; }

#content h2
{
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 1.6em;
	padding: 0 25px;
}

#content .contentItem
{
	background: #fff;
	border: 1px solid #BFD6F6;
	border-color: #BFD6F6 #ccc #ccc #BFD6F6;
	border-width: 1px 2px 2px 1px;
	margin-bottom: 10px;
	padding: 0 25px 25px 25px;
}

#content .contentItem .contentItembody { padding: 0; }

#content .contentItem h3
{
	border-bottom: 3px double #c00;
	font-size: 1.1em;
	padding: 0;
}

#content .contentItem h4
{
	padding: 0;
	margin: 1em 0 0 0;
	font-size: 0.8em;
	color: #4F90F0;
}

#content .contentItem dt { font-weight: bold; }

#content .contentItem dd
{
	margin: 0;
	padding: 0 1em;
}

/* sidebar */
#sidebar
{
	border-right: 5px solid #1B52D4;
	border-bottom: 5px solid #1B52D4;
	background: #4F90F0 url(images/bar-top-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 250px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 15px 30px 15px;
	font-size: 0.8em;
}

#sidebar .sidebox
{
	color: #03b;
	background: url(images/sidebox_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 8px;
	padding-bottom: 10px;
}

#sidebar .sidebox .sideboxbody
{
	padding: 1em 20px;
	background: url(images/sidebox_body.gif);
	background-repeat: no-repeat;
	padding-top: 26px;
}

#sidebar .sidebox h3
{
	color: #fff;
	font-size: 1.2em;
	text-shadow: 2px 2px 0px #700;
	text-transform: uppercase;
	background: url(images/sidebox_headline.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 8px 20px 0 20px;
}

#sidebar .sidebox h4 { margin: 0; }
#sidebar ul { padding-left: 15px; margin: 5px 0;}

#copyright
{
	text-align: center;
	color: #eee;
	font-size: 80%;
	margin: 10px;
}

.uplink
{
	text-align: center;
	margin: 20px 0 0 0;
	font-weight: normal;
	font-size: 11px;
}

span.uplink
{
	vertical-align: 30%;
}

blockquote
{
	border: 1px solid #ddd;
	background: #f6f6f6;
	margin: 0 1em;
	padding: 0.5em;
}
