
h1 {
	font-style: stong;
	font-size: 14px;
	
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	size: 12px;
	color: Black;
	padding: 0px 50px;
	line-height: 24px;
}

.highlight {
	color: ActiveCaption;
	background-color: #FFFFCC;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
}

.Red {
	color: Red;
	font-weight: bold;
}

.mainText {
	padding: 0px 50px;
	line-height: 24px;
}

#container {
	position: relative;
	float: left;
	width: 750px;	
	clear: both;
}

#one {
	position: absolute;
	left: 150px;
	top: 90px;
	font-size: 14px;
	/*border-top: 1px solid #000000;*/
	border-left: 1px solid #000000;
}

#two {
	position: absolute;
	left: 550px;
	top: 85px;
	font-size: 14px;

}

#two p {
	width: 300px;
	line-height: 24px;
	padding: 5px;
	margin: 0;
}

/* Header */

#header {
	margin: 0;
	border-bottom: solid 1px #000000;

}

#header a {
	font-size: 36px;
	padding: 10px;
	color: Black;
	text-decoration: none;
}

#header span {
	font-size: 24px;
	color: Red;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 15px;
}

/* Side Menu */

#sideMenuTable {
	background-color: Black;
}

#sideMenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sideMenu ul {
	margin: 0;
}

#sideMenu li {
	margin: 0;
	padding: 8px;
	display: block;
	float: left;
	background-color: black;
	list-style: none;
	
}

#sideMenu a {
	text-decoration: none;
	color: white;
	padding: 8px;
}

#sideMenu a:hover {
	/*text-decoration: underline;*/
	background-color: Red;
}

/* Map */

.map {
	background-color: white;
	width: 250px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 12px;
	position: relative;
	float: left;
}