/* generated by csscreator.com */ 
html, body
{ 
	color: #FFFFFF;
	background-color: #000000;
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
} 

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.4em;
	color: #0a5989; 
}

h2 {
	font-size: 1.4em;
	color: #0a5989; 
}

h3 {
	font-size: 1.2em;
	color: #000;
}

h4 {
	font-size: 1.1em;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}

ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #0a5989;
}

a:visited {
	color: #6E0909;
}

a:hover, a:active {
	color: #333333;
}

input, textarea, select {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #0a5989;
	font-size: 0.9em;
}

code {
	font-family: monospace;
	color: #666;
}

form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

.small {
	font-size: 0.9em;
	color: #666;
}


#pagewidth
{
}

.linkbar, .linkbar a, .linkbar a:link, .linkbar a:visited, .linkbar a:active
{
	color: #FFFFFF;
	background-color: #000000;
	width: 100%;
	vertical-align: bottom;
	text-align:right;
	padding-right: 5px
}

.linkbar a:hover
{
	color: #0a5989
}

 #linkbar_top
 {
 border-bottom: 1px solid #ffffff;
 }
 
 #linkbar_bot
 {
 border-top: 1px solid #ffffff;
 }
 
#header
{
	position: relative; 
	height: 75px; 
	color: #ffffff;
	background-color: #000000;
	width: 100%;
	border-bottom: 1px solid #ffffff;
	vertical-align: bottom;
}

#header_text
{
	bottom: 0;
	position: absolute;
}

#twocols
{
	display: inline; 
	position: relative; 
	width: 100%; 
}
 
#maincol
{
	float: left;
	display: inline; 
	position: relative; 
	width: 79%;
	max-width: 79%;
	padding: 5px;
	margin: 5px;
}

#maincol_text
{
	color: #000000;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 10px;
}

#rightcol
{
	left: 1%;
	top: 0px;
	float: left; 
	display:inline; 
	position: relative; 
	width: 19%;
}

#rightcol_text
{
	position: relative;
	top: 0px;
	color: #FFFFFF;
	background-color: #000000;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}
 
#footer
{
	position: relative; 
	height:50px; 
	color: #ffffff;
	background-color:#000000; 
	clear:both;
	border-top: 1px solid #ffffff;
} 

#footer_text
{
	bottom:0;
	position:absolute;
	text-align: right;
}

.badges
{
	border: none;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}
 
 /* *** 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;
	background-color: #909090;
	color: #FFFFFF;
}
/* End hide from IE-mac */  
 
/*printer styles*/ 
@media print
{ 
	/*hide the right column when printing*/ 
	#rightcol
	{
		display:none;
	} 
	#twocols, #maincol
	{	
		width:100%;
		float:none;
	}
	
	.linkbar
	{
		display:none;
	}
	
}