/*** RESET ****/
body, html, h1, h2, h3, h4, p, form, ul, ol, li{ padding:0px; margin:0px; }
ul,ol { list-style: none; }
table { border-collapse: collapse; }
body, html { width:100%; height:100%; }
fieldset,img { border: none; }
a{ outline:none; text-decoration:none; }

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#site{
	width:100%;
	height:100%;
	min-width:960px;
	min-height:620px;
	position:absolute;
	top:0px;
	left:0px;
}

#lang{
	position:absolute;
	top:6px;
	left:50%;
	margin-left:-480px;
	text-align:right;
	width:960px;
	font-size:14px;
}

#greenbar{
	height:67px;
	width:100%;
	position:absolute;
	top:30px;
	left:0px;
	background-color:#006633;
}

#logo{
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-480px;
	width:580px;
	height:97px;
}

#content{
	padding-top:130px;
	margin:0px auto;
	width:960px;
	padding-bottom:60px;
}

#footer{
	height:150px;
	width:100%;
	background-image:url(images/footerbgr.jpg);
	background-repeat:repeat-x;
	position:relative;
}

#footerlogo{
	width:216px;
	height:50px;
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-480px;
}

#footeragents{
	position:absolute;
	top:8px;
	left:50%;
	margin-left:-480px;
	width:500px;
	height:20px;
}

#footerterms{
	position:absolute;
	top:75px;
	left:50%;
	margin-left:-255px;
	width:500px;
	height:20px;
	font-size:10px;
	color:#FFFFFF;
}

#boxtop{
	background-image:url(images/boxtop.jpg);
	background-repeat:no-repeat;
	height:20px;
	width:960px;
	margin-top:20px;
}

#boxbot{
	background-image:url(images/boxbot.jpg);
	background-repeat:no-repeat;
	height:20px;
	width:960px;
}

#boxmid{
	width:920px;
	height:auto;
	background-color:#CCCCCC;
	padding-left:20px;
	padding-right:20px;
}

#boxline{
	height:10px;
	margin-bottom:0px;
	border-bottom:solid 1px #666666;
	clear:both;
}

#boxlogo{
	width:300px;
	float:left;
}

#boxdesc{
	float:right;
	width:600px;
}

h1{
	padding-bottom:5px;
}

p{
	padding-bottom:10px;
}

ul{
	margin:10px;
}

li{
	margin-left:10px;
	list-style:disc;
}

a.lang{
	color: #ff9933;
}

a{
	font-weight:bold;
	color: #00552B;
}

a:hover{
	text-decoration:underline;
}

a.agents{
	color:#333333;
	font-weight:normal;
}

a.agents:hover{
	color:#000000;
}
