/* generated by csscreator.com */ 
html, body {
	margin: 10 0 0 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #555555;
	background-color: #333333;
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #ff7700;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cc0000;
}

h2 {
	font-size: 14px;
	color: #990000;
}

img {
	border: 0px;
}

#pagewidth {
	width: 952px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #aa0000;*/
	background-color: #ffffff;
}

#top_nav {
	position: relative;
	height: 20px;
	background-color: #333333;
	padding-top: 5px;
	padding-left: 5px;
	text-align: center;
	font-size: 12px;
	color: #cccccc;
	text-align: center;
}

#top_nav a {
	color: #ff0000;
	font-weight: bold;
}

#top_nav a:hover {
	color: #ffffff;
	font-weight: bold;
}

#header {
	position: relative;
	height: 125px;
	border: 1px solid #cc0000;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #666666;
}
 
#leftcol {
	width: 170px;
	float: left;
	position: relative;
}

#twocols {
	width: 780px;
	float: right;
	position: relative;
}

#rightcol {
	width: 170px;
	float: right;
	position: relative;
	/*padding: 5px;*/
	margin-top: 10px;
}
 
#maincol {
	float: left;
	display: inline;
	position: relative;
	width: 578px;
	margin: 10px;
	padding: 5px;
	min-height: 350px;
	font-size: 12px;
	background-color: #dddddd;
	border: 1px solid #cc0000;
}
 
#footer {
	/*height: 15px;*/
	background-color: #eeeeee;
	clear: both;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #cc0000;
}

.page_border {
	border: 1px solid #cc0000;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
@media print { 
	/*hide the left column when printing*/ 
	#leftcol{display:none;} 
	
	/*hide the right column when printing*/ 
	#rightcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}

/* {{{ nav menu */
#nav_menu {
	width: 150px;
}

#nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#nav_menu li a {
	text-decoration: none;
	/*height: 32px;*/
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	padding: 6px 0 0 5px;
	font-weight: bold;
	border-bottom: 1px dashed #cc9999;
}
	
#nav_menu li a:link, #nav_menu li a:visited {
	color: #ee4444;
	display: block;
	/*background: url(layout_images/nav_menu/nav.gif);*/
	padding: 5px 0 0 5px;
}
	
#nav_menu li a:hover {
	color: #333333;
	/*background: url(layout_images/nav_menu/nav_over.gif);*/
	padding: 5px 0 0 10px;
}
	
#nav_menu li a:active {
	color: #fff;
	/*background: url(layout_images/nav_menu/nav.gif);*/
	padding: 5px 0 0 5px;
}
/* }}} end nav menu */

.page_left_box_header {
	background-color: #444444;
	height: 15px;
	color: #ee4444;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 0px;
	border: 1px solid #cc0000;
	text-align: center;
}

.page_left_box_body {
	/*background-color: #abbdd5;*/
	background-color: #dddddd;
	padding: 5px;
	margin-right: 0px;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
}

.page_right_box_header {
	background-color: #444444;
	height: 15px;
	color: #ee4444;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	border: 1px solid #cc0000;
	text-align: center;
}

.page_right_box_body {
	/*background-color: #abbdd5;*/
	background-color: #dddddd;
	padding: 5px;
	margin-right: 5px;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
}
