body {
	font-family:"Myriad", "myriad web pro",Verdana, Arial, Tahoma, sans-serif;
	color:#000;
	font-size:0.8em;
	text-align:center;
	line-height:1.4em;
	background:url("../images/bg_body.gif") no-repeat 50% 0 #fff;
	text-align:center;
	margin:0px 0px 100px 0px;
	padding:0px;
}

td {
	font-size:0.8em;
	padding-bottom:10px;
	vertical-align:top;
	
}
tr {
	
}

a {
	color:#bf0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1{
	font-size:2em;
	padding:0px 0px 0px 163px;
	margin:0;
	line-height:2em;
}

* html h1 {
	padding:0px 0px 0px 167px;
}

hr {
	border:1px solid black;
}

form br {
	clear:left;
}
label {
	width:130px;
	display:block;
	float:left;
	padding:0.4em 0em !important;
	margin:0px;
}

input, textarea  {
	border:1px solid #ddd;
	width:150px;
	margin:0px;
	padding:2px;
}


/* wrapper ************************************************/
#wrapper {
	width:809px;
	height:370px;
	margin:104px auto 240px auto;
	text-align:left;
	position:relative;
	right:20px;
}


/* nav ************************************************/
#nav {
	background:none;
	height:60px;
}
#nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#nav ul li {
	display:inline;
	margin:0;
	padding:0;
}

#nav img {
	border:none;
}

/* subnav ************************************************/
#subnav {
	width:140px;
	height:400px;
	float:left;
}

#subnav ul {
	list-style-type:none;
	padding:0;
	margin:0;
	position:relative;
	left:7px;
}

#subnav ul li {
	margin:0 0 6px 0;
	padding:0 0 0px 10px;
}

#subnav ul li a.selected {
	font-weight:bold;
}

#subnav ul li.li_head {
	margin:0;
	font-weight:bold;
}

#subnav ul li.li_head ul {
	margin-bottom:0px;
	font-weight:normal;
}
/* content ************************************************/
#content {
	height:380px;
	overflow:auto;
}
#both {
	width:550px;
	position:relative;
	left:25px;
}

#left {
	width:370px;
	float:left;
	position:relative;
	left:25px;
	margin:0px 0px 20px 0px;
}

#right {
	width:220px;
	float:right;
	position:relative;
	right:15px;
	height: 18px;
}

#right img {
	border:none;
}

#logos {
	position:absolute;
	top:60px;
	right:0px;
}

#service_nav {
	position:absolute;
	top:500px;
	left:300px;
}

#logos img, #service_nav img {
	border:none;
}

#start {
	position:absolute;
	top:-107px;
	left:-20px;
}

