#header {
	background-color: #fcfafc;
}
#logo {
	padding-left: 15px;
}
#navbar {
	padding-left: 0px;
	padding-top: 55px;
}
#nav {
	list-style-image:none;
	list-style-position:outside;
	list-style: none;
	float: right;
}
#nav li {
	float:left;
	position:relative;
    padding:0px 7px;
}
#nav a {
	color: #173f90;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color: #999999;
	text-decoration: underline;
}
#line {
	background-color: #666666;
	height: 3px;
}
#copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #173f90;
}
#address {
	padding-left: 30px;
}

/* Home Page */
h1 {
	font-size: 24px;
}
span.blue {
	color: #173f90;
}
#col1 {
	padding-left: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#col2 {
	padding-bottom: 20px;
	padding-top: 20px;
}
#col3 {
	padding-bottom: 20px;
	padding-top: 20px;
}

h1.home {
	padding-left: 0px;
	padding-right: 0px;
}

#content {
	padding-bottom: 20px;
	padding-top: 20px;
}

#content p,h1 {
	padding-left: 20px;
	padding-right: 20px;
}

ul.none {
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
}
