html {
	height: 100%;
}

body {
	color: #606060;
	background: #ffffff url(body_bg.png) repeat-x scroll left top;
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .68em;
}

a {
	outline: none;
}

a, a:link, a:visited {
	color: #006699;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}

h1 {
	font-family: arial, sans-serif;
	letter-spacing: .1em;
	font-weight: normal;
	padding: 16px 0px 5px 0px; 
	margin: 0px 0px 12px 0px; 
	font-size: 150%;
}

img {
	border: 0px;
	float: left;
	margin: 10px;
	padding: 0px;
}


.box {
	background: transparent url(box_bg.png) no-repeat scroll left top;
	clear: left;
	margin-bottom: 10px;
	padding-top: 10px;
	position: relative;
}

.box .boxHeader {
	color: #006598;
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	padding: 10px 0px 0px 40px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

.box .boxContent {
	font-size: 13px;
	overflow: hidden;
	padding: 10px 0pt 0px 20px;
	position: relative;
}

.sbox1 {
	background: transparent url(box_bg.png) no-repeat scroll left top;
	clear: left;
	margin-bottom: 10px;
	padding-top: 10px;
	position: relative;
	width: 300px;
	height: 400px;
}

.sbox1 .boxHeader {
	color: #006598;
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	padding: 10px 0px 0px 40px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

.sbox1 .boxContent {
	font-size: 13px;
	overflow: hidden;
	padding: 10px 0pt 0px 20px;
	position: relative;
	left: 30px;
}

.sbox2 {
	background: transparent url(box_bg.png) no-repeat scroll left top;
	clear: left;
	margin-bottom: 10px;
	padding-top: 10px;
	position: relative;
	width: 300px;
	height: 400px;
	top: -420px;
	right: -400px;
}

.sbox2 .boxHeader {
	color: #006598;
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	padding: 10px 0px 0px 40px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

.sbox2 .boxContent {
	font-size: 13px;
	overflow: hidden;
	padding: 10px 0pt 0px 20px;
	position: relative;
}

.menubox li {
	color: #006598;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}
.menubox li:hover {
	color: #003250;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
}

#logo, #main, #site_content {
	margin-left: auto;
	margin-right: auto;
}

#logo, #logo h1 a {
	border: none;
	text-decoration: none;
}

#logo h1 {
	font-family: century gothic, sans-serif;
	font-size: 48px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	border: 0px;
	letter-spacing: 0px;
}

#main {
	width: 1010px;
	padding-top: 50px;
}

#site_content {
	width: 1010px;
	overflow: hidden;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	background-color: #ffffff;
	border-color: #9090ff;
	float: left;
}

#first_column {
	padding: 5px 0px 5px 0px;
	float: left;
	width: 240px;
}

#content {
	text-align: left;
	width: 760px;
	float: left;
	padding: 5px 5px 5px 5px;
}

#content h1 {
	background: transparent;
	color: #e0e0d0;
	border-color: #9090ff;
}

#footer {
	padding: 10px;
	font-size: 14px;
	float: right;
}
