/* Layout */

body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
line-height: 1.4em;
background-color: #f0f0e1;
}

div#header {
	text-align: center;
	background-color: #cccccc;
	background-image: url(../images/head-bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
}

div#footer {
text-align: center;
clear: both;
background-color: #374C8C;
border-top: 2px #00AF4D solid;
font-size: 0.7em;
color: #ffffff;
}

div#maincontent {
	padding: 20px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

div#leftnav {
/*padding: 20px;*/
float: left;
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
text-align: right;
width: 140px; 
}

div#right-column {
	padding: 20px;
	margin-top: 20px;
	margin-left: 60px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
	width: 160px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFCC;
	background-image: url(../images/sun.gif);
	background-repeat: no-repeat;
	background-position: right top;
}



div#logo {
	margin-left: 20px;
}

div#maincontent-home {
	padding: 20px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image: url(../images/cityview.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* Formatting */

/* Style for main content */

/* previous style
a:link {color: #3300ff;
 }

a:hover {background-color: #ccff99;
text-decoration: none;
 }

h1 {color: #08399c;
background-color: #ffffff;
font-family: sans-serif;
font-size: 2em;
font-weight: bold;
 }

h2 {color: #08399c;
font-family: sans-serif;
font-size: 1.5em;
font-weight: normal;
 }

h3 {font-family: sans-serif;
font-size: 1.2em;
font-weight: bold;
 }

h4 {font-family: sans-serif;
font-size: 1.2em;
font-weight: normal;
 }

h5 {font-family: sans-serif;
font-size: 1.1em;
font-weight: normal;
 } */
 
 
h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1.3em;
color: #2C7E3E;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}

 
h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 1em;
color: #2C7E3E;
}

h3 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: .8em;
color: #2C7E3E;
font-weight: bold;
}

p, ul, ol {
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
font-size: .7em;
line-height: 1.8em;
}

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: #3300ff;
text-decoration: underline;
 }

a:hover {
background-color: #ccff99;
text-decoration: none;
 }
 
 /* Styles for home page */
h1.title {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	font-size: 1.6em;
    line-height: 1.3em;
	color: #203460;
	padding-bottom: 0px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	font-weight: normal;
	font-family: "Arial Black", Verdana, Arial, Helvetica, sans-serif;
	height: 140px;
}



/* Styles for header */


#logo a:hover {
color: #ffffff;
text-decoration: none;
}


/* Styles for the left navbar. */
#leftnav a:link, #leftnav a:visited {
	border-bottom: 1px #ffffff solid;
 	display: block;
	color: #4b5c7a;
	text-align: right;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: .7em;
    line-height: 1.1em;
	text-decoration: none;
}

#leftnav a:hover {
/*background-image: url(images/nav-bg.jpg);*/
color: #4b5c7a;
background-color: #ccff99;
text-decoration: none;
}

#leftnav a.current:link, #leftnav a.current:visited {
color: #FFFFFF;
background-color: #4b5c7a;
text-decoration: none;
}

#leftnav a.current:hover {
color: #FFFFFF;
background-color: #4b5c7a;
text-decoration: none;
}


/* Styles for right column. */

#right-column h1 {
margin-top: 0;
margin-bottom: 20px;
margin-left: 0;
margin-right: 0;
font-size: 0.8em;
color: #2C7E3E;
padding-bottom: 0px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}


#right-column p {
line-height: 1.5em;
font-size: .7em;
}

#right-column strong {
color: #cc6600;
font-style: italic;
}

#right-column	dl {
		width: 180px;
		margin: 0 0 10px 10px;
		padding: 0;
		background: #ccc;
		}

#right-column	dt {
		margin: 0 0 5px 0;
		padding: 5px;
		font-size: 75%;
		color: #fff;
		border-bottom: 1px solid #fff;
		background: #999;
		}
	
#right-column	dd {
		margin: 0 0 0 5px;
		padding: 0 5px 5px 5px;
		color: #666;
		font-family: Verdana, sans-serif;
		font-size: 65%;
	/*	background: url(../callout_images/arrow.gif) no-repeat 0 3px; */
		}
		
	#blue dt {
		background-color: #69c;
		}
	
	#blue {
		background-color: #9cf;
		}
	
	#red dt {
		background-color: #933;
		}
	
	#red {
		background-color: #c99;
		}
	
	#green dt {
		background-color: #9c6;
		}
	
	#green {
		background-color: #cf9;
		}
