:focus {
	outline:0;
}
* {
	outline:0;
}
blockquote,body,div,dd,dl,form,h1,h2,h3,h4,h5,h6,hr,p,span,table,tr,td,th{
	border:none;
	color:#000000;
	font-family:Tahoma;
	font-size:8pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin:0;
	padding:0;
}
body,td,th {
	line-height:1.5em;
}
body {
	background-color:#FFFFFF;
	background-image:url(/images/bg-gradient.png);
	background-repeat:repeat-x;
	display:block;
	min-height:100%;
	min-width:940px;
	position:relative;
}
html {
	height:100%;
}
* html body {
	behavior:url(/css-hacks/csshover.htc);
	height:100%;
	padding:10px;
}
input {
	font-family:Tahoma;
	font-size:8pt;	
}
textarea {
	font-family:Tahoma;
	font-size:8pt;	
	color:#000000;
	padding:2px;
}
img {
	behavior:url(/css-hacks/iepngfix.htc);
}
a img {
	border:none;
}
a:link {
	color:#D85100;
	text-decoration:none;
}
a:visited {
	color:#D85100;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a:active {
	color:#000000;
	text-decoration:none;
}

input.button {
	width:200px;
	margin:2px 0 2px 0;
}
input.file {
	width:400px;
}
input.text {
	width:400px;
}
textarea.text {
	height:150px;
	width:550px;
}
a#tip {
	color:#D85100;
}
.hidden {
	display:none;
	visibility:hidden;
}
span.star {
	color:#D85100;
}
span.copy {
	color:#000000;
	font-size:14pt;
}
h2.title {
	font-size:14pt;
	letter-spacing:-1px;
	margin: 0 0 20px 0;
}
div.table {
	background-color:#FFFEEE;
	border-left:1px #D85100 dotted;
	margin:10px 80px 10px 20px;
	padding:10px;
}
div.yellow-box {
	background-color:#FFFEEE;
	display:block;
	margin-bottom:20px;
	width:229px;
}
div.yellow-box div.y1 {
	background-image:url(/images/block-yellow-top.png);
	background-position:left top;
	background-repeat:no-repeat;
}
div.yellow-box div.y2 {
	background-image:url(/images/block-yellow-bottom.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:15px;
	text-align:left;
}
div.yellow-box div.y2 h2 {
	margin:0 0 12px 0;
}
div.green-box {
	background-color:#EEFFAA;
	display:block;
	margin-bottom:20px;
	width:229px;
}
div.green-box div.g1 {
	background-image:url(/images/block-green-top.png);
	background-position:left top;
	background-repeat:no-repeat;
}
div.green-box div.g2 {
	background-image:url(/images/block-green-bottom.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:15px;
	text-align:left;
}
div.green-box div.g2 h2 {
	margin:0 0 12px 0;
}
div#layout {
	display:block;
	margin:0 auto;
	width:940px;
}
#prefooter {
	height:90px;
	width:100%;
}
* html #prefooter {
	width:100%;
}
#footer {
	bottom:0;
	display:block;
	height:65px;
	margin:0 auto;
	text-align:center;
	padding-bottom:5px;
	position:absolute;
	width:100%;
}
* html #footer {
	width:100%;
}
div#header {
	display:block;
	height:149px;
	margin:0 auto;
	margin-bottom:15px;	
	overflow:hidden;
	width:900px;
}
a#logo {
	background-image:url(/images/logo.png);
	background-repeat:no-repeat;
	float:left;
	display:block;
	height:117px;
	margin:36px 0px 0px 30px;
	width:271px;
}
*html a#logo {
	margin-left:15px;
}
div#menu {
	display:block;
	float:right;
	height:73px;
	margin:50px 30px 0px 0px;
	width:534px;
}
* html div#menu {
	margin-right:15px;
}
a#services {
	background-image:url(/images/menu.png);
	background-position:left 0px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:73px;
	width:206px;
}
a#services:hover, a#services:active {
	background-image:url(/images/menu.png);
	background-position:left -73px;
	background-repeat:no-repeat;
}
a#forum {
	background-image:url(/images/menu.png);
	background-position:-207px 0px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:73px;
	width:175px;
}
a#forum:hover, a#forum:active {
	background-image:url(/images/menu.png);
	background-position:-207px -73px;
	background-repeat:no-repeat;
}
a#blog {
	background-image:url(/images/menu.png);
	background-position:-384px 0px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:73px;
	width:153px;
}
a#blog:hover, a#blog:active {
	background-image:url(/images/menu.png);
	background-position:-384px -73px;
	background-repeat:no-repeat;
}