
/* 950 total */

#contentContain {
	width           : 630px;
}

#contentContain div.content {
	padding         : 0 2em;
}

#contentContain div.content h1 {
	color           : #808080;
}

#contentContain div.content h1 span {
	margin          : 0 0 0 20px;
	color           : #D05126;
	font-weight     : bold;
}

#sideContain {
	width           : 320px;
	border-left     : 1px dotted #808080;
}

#sideContain div.content {
	margin          : 0 0 0 3px;
	padding         : 0 .5em 1em 1em;
}

#sideContain div.content h3 {
	margin          : 0;
/*	border-top      : 1px solid #ccc; */
	padding         : 12px 0 6px 0;
	font-family     : "Century Gothic", Verdana, Arial, Sans-Serif;
	font-weight     : normal;
}

#sideContain div.content h3 a {
	font-size       : 1em;
	font-weight     : bold;
	text-decoration : none;
	color           : #cc7070;
}

#sideContain div.content h3 a:hover {
	color           : #cc6666;
	text-decoration : underline;
}

#sideContain div.content ul {
	list-style-type : circle;
	margin          : 0 0 0 1.5em;
	padding         : 0;
}

#sideContain div.content ul li {
	font-size       : 1em;
	line-height     : 1.2em;
	margin          : 0;
	padding         : .1em 0;
}

#sideContain div.content ul li a {
/*	display         : block;
	border-top      : 1px solid #CCC; */
	font-family     : Arial, Helvetica, Sans-Serif;
	padding         : 0px 2px;
	margin          : 0;
	text-decoration : none;
	color           : #005093;
}

#sideContain div.content ul li a:hover,
#sideContain div.content ul li a:focus {
	color           : #003380;
	text-decoration : underline;
	background      : #ffffcc;
}

#sideContain div.content div.sideTools {
	height          : 30px;
}

