/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-image:url(images/background_pattern.png);
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #444;
 text-decoration: none;
 word-spacing: 0.05em;
 text-align: left;
 letter-spacing: 0;
 line-height: 16px;
 font-size: 12px; 
 } 
 
#pagewidth{ 
 width:957px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 width:100%;
} 

#wrapper{
 background-image:url(images/background_wrap.png)
}

#titlerow{
 width:735px;
 margin-left:107px;
 margin-right:115px;
 padding-top:20px;
 padding-bottom:10px;
 border-bottom: 1px solid #ccc;
}

#maincol{
 width:535px;
 padding-left:107px;
 padding-right:5px;
 float:left; 
 position:relative; 
 padding-top: 10px;
  }
 
#rightcol{
 float: right; 
 display:inline; 
 position: relative; 
 width:200px; 
 font-size: 1.5em;
 line-height: 1.3em;
 padding-left:5px;
 padding-right:105px;
 padding-top: 10px;
 }

#rightcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

#rightcol ul li {
	position: relative;
	}
	
#rightcol li ul {
	position: absolute;
	left: 189px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#rightcol ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#rightcol ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
#rightcol li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
#rightcol li:hover ul, li.over ul { display: block; } /* The magic */

#footer{
 clear:both;
 width:745px; 
 text-align:left;
 padding-left:107px;
 padding-right:105px;
 color:#FFFFFF; 
} 
 

 
 /* *** 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{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
.copyright, a {
	font-size: 9px;
	color:#CCCCCC;
	text-decoration: none;
}

.form_style {
	font-size: 10px;
	padding: 5px;
	height: 15px;
	width: 220px;
	border: thin dotted #CCCCCC;
}
.form_style_comments {
	font-size: 10px;
	padding: 5px;
	height: 60px;
	width: 220px;
	border: thin dotted #CCCCCC;
}
.form_style_check {
	font-size: 10px;
	padding: 5px;
	height: 15px;
	width: 15px;
	border: thin dotted #CCCCCC;
}

