@charset "utf-8";
body {
	text-align: center;
	margin: 0;
	left: 0px;
	padding: 0px;
	background-color: #333333;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;




}
.oneColFixCtrHdr #container {
	width: 1080px;
	background: #EEEEEE;
	margin: 0 0px;
	border: 0px none #000000;
	text-align: left;
	color: #FF00FF;

}
.oneColFixCtrHdr #header {
	padding: 0;
	color: #999999;
	clear: both;
	float: none;
	background-color: #EEEEEE;
	background-position: center;


}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
	
}
.oneColFixCtrHdr #mainContent {
	background-color: #EEEEEE;
	text-indent: 0px;
	margin: 0px;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;

}
.oneColFixCtrHdr #footer {
	padding: 1px;
	color: #000000;
	font-size: x-small;
	background-color: #EEEEEE;
}

/* Links */
a:link {
	color: #0000AA;
	font-weight: bold;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	font-family: Calibri, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a:hover  {
	color: red;
	font-weight:bold;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:active {
	color: #0000AA;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
h3 {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CC0033;
	}
h2 {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #CC0033;
}
h1 {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #CC0033;
}
.oneColFixCtrHdr #wrapper {
	text-align: left;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #999999;
	color: #EEEEEE;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 10pt;
	border: thin none #EEEEEE;
}
.top {
	background-position: top;
}
#rightcolm {
	float: right;
	width: 440px;
	margin: 0px;
	padding: 5px;
}
#titlebox {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	width: 430px;
}


#leftcolm {
	width: 440px;
	float: left;
	margin: 0px;
	clear: none;
	padding: 5px;
}
#widecolumn {
	width: 900px;
	clear: both;
	float: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

