html, body {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #02245C;
	color: black;
	height: 100%;
	margin: 0;
	padding: 0;
}

* html #content {
	height:100%;
}

#content {
	width: 1000px;
	background-image: url("images/background.jpg");
	background-color: white;
	background-repeat: no-repeat;
	margin: auto;
	border: 1px solid #0172BE;
	border-width: 0px 10px;
    text-align: left;
	min-height: 100%;
}

#lower {
    clear: left;
}

#news li {
  width: 280px;
  overflow: hidden;
  list-style-type: none;
  display: none;
}

#news li img {
  display: block;
}

#news li p {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border-top: 1px solid #000;
}

#text {
	position: relative;
	float: left;
	left: 105px;
	margin-top: 105px;
	width: 700px;
	font-size: 16px;
	line-height: 1.2;
	padding-left: 25px;
	border-left: 2px solid #0172BE;
	margin-bottom: 50px;
	font-family: Georgia, Bookman, Garamond, Serif;
}

#text p {
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;
}

#text h1 {
	font-family: Georgia, Bookman, Garamond, Serif;
	text-transform: uppercase;
	color: #0172BE;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
}

#text h2 {
	font-family: Georgia, Bookman, Garamond, Serif;
	text-transform: uppercase;
	color: #000000;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
}

#text ul {
    list-style: square;
	color: #000000;
}

#text li {
    color: #000000;
}

#text .bulleted {
	color: black;
}

#text ul.NoBullet {
	list-style-type: none;
}

#side_column {
    float: left;
	position: relative;
	left: 30px;
	top: 400px;
	text-align: right;
}

	.side_image {
		padding: 0px;
	}

	.side_image img {
		border: 1px solid #FB0200;
		margin-bottom: 10px;
	}

	.side_image:hover img {
		border: 1px solid #0172BE;
	}

#important_sites_container {
	text-align: center;
}

#important_sites_container img {
    float: none;
}

	#bubbe {
        border: 0px;
    }



#top_nav {
	float: left;
	position: relative;
	left: 332px;
	top: 80px;
}

    #top_nav a {
		margin-right: 3px;
		margin-bottom: 3px;
		float: left;
		height: 19px;
		width: 154px;
		background-color: #0172BE;
		text-align: center;
		color: white;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		padding-top: 5px;
	}

    #top_nav a:hover {
		background-color: #B3BABF;
	}

	#top_nav .selected {
		background-color: #FE0003;
    }

	#top_nav .selected:hover {
		background-color: #FE0003;
    }

.clear {
    clear: left;
}
