body {
	color:#333;
	background-color:#ac8abd;
	margin:0px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}

#header{
	margin:0px;
	padding:0px;
	height: 100px;
	/* background-image:  url("images/default/banner3.jpg");
	background-repeat: repeat-x; */
	}
	
#banner{
	margin-top:  -30px;
	color: #000000;
	height: 22px;
	background-color:  #ffe384;
	/* border-width:2px;
	border-style: solid;
	border-color: #000000; */
	}
	
#menu{
	margin-top:  5px;
	color: #000;
	height: 15px;
	background-color:  #ffe384;
	}

	
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:12px;
	font-weight:900;
	color:#903bd5;
	}
h2 {
	font: 11px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:11px/15px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#ef7921;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#ef7921;}
a:visited {color:#903bd5;}
a:hover {background-color:#cccccc;}

a.leftmenulink{
	color:black;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a.leftmenulink:link {color:black;}
a.leftmenulink:visited {color:white;}
a.leftmenulink:hover {background-color:yellow;}

a.downloadlink{
	color:black;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a.downloadlink:link {color:#ef7921;}
a.downloadlink:visited {color:#ffdd00;}
a.downloadlink:hover {background-color:#ffeeff;}
  
a.downloadlink3{
	color:#000000;
	padding:0px 3px;
		  		/* vert 	horiz */
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a.downloadlink3:link {color:#ef7921;}
a.downloadlink3:visited {color:#ef7921;}
a.downloadlink3:hover {background-color:#ad8abd;
										 color:#FFF;}

  

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:6px 143px 5px 136px; /* /top margin /distance from right side (width) 
	/distance from bottom menu /distance from left side */
	border:1px solid black;
/*	background-color:#ffffff; */
	background-image:url(images/bg.bmp);
	padding:12px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#leftcontent {
	position:absolute;
	width:130px; /* unknown */
	top:119px;  /* distance from top of page */
	left:4px; /* distance from left side */
	border:0px;
	background-color: transparent;
	padding:0px;
	z-index:2;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:127px; /* width of the column */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#leftcontent {width:127px;}
		
#rightcontent {
	position:absolute;
	width:134px;
	top:118px; /* distance from top of page */
	right:5px;
	border:0px;
	background-color: transparent;
	padding:0px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:134px; /* width of the column */
	}
/* Again, "be nice to Opera 5". */
body>#rightcontent {width:134px;}

#footer {
	clear: both;
	margin:0px 143px 5px 136px; /* /top margin /distance from right side (width) 
	/distance from bottom menu /distance from left side */
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 5px;
	border-top: 1px solid #333;
        a:link color: yellow;
        a:visited color:red;
        a:hover background-color:white;	
	}
#footer2 {
	clear: both;
	margin:1px 1px 5px 0px; /* /top margin /distance from right side (width) 
	/distance from bottom menu /distance from left side */
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #333;
        a:link color: yellow;
        a:visited color:red;
        a:hover background-color:white;	
	}

	
	#footer .date {
		float: center;
		text-align: left;
		}
	
	#footer .contact {
		float: right;
		text-align: right;
		}
		
a.footerlink{
	color:black;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a.footerlink:link {color:#000000;}
a.footerlink:visited {color:#4a8a08;}
a.footerlink:hover {background-color: #eeeeee;}		


