body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: small;
	background: #999966;
}
.text {
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
	text-align: left;
}

.text2 {
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
	text-align: left;
}
a:link {
	color:#336666;
	text-decoration:none;
}

a:hover {
	color:#336666;
	text-decoration:none;
	border-bottom: 1px dotted #336666;
}
a:visited{
	color:#336666;
	text-decoration:none;
}

.headline {
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #999933;
	font-size:18px;
	text-align: left;
}

.smallheadline {
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #999933;
	font-size:14px;
	text-align: left;
}
.boxheadline {
	font-weight: normal;
	font-family:Georgia, arial, Times, serif;
	color: #999933;
	font-size:14px;
}


#maintable {
	background-color:#FFFFFF;
	border-color:#000;
	border-width: 1px;
	border-style: solid;
}

#tablemaintext {
	background-color:#FFFFFF;
	margin-right: 10px;
}
#footertable {
}

#footertable .td {
	padding-left: 45px;
}


#footertext {
	font-size:smaller;
	text-align:left;
	color:#336666;

}

/*header*/
#header {

	background:#666666 url(graphics/logo/logo_small_with_back.jpg) no-repeat top left;
	}
	
#header h1 {
	margin: 0;
	padding: 60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color:#FFFFFF;
}
/*gutter*/

#content .gutter {
	padding-bottom: 25px;
	padding-left: 45px;
	padding-right: 25px;
	padding-top: 35px;
	vertical-align: top;
	top: auto;
}

#sidebar .gutter {
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 25px;
	padding-top: 35px;
}

#footerpadding {
	padding-bottom: 5px;
	padding-left: 45px;
	padding-right: 5px;
	padding-top: 5px;
}
/*layout structure*/
#message {
 margin:0;
 background-color:#993300;
 }

#wrap {
min-width: 500px;
max-width: 1900px;
background: url(graphics/wrap-bg.gif) repeat-y 70% 0;

}

#content {
	text-align: left;


}

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	color:#333333;
}


#sidebar {
	text-align: left;
}
.box {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color:#333333;
	background:#FFFFFF url(graphics/box-b.gif) no-repeat bottom right;

	}
.box h3 {
	margin:0;
	padding: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	color:#333333;
	background:url(graphics/box-t.gif) no-repeat top left;
	}
.box p, .box ul {
	margin: 0;
	padding: 0 5px 0 3px;
}	

.box ul li {
	margin: 10px 0 0 0px;
	padding: 10px 0 10px 0px;
	list-style: none;
}

#footer {
	clear:both;
	background:#ededde;
	color: #cccccc;
	padding-left: 45px;
	padding-bottom: 5px;
	padding-top: 5px;
	}

dl.feature {
margin: 15px 0;
padding: 15px;
border-top: 1px dotted #cccccc;
border-bottom: 1px dotted #cccccc;
}
dl.feature:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #333333;
}
dl.feature dt img {
float:left;
margin: 0 15px 0 0;
padding: 0 4px 4px 0;
}
dl.feature dd{
margin-left: 169px;
font-size: 90%;
line-height: 1.5em;
color: #666;
}

/*various hacks*/
/* Hide from IE5/Mac \*/
*html #footer {height: 1%;}
/* End hide from IE5/Mac */

dl.feature { display:inline-table; }
/* Hide from IE-Mac \*/
*html dl.feature {height: 1%;}
dl.feature { display:block; }
/* End hide from IE-Mac */
