body {
	background-color:#f2f2eC;
	background-image:url(../i/bg.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	margin-bottom:15px;
}

#maincontainer {
	position:relative;
	top:0px;
	left:0px;
	width:678px;
}

#nav {
	position:relative;
	height:78px;
	width:701px;
	vertical-align:top;
}

#nav #logo {
	position:absolute;
	left:10px;
	top:59px;
}

#nav #mainnav {
	position:absolute;
	right:10px;
	top:57px;
	height:11px;
}

#nav #mainnav a {
	font-family:verdana;
	font-size:7pt;
	color:#666666;
	text-decoration:none;
}

#nav #mainnav a:hover {
	color:#333333;
}

#nav #mainnav span {
	font-family:verdana;
	font-size:7pt;
	color:#333333;
	text-decoration:none;
	cursor:default;
}

#nav #mainnav .mainnav_div {
	color:#9f9f98;
	cursor:default;
}

#header {
	position:relative;
	height:168px;
}

#maincontent #footer {
	position:relative;
	text-align:right;
	padding-right:10px;
	font-family:verdana;
	font-size:7pt;
	color:#cccccc;
	cursor:default;
}

#maincontent #content td.content {
	width:678px;
}

#container {
	position:relative;
	left:255px;
	top:0px;
	width:365px;
	padding-bottom:125px;
}

#subheader {
	position:absolute;
	top:0px;
	left:0px;
	width:370px;
	padding-top:50px;
	padding-bottom:10px;
}

#copy {
	position:relative;
	top:75px;
	left:0px;
	width:365px;	
	font-family:verdana;
	font-size:7pt;
	color:#666666;
	line-height:1.5em;
}

#copy .logo {
	color:#9e9f96;
}


#subnav {
	position:absolute;
	top:75px;
	right:465px;
	text-align:right;
}

#subnav a {
	font-family:verdana;
	font-size:7pt;
	color:#999999;
	text-decoration:none;
	line-height:1.5em;
}

#subnav a:hover {
	color:#666666;
}

#subnav span {
	font-family:verdana;
	font-size:7pt;
	color:#666666;
	text-decoration:none;
	line-height:1.5em;
	cursor:default;
}

div.box {
	position:relative;
	top:0px;
	left:0px;
}

div.box td.content {
	background-color:#e4e5d9;
	vertical-align:top;
	padding:5px;
}

div.box td.tlcorner {
	height:7px;
	width:7px;
	background-image:url(../i/box_tl_corner.gif);
	background-repeat:no-repeat;
	background-position-x:0px;
	background-position-y:0px;
}

div.box td.trcorner {
	height:7px;
	width:7px;
	background-image:url(../i/box_tr_corner.gif);
	background-repeat:no-repeat;
	background-position-x:0px;
	background-position-y:0px;
}

div.box td.blcorner {
	height:7px;
	width:7px;
	background-image:url(../i/box_bl_corner.gif);
	background-repeat:no-repeat;
	background-position-x:0px;
	background-position-y:0px;
}

div.box td.brcorner {
	height:7px;
	width:7px;
	background-image:url(../i/box_br_corner.gif);
	background-repeat:no-repeat;
	background-position-x:0px;
	background-position-y:0px;
}

div.box td.tborder {
	border-top:1px solid #b2b3a8;
	background-color:#e4e5d9;
}

div.box td.bborder {
	border-bottom:1px solid #b2b3a8;
	background-color:#e4e5d9;
}

div.box td.lborder {
	border-left:1px solid #b2b3a8;
	background-color:#e4e5d9;
}

div.box td.rborder {
	border-right:1px solid #b2b3a8;
	background-color:#e4e5d9;
}