BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #c7d1f4;
	background-image: url(../images/blueGradient.png);
	background-repeat: repeat-x;
	text-align: center;
}
A:link
{
	text-decoration: none;
	color: #6699FF;
}
A:visited
{
	color: #6699FF;
	text-decoration: none;
}
A:active
{
	color: #6699FF;
	text-decoration: underline;
}
A:hover
{
	text-decoration: underline;
}
H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0px;
}
H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 0px;
}
H3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}
PRE
{
	font-family: Courier, Sans-Serif;
	font-size: 10pt;
}
.sideBox
{
	border-style: solid;
	border-width: 1px;
	border-color: Silver;
	padding: 3px;
	margin-bottom: 5px;
	font-size: 8pt;
}
.sideBoxHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
	background-image: url(../images/greyGradient.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 2px;
}
#header
{
	text-align: left;
	font-weight: bold;
}
#container
{
	width: 95%;
	margin: 10px auto;
	background-color: White;
	border: solid 1px Black;
	padding: 0px;
	text-align: left;
}
#sections
{
	color: Black;
	font-size: 12pt;
	padding-bottom: 3px;
	padding-top: 15px;
	/*background-color: #f4f4f4;*/
	background-image: url(../images/greyGradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#sections A
{
	color: Black;
	background-image: url(../images/blackSquare.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 0.7em;
	padding-left: 0.3em;
}
#sections UL
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#sections LI
{
	display: inline;
	list-style-type: none;
}
#breadcrumb
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 30px;
	padding-top: 3px;
	padding-left: 0.3em;
}
#leftSidebar
{
	float: left;
	margin-left: 3px;
}
#menubar
{
	width: 148px;
	background-color: #f4f4f4;
	color: Black;
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	margin-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	word-wrap: break-word;
}
#menubar UL
{
	margin-left: 15px;
	padding-left: 5px;
	list-style-type: circle;
	padding-right: 0px;
}
#menubar LI A
{
	padding-left: 0px;
}
#menuHeader A
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 2px;
	color: Black;
	padding-left: 5px;
}
#sideImage
{
	margin-bottom: 0px;
	margin-top: 3px;
}
#content
{
	padding: 5px;
	margin-left: 153px;
	margin-right: 153px;
	border-left: solid 1px Silver;
	line-height: 130%;
}
#content LI
{
	padding-bottom: 5px;
}
#sideboxes
{
	width: 150px;
	float: right;
	margin: 0;
	margin-right: 3px;
}
#sideboxes LI A
{
	list-style-type: none;
	list-style: none;
	border-left: solid 10px #f4f4f4;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom: solid 1px #f4f4f4;
	display: inline-block;
	margin-left: 0px;
}
#sideboxes LI A
{
	/* This is a hack from http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=1&postId=824 */
	/* A bug in IE means that if we overried inline-block immediately with block, we avoid extra white space appearing below each LI. */
	display: block;
}
#sideboxes LI A:hover
{
	border-left: solid 10px #cccccc;
}
#sideboxes UL
{
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
}
#creditfooter
{
	text-align: center;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
div.feedburnerFeedBlock ul li span.headline
{
	display: inline-block;
}
div.feedburnerFeedBlock LI A
{
	/* This is a hack from http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=1&postId=824 */
	/* A bug in IE means that if we overried inline-block immediately with block, we avoid extra white space appearing below each LI. */
	display: block;
}
#subscribeLinkContainer
{
	text-align: center;
}
#subscribeLink
{
	text-align: left;
}
#footer
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #f4f4f4;
	text-align: center;
	border-top: solid 1px Silver;
	margin-top: 20px;
}
