*{
	margin: 0;
	padding: 0;
	border: 0;
}
a:active, a:visited, a:focus{
  outline: none;outline:0;
  -moz-outline-style: none;
}
a{
	color: #741428;
	font: bold 1em Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	text-decoration: none;
}
.ayellow {
color: #FFFF00;
}
a:hover,div#footer a{
	color: #FFFF00;
}
.ayellow:hover { color: #D6C931; }
body{
	_behavior: url("css/csshover.htc");
	background: #8D65C9 url(../images/bg.png) repeat-x;
	border-bottom: 4px ridge #CCBB04;
	border-left: 4px ridge #CCBB04;
	border-right: 4px ridge #CCBB04;
	font: 110% Verdana,Arial,Helvetica,sans-serif;
	height: 100%;
	margin: 0 auto;
	max-width: 1280px;
	min-width: 860px;
	padding: 0;
	}

div#container{
margin: 0 auto;
	width: 100%;
	width: expression(document.body.clientWidth < 864? "862px" : "auto"); 
}

div#content{
	margin: 0px auto 0px 260px;
	min-height: 400px;

}

div#content p{
	font-weight: bold;
	line-height: 1.4;
}

div#extra{
	clear: left;
	float: left;
	padding: 3px;
	text-align: center;
	width: 244px;
}

div#extra img{
	border: 2px ridge #8C8100;
}

div#footer{
	background: transparent;
	clear: both;
	height: 45px;
	text-align: center;
	width: 100%;
}

div#footer p{
	font: bold 14px Verdana,Arial,Helvetica,sans-serif;
	line-height: 6px;
	padding: 10px 0px 0px 244px;
	text-align: center;
}

div#footer p.copy{
	font: bold 14px Verdana,Arial,Helvetica,sans-serif;
	font-style: italic;
	line-height: 6px;
	padding: 0px 0px 10px 244px;
	text-align: center;
}

div#header{
	background: transparent url(../images/head.png) no-repeat;
	height: 307px;
	margin: 0px 0px 0px 0px;
}

div#left{
	background: transparent url(../images/menu.png) no-repeat;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 260px;
}

div#name{
	_clear: both;
	float: right;
	height: 44px;
	padding: 75px 160px 0px 370px;
	width: 450px;
	z-index: 1;
}

div#wrapper{
	float: right;
	margin-left: -260px;
	width: 100%;
}

h1{
	font-size: 1em;
	line-height: 1em;
	text-align: center;
}

h2{
	font-size: 0.875em;
	line-height: 1em;
	text-align: center;
}

h3{
	font-size: 0.689em;
	line-height: 1.2em;
	text-align: center;
}

h4{
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	text-decoration: underline;
}

h5{
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	text-decoration: underline;
}

h6{
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.125em;
	text-align: center;
	text-decoration: underline;
}

html{
	scrollbar-3dlight-color: #CCBB04;
	scrollbar-arrow-color: #CCBB04;
	scrollbar-darkshadow-color: #22572F;
	scrollbar-face-color: #8d65c9;
	scrollbar-highlight-color: #CCBB04;
	scrollbar-shadow-color: #CCBB04;
	scrollbar-track-color: #CCBB04;
	background: url(../images/htmlbg.png) repeat-x;
}

img,div{
	behavior: url(iepngfix.htc);
}

li{
	font-weight: bold;
}

p{
	margin: 0 2px 2px;
}
.menu{ float: left; margin: 37px 0px 0px 0px; padding-left: 28px; text-align: center; }
.menu li a{ background: transparent url(../images/buttons.png) no-repeat  0 100%; display: block; font: bold 17px Verdana, Arial, Helvetica, sans-serif; height: 41px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/ line-height: 41px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/ padding: 1px 0 5px 0px; text-decoration: none; width: 188px; }
.menu li a:link, .menu li a:visited, div#footer a:hover { color: #D6C931; }
.menu li a:hover, .menu li a.selected { background-position: -190px 100%; color: #286736; }
.menu ul{ border-bottom: 2px ridge #8c8100; list-style-type: none; margin: 0; padding: 0; }
#swf { display: block; height: 130px; position: relative; text-align: right; top: 21px; width: 100%; }
input.btn {
  color:Black;
  font: bold 90% 'trebuchet ms',helvetica,sans-serif;
  background-image: url(../images/btn.jpg);
  border-color: #E9DE3F #E9DE3F #E9DE3F #E9DE3F;
  	cursor: pointer;
	cursor: hand;
  padding-left:4px;
  padding-right: 4px;
}
input.btnhov {
  border-color: #22572F #E9DE3F #E9DE3F #22572F;
  color: #22572F;
}
 input {
background: #E9DE3F;
font-weight: bold;
}
select{
background: #E9DE3F;
 font-weight: bold;
}
small {
	font-size: xx-small;
}