* { 
	margin: 0; 
} 

html, body { 
	font-family:Arial,sans-serif;
	background-color: #ffffff;	
	font-size: 12px;
	height: 100%; 
}

#wrapper {
	border: 0px solid black;
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 auto -4em; 
}

#container {
	/*border-left: 1px solid black;
	border-right: 1px solid black;*/
	width: 767px;
	margin: 0 auto;
	min-height: 100%;
	background-color: #ffffff;;	
}

#header {
	width: 100%
	border: 1px solid black;
	height: 189px;
	background: url('images/header.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

#headersml {
	border: 0px solid black;
	width: 767px;
	height: 110px;
}

#menu {
	margin: 15px 0px 0px 0px;
	border: 0px solid black;
	background-color: #ffffff;
	height: 60px;
}

#content {
	border: 0px solid black;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px
}

#content a:link {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#content a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

#content a:active {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

ul {
	font-size: 10pt; 
	font-family: Arial; 
	list-style-image: url(images/bullet.gif);
}

li {
	margin-left: 20px;
}

#map {
	float: right;
	margin-left: 20px;
}

#mainbody {
	border: 0px solid black;
	background-color: #ffffff;
	width: 734px;
}

#flashbox {
	border: 0px solid black;
	margin: 0px 0px 26px 26px;
	width: 679px;
	height: 353px;
}

#linkbox {
	margin: 0px 0px 0px 30px;
	border: 0px solid black;
	width: 679px;
	height: 274px;
}

#sidebarcontainer {
	border: 0px solid black;
	background-color: #c7c7c7;
	width: 230px;
	float: right;
}

#sidebar {
	border: 1px solid black;
	background-color: #c0fff2;
	width: 228px;
}

#footercontainer {
	border: 0px solid black;
	height: 4em;
	background:#ffffff; 
}

#push {
	height: 4em;
	border: 0px solid black;
	background:#ffffff;
}

#footer {
	text-align: center;
	width: 767px;
	height: 60px;
	margin: 0 auto;
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: black;
}

#footer a:link {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

#footer a:visited {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: red;
	font-weight: normal;
	text-decoration: underline;
}

#footer a:active {
	color: white;
	font-weight: normal;
	text-decoration: none;
}