body{
	margin:0;
	padding:0;
	background:#c2c2c2 url(../images/structure/body_bg.gif) repeat-x;
}
p{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
p.small{
	font:11px Tahoma;
}
p.small_white{
	font:10px Tahoma;
	color:#FFF;
}
a{
	color:#F37543;
	outline:none;
}
a:active{
	color:#F37543;
}
a:visted{
	color:#F37543;
}
h1{
	font:22px bold Arial, Helvetica, sans-serif;
	color:#F37543;
	_margin-bottom:-20px;
}
h2{
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#F37543;
}
h3{
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#EEEEEE;
	margin:5px 0px -5px 0px;
	*margin:10px 0px -15px 0px;
}
table{
	margin:0px;
}
table th{
	font:12px bold Arial, Helvetica, sans-serif;
}
table tr td{
	font:12px normal Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}
.header{
	border-bottom:1px solid #F37543;
	width:100%;
	height:25px;
	margin-top:15px;
}
div#wrapper{
	margin:10px auto;
	width:883px;
	height:100%;
}
div#top{
	width:883px;
	height:25px;
	background:url(../images/structure/top_content_bg_new.gif) no-repeat;
}
div#middle{
	width:853px;
	height:100%;
	margin:0px 15px;
	/*background:url(../images/structure/middle_content_bg.gif) repeat-y;*/
	background-color:#FFFFFF;
}
div#content{
	width:853px;
	_width:823px;
	padding:0px 15px;
	_padding:0px;
	_margin-left:15px;
}
div.border_black{
	width:823px;
	height:25px;
	background-color:#000000;
}
div#content_top{
	width:823px;
	height:265px;
	background:url(../images/structure/top_pic.jpg);
	margin-bottom:2px;
}
div#puffar{
	float:right;
	margin-top:25px;
}
div.puff{
	width:290px;
	height:76px;
	margin:2px 0px 0px 2px;
	padding-left:5px;
}
div.puff input{
	margin-top:8px;
}
div.bright{
	width:823px;
	height:1px;
	background:url(../images/structure/bright.gif) repeat-x;
	_margin-bottom:-20px;
}
div.dark{
	width:823px;
	height:2px;
	background:url(../images/structure/dark.gif) repeat-x;
}
div#menu{
	width:833px;
	font:16px normal Garamond;
	color:#ababab;
	margin:10px 0px 10px 5px;
}
div#menu a{
	color:#ababab;
	text-decoration:none;
	margin:0px 5px;
}
div#menu a:visited{
	color:#ababab;
	
}
div#menu a:hover{
	color:#f37543;
	text-decoration:underline;
}
div#text{
	width:823px;
}
div#text_left{
	width:553px;
	margin:0px 5px 0px 20px;
	float:left;
}
div#text_right{
	width:230px;
	_width:200px;
	margin:20px 5px;
	float:left;
	text-align:right;
}
div#bottom{
	width:883px;
	height:25px;
	background:url(../images/structure/bottom_content_bg.gif) no-repeat;
}
div#menyEx{
	text-align:center;
}
/*
 * Makes floating objects take up space. Fix from http://www.csscreator.com/attributes/containedfloat.php
 */
.floatcontainer:after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility:hidden;
}

.floatcontainer
{
	display: inline-block;
}

/* Hides from IE Mac \*/
* html .floatcontainer
{
	height: 1%;
}

.floatcontainer
{
    display:block;
}
/* End Hack */
