img, div, input { behavior: url("iepngfix.htc") }
 
body, html {
	margin:0;
	padding:0;
	background-image:url(images/pattern2.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#shaddow {
	background-image:url(images/background.png);
	background-repeat:y;
	width:1000px;
	margin-left:auto;
	margin-right:auto;

}

#wrapper {
	width:950px;
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;

		
}
#copy {
	padding:10px 40px 40PX 40px;
	width:920px;
	background-image:url(images/background_bottom.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	color:#FFFFFF;
	

		
}
#top {
	position:relative;
	padding:10px;
	height:40px;
}


#logo{
	position:absolute;
	width:950px;
	height:40px;
	top:10px;
	left: 0px;
	background-color:#FFFFFF;
	opacity: 0.85;
    filter:alpha(opacity: 85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
	z-index:101;

}

#news {
	position:absolute;
	width:512px;
	height:13px;
	top:32px;
	left: 427px;
	padding:5px;
	z-index:150;

}

#topmenu {
	position:absolute;
	width:512px;
	height:13px;
	top:1px;
	left: 427px;
	padding:5px;
	text-align:right;

}

#topmenu a {
	text-decoration:none;
	font-weight:bold;

}

#topmenu a:hover {
	text-decoration:none;

}

#copyright{
	position:absolute;
	width:161px;
	height:17px;
	top:167px;
	left: 773px;
	opacity: 0.85;
    filter:alpha(opacity: 85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
	z-index:101;
	color:#FFFFFF;
	text-align:right;
	padding:10px;

}

#copyright a{
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;	


}
#top_right {
	position:absolute;
	top:5px;
	padding:10px;
	height:30px;
	width: 635px;
}


#main {
	position:relative;
		
	
}

#banner {
	position:relative;
	background-image:url(images/banner1.gif);
	
	height:200px;
	background-color:#EEEEEE;

}




#text_area {
	position:relative;
	padding:20px;
	width:910px;


	
}



.img {
	border:solid #CCCCCC 2px;

}

#box1 {
	position:relative;
	float:left;
	width: 490px;
	

	
}

#box2 {
	position:relative;
	float:right;
	width: 380px;
	padding:10px;
	background-color:#eeeeee;
	border:solid #CCCCCC 2px;
	
}

#box3 {
	position:relative;
	float:right;
	width: 380px;


	
}

#left {
	float:left;

	padding:10px;
	margin:0px;
	width:220px;
	

}

#left a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;



}

#left a:hover {
	text-decoration:none;
	color:#FF108E;


}


#middle {

	width:450px;
	padding:10px;
	margin:0px;
	float:left;
}
#right {

	width:220px;
	padding:10px;
	margin:0px;
	float:left;
}

#footer_clearer {
	clear:both;
	height:10px;


}
#footer {
	position:relative;
	height:150px;
	background-color:#000000;
	border-top:#EEEEEE solid 4px;

	

}

#footer_holder {
	
	position:relative;
	width:950px;
	background-color:#000000;
	margin-left:auto;
	margin-right:auto;
	color:#FF108E;
}

#footer_left {
	
	width:400px;
	float:left;
	padding:25px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	

}

#footer_right {
	position:absolute;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height: 89px;
	top: 20px;
	left: 555px;
	border-left: solid #FF108E 4px;
	width: 320px;
	padding-left:25px;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
}

#footer_right a {
	text-decoration:underline;
	color:#FF108E;
	font-weight:bold;

}

#footer_right a:hover {
	text-decoration:none;


}

a {
	text-decoration:underline;
	color:#000000;
	font-weight:bold;



}

a:hover {
	text-decoration:none;
	color:#FF108E;
	



}



form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 500px;
  width: 500px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 130px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


h1 {
	font-size:18px;


}

h2 {
	font-size:14px;


}

h3 {
	font-size:12px;

}

h4 {}
