html, body {
/* FF 1.5 fix, overiding default settings */
	height   		: auto;
	width    		: auto;
}

/* all styles below this point are only used for seo display!!! */
body {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 14px;
	font-weight		: normal;
	color			: #696969;	
}

#content {
	outline:none;
}

img {
	border			: 0px;
}

p {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 14px;
	font-weight		: normal;
	color			: #696969;
}

h1 {
	color			: #363636;
	font-size		: 20px;
	font-weight		: bold;
}

h2 {
	color			: #333;
	font-size		: 16px;
	font-weight		: bold;
}

a {
	color			: #363636;
	text-decoration	: none;
}

a:hover {
	color			: #4F4F4F;
	text-decoration	: underline;
}

a img {
	border			: 0px;
}

#info { 
	float			: left;
	margin			: 20px 0px 0px 20px;
	width			: 550px;	
}

#menu { 
	
	margin			: 20px 0px 0px 614px;
	width			: 400px;	
}

/* sitemap styles */
.map1 {
	text-decoration	: none;
	color			: #333399;
}
 
ul.map1 {
	list-style-image: url(../assets/img/misc/folder01.gif);
	padding-top		: 5px;
	padding-bottom	: 10px;
}

.map2 {
	text-decoration	: none;
	color			: #6666CC;
}

ul.map2 {
	list-style-image: url(../assets/img/misc/folder02.gif);
	padding-top		: 5px;
	padding-bottom	: 10px;
}

.map3 {
	text-decoration	: none;
	color			: #8888DD;
}

ul.map3 {
	list-style-image: url(../assets/img/misc/folder03.gif);
	padding-top		: 5px;
	padding-bottom	: 10px;
}

.map4 {
	text-decoration	: none;
	color			: #9999EE;
}

ul.map4 {
	list-style-image: url(../assets/img/misc/folder04.gif);
	padding-top		: 5px;
	padding-bottom	: 10px;
}

.map5 {
	text-decoration	: none;
	color			: #BBBBFF;
}

ul.map5 {
	list-style-image: url(../assets/img/misc/folder05.gif);
	padding-top		: 5px;
	padding-bottom	: 10px;
}

a.map1:hover, a.map2:hover, a.map3:hover, a.map4:hover, a.map5:hover {
	text-decoration	: underline;
 	color			: #FF007F;
}

a.map1:visited, a.map2:visited, a.map3:visited, a.map4:visited, a.map5:visited {
	text-decoration	: none;
 	color			: #0070C0;
}




