body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

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

h1, h2 {
	font-weight: bold;
	margin: 5px 0px;;
	font-size: 15px;
}

h2 {
	font-size: 13px;
}

a:link, a:hover, a:visited, a:active {
	color: #3766A6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#all {
	width: 794px;
}

#border_left {
	width: 17px;
	padding: 0px;
	background: url(images/bg_left.gif) repeat-y right;
}

#border_right {
	width: 17px;
	padding: 0px;
	background: url(images/bg_right.gif) repeat-y left;
}

#top {
	width: 760px;
	height: 191px;
	background: url(images/top.jpg) no-repeat;
	margin-bottom: -2px;
}

#desc {
	font-size: 10px;
	position: relative;
	top: 165px;
	text-align: right;
	margin-right: 10px;
}

#nav {
	width: 185px;
	border: 1px solid #999;
	border-width: 0px 1px 0px 0px;
	background: #EBEBEB;
	overflow: hidden;
	padding: 10px 0px;
}

.nav, a:link.nav, a:hover.nav, a:visited.nav, a:active.nav {
	display:block;
	line-height: 28px;
	width: 147px;
	height: 28px;
	background: url(images/button.jpg) no-repeat;
	padding: 0px 0px 0px 35px;
	margin: 6px 0px 0px 0px;
	color: #3766A6;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	overflow: hidden;
}

a:hover.nav {
	color:#003366;
}

#content {
	width: 550px;
	float: right;
	padding: 10px;
}

#location {
	color: #993333;
}


#footer {
	padding: 11px;
	height: 30px;
	font-size: 10px;
	color: #fff;
	background-color: #7CA8DF;
}

#footer a:link, #footer a:active,#footer a:hover, #footer a:visited {
	color: #fff;
}