
body, div, p, span, table, tr, td, th, input {
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	color: #162E6B;
}

div {
	color: inherit;
}

body {
	background-color: #162E6B;
	background-image: url(img/body-bg.jpg);
	background-repeat: repeat-x;

     	margin: 0px;
}


a, a font {
	color: #cc0000;
	text-decoration: underline;
}

#outer {
	background-image: url(img/columbus.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#container {
	width: 772px;
	margin: 0 auto 0 auto;
}

#topSpace {
	height: 116px;
}

#titleText {
	position: relative;
	top: 67px;
	left: -47px;
}

#navBar {
	height: 62px;
	background-image: url(img/nav-bar.gif);
	background-repeat: no-repeat;
}

#nav {
	padding: 15px 0px 0px 350px;
}

#main {
	width: 770px;
	border: 1px solid #465386;
	border-top-width: 0px;
	background-image: url(img/main-bg.gif);
	background-repeat: repeat-y;
}

#left {
	width: 170px;
	float: left;
	margin: 0;
	padding: 0;
}

#content {
	min-height: 300px;
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;

}

#bottom {
	clear: both;
	border-top: 1px solid #ffffff;
	background-color: #a80000;
	padding: 6px 0px 6px 0px;
	color: white;
	text-align: center;
}

#bottom a {
	color: white;
	text-decoration: underline;
}


