body {

		color: #000;
		font-size: 11px;
		margin: 10px;
		margin-top: 30px;
		margin-bottom: 40px;
		font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 1.6em;
		text-align: center;
		background: url("images/background.png") repeat-x top #191919;
}


div {
    margin: 0;
}

form {
    margin: 0;
    padding: 0;
}

img {
    border-width: 0;
}

div.hr {
    width: 100%;
    border-top: solid 1px #999;
    padding: 8px 0;
}

h1 {

    color: #333;
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
    background: #fff;
    text-align: left;
    margin: 0px 0 8px 0;
    border-bottom: solid 1px #9D9D9D;
    padding: 0 0 2px 0;
    letter-spacing: 2px;
}

h2 {

    font-size: 18px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    margin: 0px;
    padding: 0 0px 6px 0px;
}

h3 {

    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #58657d;
    font-weight: bold;
    padding-bottom: 4px;
}

p {

    padding: 10px;
    padding-top: 0;
    font-size: 11px;
}


ul {

    margin: 0;
    padding: 10px;
    padding-top: 0;
}

ol, dl {

    margin: 0;
    padding: 10px;
    padding-bottom: 0;
   padding-top: 0;
    font-size: 11px;
}


dd {

    padding-bottom: 8px;
}

ol li {

    padding-bottom: 10px;
}



li {

    font-size: 11px;
    margin-left: 20px;
    padding: 1px;
}

#body {

	margin: 0 auto;
	text-align: left;
	background: #fff;
	width: 825px;
}



#header {

	background: url("images/lines.png") repeat-x top;
	height: 153px;
	padding-top: 20px;
	padding-left: 12px;
	border-bottom: solid 1px #838383;
}


#nav {

	float: right;
	height: 100%;
	width: 265px;
    padding: 0;
	padding-bottom: 100px;
	background: #2e5880;		/* 60802e, e5e9ff, fff6e5, 112446 */
	border-left: solid 1px #ccc;
	color: #ffffff;

}


#nav ul {

    margin: 0px;
	list-style: none;
	background: #2e5880;  		/* e5e9ff, 112446, */
	border: #e5e9ff;
	padding: 0px;
}


#nav li {

    margin: 0px;
	padding: 0px;
	padding-top: 18px;
	padding-left: 18px;
	font-size: 150%;
	height: 60px;
	vertical-align: center;
	border-bottom: #ccc 1px solid;
}


#nav li:hover {

	background: #6aa4d0;		/* a7d06a, bbe1ff */
}

#nav li .nav-description {

	color: #f58d12;
	font-size: 70%;
	font-weight: bold;
}


#nav a, a:link, a:active, a:visited {

    background: transparent;
    color: #ffffff;			/* 6d6453 */
    font-weight: bold;
    text-decoration: none;
    border-bottom: solid 1px #fff6e5;
}

#nav a:hover {

   border-bottom: solid 1px #cec2a8;
}

#content {

	width: 559px;
	float: left;
}

#content a, a:link, a:active, a:visited {

    padding: 0px;
    background: transparent;
    color: #009;
    font-weight: bold;
    text-decoration: none;
    border-bottom: dotted #009 1px;
}

#content a:hover {
    background: #eee;
}

#content_text ul.readable li {

    font-size: 1.2em;
    line-height: 2em;
    list-style-image: url("images/check.jpg");
}


#content_text {

	width: 519px;
	padding: 15px;
	float: left;
}

#content_links {

    padding-left: 10px;
    margin-top: -30px;
	width: 190px;
	float: left;
}

#footer {

	clear: both;
	background: #58657d;
	color: #fff;
	padding: 8px 15px;
}

#header_image {

	border: solid 0px #777; 
	width: 735px; 	/* was 460px */
	height: 145px; 	/* was 140px */ 
	float: left;
}

#weather {

	float: left; 

	padding-left: 0px; /* was 10px */ 
	height: 145px; 
	width: 0px; 	/* was 265px */ 
}

#weather table {

	border-collapse: collapse;
	font-size: 9px;
	color: #777;
}

#weather table.forecast td {

	padding: 0px;
	width: 80px;
	line-height: 1.2em;
	text-align: center;
}

#weather table.forecast td.dayLabel {

	color: #444;
}

div.tools_box, .flickr_box {

    padding: 3px; 
    background: #eee; 
    border: solid 1px #686868;
    margin-bottom: 8px;
    margin-left: 14px;
    margin-top: 30px;
    font-size: 10px;
}

strong.weather_heading {

    margin: 0;
    padding: 0;
    font-size: 14px;
    padding-bottom: 2px;
    font-weight: bold;
}

.information {

	background: #fffec5;
	border-left: solid 3px #d9d8a8;
	border-right: solid 3px #d9d8a8;
	padding: 15px 20px;
	color: #434343;
	font-size: 12px;
	text-align: center;
}