html, body, h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
}
body
{
	background: #8eb9e3 url(../Files/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
	line-height: 1.4em;
}
h1
{
	color: #006599;
	margin-bottom: 0.5em;
}
h2
{
	color: #8eb9e3;
}
a
{
	color: #004467;
}
a:hover
{
	color: #000f17;
}
img
{
	border: none;
}
hr
{
	border: 0;
	background: #d9d9d9;
	height: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
}
/***********************************************/
/**************** Unique IDs *******************/
/***********************************************/
#container
{
	text-align: left;
}
#header
{
	height: 150px;
	background: url(../Files/content_top.png);
}
#logo
{
	position: relative;
	top: 40px;
}
#content
{
	background: url(../Files/content.png) repeat-y;
}
#footer
{
	height: 80px;
	background: url(../Files/content_bottom.png);
}
#copyright
{
	margin-right: 50px;
	padding-top: 20px;
	text-align: right;
}
#copyright a
{
	font-size: 0.9em;
	color: #8eb9e3;
	text-decoration: none;
	font-weight: bold;
}
#copyright a:hover
{
	text-decoration: underline;
	color: #006599;
}
#sponsors{margin-bottom:15px;}
#sponsors h2{color:#eb8f20; margin-bottom:10px;}
#sponsors img
{
	margin:7px 0 7px;
}
/***********************************************/
/**************** Breadcrumb *******************/
/***********************************************/
#breadcrumb
{
	margin: 2em 0 1em;
	font-size: 0.7em;
	color: #006599;
}
#breadcrumb span
{
	color: #8eb9e3;
}
#breadcrumb ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#breadcrumb li
{
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
}
#breadcrumb li a
{
	color: #8eb9e3;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumb li a:hover
{
	text-decoration: underline;
}

/***********************************************/
/**************** Navigation *******************/
/***********************************************/

/* First-Level Nav */
#side-nav
{
	margin-bottom: 20px;
}
#side-nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#side-nav li
{
	margin: 0px;
	padding: 0;
}
#side-nav li a
{
	display: block;
	padding: 5px 7px;
	color: #006599;
	text-decoration: none;
	font-weight: bold;
}
#side-nav li a:hover
{
	background: #8eb9e3;
	color: White;
}
#side-nav li a.selected, #side-nav li a:hover.selected
{
	background: #006599;
	color: White;
}

#side-nav li li a
{
	font-weight: normal;
	font-size: 0.9em;
	padding-left: 20px;
}
#side-nav li li a:hover
{
	color: #006599;
	background: url(../Files/bullet_blue.png) no-repeat left;
}
#side-nav li li a.selected, #side-nav li li a:hover.selected
{
	background: none;
	font-weight: bold;
	color: #006599;
	background: url(../Files/bullet_black.png) no-repeat left;
}
/***********************************************/
/***********************************************/
/********** CLEARFIX - DO NOT REMOVE ***********/
/***********************************************/
/***********************************************/
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
html[xmlns] .clearfix
{
	display: block;
}
* html .clearfix
{
	height: 1%;
}
