/*there are Internet Explorer Specfic css in the header section of 
the template page for classes
#top_image
.search_box
if you are changing those, dont forget to change in the template as well*//*---[ TAG STYLES ]-------------*/
body{
	margin:0px;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 9pt;
	color: #52524d;
}

img{
	border:none;
}

a { 
	font-weight: bold;
	text-decoration: none;
}
a:hover { 
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}


hr {
	border: 2px dotted #52524d;
	color: white;
	background-color: white;
	border-top: none;
	border-left: none;
	border-right: none;
}

h6 {
	font-size: 11pt;
	font-weight: bold;
	color: black;
	margin: 0px;
	display: block;
}


/*---[ LAYOUT STYLES ]----------*/
#wrapper {
	width: auto;
}

#top_links {
	display: none;
}

#header{ 
	display: none;
}

#Center {
	width: auto;
}

/*--- Beginning of left side and its elements ---*/

#left_side {
	display: none;
}

#menu {
	display: none;
}

#community_information {
	display: none;
}

/*--- End of left side and its elements ---*/

#content {
	width: auto;
}

/*--- Beginning of right side and its elements ---*/
	
#right_side {
	display: none;
}

#calendar {
	display: none;
}

#right_navigation {
	display: none;
}

#municipal {
	display: none;

}

/*--- End of right side and its elements ---*/

#main {
	font-size:0.8em;
}

#footer {
	display: none;
}

