/*------global------*/

body {
	margin:0 auto; background:url(../images/bg.jpg) repeat-x #E5CFCA;
}
img {
	border:none;
}
p, h1, h2, h3, ul, li, a, a:visited, a:hover, td {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-align:left; text-decoration:none; font-weight:normal;
	padding:5px 10px 5px 10px; margin:0;
}
h1 {
	font-family:Tahoma, Arial; font-size:25px; color:#006600;
}
h2 {
	font-size:14px; text-align:center; font-weight:bold;
	padding:7px 0 0 0;
}
h3 {
	float:left;
}
ul, li {
	padding:0; line-height:1;
	vertical-align:baseline;
}
ul {
	padding:10px 0 10px 25px;
}
li {
	font-weight:bold;
	padding:5px 0 5px 10px; 
	list-style:none; background:url(../images/bullet.jpg) no-repeat left center;
}
a, a:visited, a:hover {
	padding:0; color:#006600;
}
a:hover {
	text-decoration:underline;
}
td {
	font-size:11px;
	padding:0 0 5px 0;
}

/*------divs------*/

#container { 
	width:802px;
}
#top { 
	width:802px; height:32px;
	background:url(../images/boxslice.png) repeat-y;
}
#header {
	width:802px; height:160px;
	background:url(../images/boxslice.png) repeat-y;
	position:relative;
}
#header p {
	font:tahoma; font-size:14px; text-align:right;
	padding:5px 35px 5px 0;
}
.boldgreen {
	font-weight:bold; color:#006600;
}
#logo {
	width:407px; height:76px;
	position:absolute; top:25px; left:40px;
}
#nav {
	width:786px;
	padding:0 8px 0 8px;
	margin:0 0 25px 0;
	display:block;
	overflow:hidden;
}
#nav ul, #nav li {
	padding:0;
}
#nav li {
	width:125px; height:26px;
	display:block; float:left; position:relative;
	background:url(../images/button.png) no-repeat;
	padding:0 3px 0 3px;
}
#nav a, #nav a:visited, #nav a:hover {
	font:Tahoma; font-weight:bold; text-align:center;
	display:block;
	padding:7px 0 0 0;
}
#belly {
	width:802px;
	background:url(../images/boxslice.png) repeat-y;
	overflow:hidden;
}
#left {
	width:527px;
	float:left;
	padding:15px;
}
#leftwide {
	width:772px;
	padding:15px;
}
#form {
	width:350px;
	display:block; position:relative; float:right;
	padding:30px 100px 0 0;
}
#right {
	width:230px;
	float:left;
	padding:15px 15px 15px 0;
}
#right img {
	padding:0 0 15px 0;
}
#footer {
	width:750px; height:66px;
	background:url(../images/line.jpg) no-repeat top center;
	float:left;
	padding:0 26px 0 26px;
}
#footer a, #footer p {
	font-size:11px;
	padding:10px 0 0 0;
}
#footer p {
	float:right;
}

/*------classes------*/

.boxbottom {
	width:802px; height:6px;
	background:url(../images/boxbottom.png) no-repeat;
}
.boxtop {
	width:802px; height:6px;
	background:url(../images/boxtop.png) no-repeat;
}
.marginheader {
	margin:20px 0 0 0;
}
.border {
	border:1px solid #CCCCCC;
	padding:1px;
	margin:0 0 5px 0;
}