/* CSS Document */

body {
	background-image: url(images/background_parchment.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#overall {
	background-image: url(images/background_header.jpg);
	background-repeat: repeat-x;
}

#main {
	width: 933px;
	margin: 0 auto;
	clear: both;
}

a {
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}


/**** HEADER ****/

#header {
	height: 285px;
	width: 933px;
	margin: 0 auto;
	clear: both;
}

#header .logo {
	padding-top: 24px;
	text-align: center;
	height: 222px;
}

/**** NAVIGATION ****/

.nav {
	margin-left: 4px;
	font-size: 11px;
}

.nav .menuitem {
	float: left;
	margin-left: 12px;
}

.nav .first {
	margin: 0px;
}

.nav .menuitem a {
	display: block;
	background-color: #036;
	border: 1px solid #999;
	padding: 2px 8px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.nav .menuitem a:hover, .nav .menuitem .active {
	background-color: #C00;
	color: white;
}

/**** FOOTER ****/

#footer {
	font-size: 11px;
	padding: 15px;
	clear: both;
}

/**** CONTENT ****/

.col370 {
	width: 370px;
}

.maincol {
	width: 600px;
}

.sidecol {
	width: 320px;
}

.blogheight {
	overflow: auto;
}

.box {
	border: 1px solid #333;
	padding: 8px;
	color: black;
	margin-bottom: 10px;
}

.bluebox {
	background-color: #036;
	color: white;
}

.tanbox {
	background-color: #FCF2DB;
}

.whitebox {
	background-color: white;
}

.headline {
	font-size: 18px;
	font-weight: bold;
}

.description {
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

div.minimize {
	overflow: hidden;
	height: 28px;	
}

div.maximize {
	overflow: visible;
	height: 100%;	
}

.newslink {
	border-bottom: 1px solid #333;
	margin-bottom: 5px;
}

.newslink .title {
	padding: 4px 0px;
}

.newslink .link {
	border-top: 1px solid #333;
	padding: 5px;
}

.newslink .link ul {
	padding-top: 0px; 
	padding-bottom: 0px;
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-left: 20px;
}

.newslink .link ul li {
	padding: 4px 0px;
}

.newslink .source {
	font-size: 11px;
	text-align: right;
}

.intmap {
	
}

.star {
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px 5px 5px 45px;
	background-color: #039;
	color: white;	
}
