@charset "utf-8";

	
	/* float clearing for IE6 */
* html .clearfix
	{
  height: 1%;
  overflow: visible;
	}
	
/* float clearing for IE7 */
*+html .clearfix
	{
  min-height: 1%;
	}

/* float clearing for everyone else */
.clearfix:after
	{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
	}
/* CSS Document */
div#wrapper
	{
	width:960px;
	border:0px;
	margin-right: auto;
	margin-left: auto;
	}

div.header
	{
	width:960px;
	height:150;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.png);
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #EDEDED;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F26806;
	text-align: right;
}
div {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ccc;
}

div.hoMenu
	{
		width:960px;
	}

div.sideMenu
	{
		float:left
		width:210px;
	width: 200px;
	margin-left: 0px;
	float: left;
	}

#wrapper .sideMenu ul 
	{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11pt;
	color: #FF370B;
	text-decoration: none;
	list-style-type: none;
	margin-left: 4px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF370B;
	line-height: 33px;
	text-indent: 7px;
	}



div.narrowContentBox
  {
	width:400px;
	margin:20px;
	/* CSS3 standard */
  opacity:.85;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/content_bg.png);
  }
  
div.wideContentBox
  {
	width:670px;
	margin:20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/content_bg.png);
	background-repeat: repeat;
  }

div.contentCell
	{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #039;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	}

.floatright
	{
	float: right;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F4AE3E;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #39F;
}
body {
	background-color: #ececec;
}


a:link {
	text-decoration: none;
	color: #FF370b;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:visited {
	text-decoration: none;
	color: #FF370b;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FF37ob;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF2F2;
}

