/* CSS Document */

body {
	background:#FFF;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#666;
	}
h2 {
	color:#000000;
	font-size:14px;
	text-align:center;
}
h3 {
	color:#000000;
	font-size:16px;
}
h4 {
	color:#CCCCCC;
	font-size:10px;
}
a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid;
	}
a:hover {
	border-bottom:1px solid;
	color:#EDD134;
	}
#minwidthfix {
	min-width:980px;
}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("../images/rightcolor_bg.gif") repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("../images/leftcolor_bg.gif") repeat-y top left;
	}
#header {
	background:#FFF;
	padding:10px;
	margin:0;
	text-align:center;
	color:#999;
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#EDD134;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#maincol a {
	color:#000;
	}
#maincol a:hover {
	color:#EDD134;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FFF;
	z-index:100;
	}
#leftcol a {
	color:#000;
	}
#leftcol a:hover {
	color:#EDD134;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FFF;
	z-index:99;
	}
#rightcol a {
	color:#000;
	}
#rightcol a:hover {
	color:#EDD134;
	}
#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#EDD134;
	}
#footer {
	position:relative;
	top:1px;
	background:#FFF;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	}
hr {
 	border : none;
	border-top : dashed 1px #EDD134;
	background-color : #EDD134;
	height : 1px;
	}