/* generated by csscreator.com */

#pagewrapper
{
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#region
{
	background-color: #336699;
	color: #CCCCCC;
	font-size: 1.2em;
	/*border-bottom: solid 1px #FFFFFF;*/
	padding: 0 10px 0 10px;
	text-align: right;
}

#region a, #region a:visited
{
	font-style: normal;
	color: #CCCCCC;
}

#region a:hover 
{
	color: #FFFFFF;
}

#header
{
	position: relative; /*height:180px; background-color:#A0A9C6; Specified in region style sheet*/
	width: 100%;
	font-size: 12pt;
	text-transform: lowercase;
	color: #FFFFFF;
}

/* Position everything to the left side in the header */
#breadcrumbs {float: left; width: 600px;}

/* Position the logo to the right side */
#header a img {float: right;}
#header img {vertical-align: middle;}
#header a, #header a:visited {color: #66CCCC;}
#header a:hover {color: #FF4500;}

#navigation
{
	width: 215px;
	float: left;
	position: relative;
}

#navigation p
{
	color: #FFFFFF;
	padding: 0 10px 0 10px;
	/*text-align: center;*/
}

#navigation h2 
{
	padding: 10px 10px 0 10px;
	text-align: center;
	color: #FFFFFF;
}


#navigation a, #navigation a:visited 
{
	color: #66CCCC;
}

#navigation a:hover
{
	color: #FF4500;
}

#contentwrapper
{
	clear: both;
	background-color: #003366;
}

#content
{
	background-color: #FFFFFF;
	float: right;
	display: inline;
	position: relative;
	width: 565px;
	padding: 10px;
	min-height: 400px;
}

#footer
{
	clear: both;
	background-color: #596f80;
	color: #cfdce6;
	letter-spacing: 2px;
	font-size: 80%;
	height: 30px;
	text-align: center;
	padding-top: 10px;
}

/* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

/*printer styles
@media print
{
	#navigation, #header
	{
		display: none;
	}
	#twocols, #content
	{
		width: 100%;
		float: none;
	}
}
*/