﻿@charset "utf-8";
/* CSS Document */

body{
	font:12px Arial, Verdana, sans-serif;
	color:#000;
	background-color:#fff;
	margin:20px;
	text-align:center;
}

img{border-style:none;}

a {
	color:#333;
	text-decoration:underline;
	}

a:hover{text-decoration:none;}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}
.clearfix, .container {display: block;}

#midcol h1 	{color:#f5150d;
	font-weight:bold;
	font-size:20px;
	margin-top:18px;
	margin-bottom:10px;}

/*h1:first-child {
	margin-top:0;
	}*/

h2 	{color:#f5150d;
	font-weight:bold;
	font-size:16px;
	margin-top:18px;	}
	
h3 	{color:#f5150d;
	font-weight:bold;
	font-size:14px;
	margin-top:16px;}	

h4 {color:#f5150d;
	font-weight:bold;
	font-size:16px;
	margin-top:12px;}
	
h5 	{color:#000;
	font-weight:bold;
	font-size:12px;
	margin-top:12px;}

p {	margin-top:12px;}
	
.floatleft {
	float: left;
	margin: 10px 10px 10px 0;
	}
	
.floatright {
	float: right;
	margin: 10px 0px 10px 10px;
	}	

.clear {
	clear:all;
	}	
	
div#midcol ul {
	margin:1em 0 1em 2em;
	padding-left:20px;
	}	
	
fieldset label {
	display:block;
	font-weight:bold;
	margin:1em 0 1em 0;
	}	

form input, form textarea {
	display:block;
	}
	
form textarea {
	width: 400px;
	}	
	
	div#footer {
	margin-top: 20px;
	width:100%;
	background:#000;
	height:36px;
}

div#footer p {
float:right;
text-align: left;
color: #fff;
margin-right: 10px;

	}


div#footer p a { 
	color: #fff;
}
