body {
	font-size:90%;
	color: #787878;
	font-family: Helvetica, Verdana, Arial;
}

h1 {
	font-size:145%;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #1998bd;
	padding: 0px;
}

h2 {
	font-size:100%;
	padding-bottom: 5px;
	color: #1998bd;
}

p {
	color: #807C73;
	padding-bottom: 18px;
}

a {
	color: #4b4848;
}
a:link { 
	text-decoration: none;
	}
a:visited { 
	text-decoration: none;
	}
a:hover { 
	text-decoration: underline;
	}
a:active { 
	text-decoration: none;
	}
	
.spacer {
	height: 25px;
}
.line_spacer {
	height: 1px;
	background-color: #e9e9e9;
	margin-top: 10px;
	margin-bottom: 10px;
}
.blue_spacer {
	height: 1px;
	background-color: #1998bd;
	margin-top: 10px;
	margin-bottom: 10px;
}
.right_aligned {
	float: right;
}

#home_image {
	margin-bottom:25px;
}
#home_side {
	font-size:83%;
	line-height: 120%;
}

.caption {
	font-size:83%;
}
#nav {
	margin-bottom:0px;
}
#subnav {
	margin-bottom:10px;
}

#content {
	line-height: 130%;
}

a.blue_link {
	color: #1998bd;
	font-weight: bold;
}

.nav_item {
	background-repeat: repeat-y;
	background-image: url(/img/nav_spacer.gif);
	margin-bottom: 5px;
}
.nav_item p {
	font-size:90%;
	margin-left: 10px;
	margin-right: 10px;
	padding:0px;
}

.nav_item {
	white-space:nowrap;
	float:left;
}

.nav_seperator {
	color: #1998bd;
	font-weight: bolder;
}

a.nav_link {
}
a.nav_link_active {
	color: #1998bd;
}

#header {
	margin-top: 35px;
	margin-bottom: 0px;
}

#footer  {
	font-size:80%;
}
#footer p {
	padding-bottom: 10px;
	line-height: 130%;
}

#footer  a {
	color: #807C73;
}

