body {
	background-color: white;
	background-image: url(../inc/logo_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h2 {
	
	padding: 12px 0px 12px 0px;
	font-size: 22px;
	color: black
}

#wrap {
	width: 1000px;
	clear: both;
	margin: 200px auto 5px 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#content {
	width: 1000px;
	height: auto;
	clear: both;
	margin: 0px;
	float: left;
}

#left_content {
	width: 250px;
	margin: auto 0px auto 0px;
	float: left;
	color: black;
}

#right_content {
	width: 750px;
	margin: 0px 0px auto 0px;
	float: left;
	color: black;
}

#right_content li {
	padding: 2px 0px 2px 0px;
}

#right_content p {
	padding: 10px 0px 10px 0px;
}

#nav {
	width: 230px;
	margin: auto 0px auto 0px;
	padding: 0px 0px 10px 0px;
	float: left;
	font-weight: bold;
}

#nav p {
	padding: 0px 0px 3px 12px;
	color: black;

}

a:link {
	color: #006B6B;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #006B6B;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0E1F53;
	text-decoration: underline;
}

	.suggestionsBox {
		position: relative;
		left: 0px;
		margin: 5px 0px 0px 0px;
		width: 180px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		margin: 0px 0px 3px 0px;
		padding: 0px;
		cursor: pointer;
		list-style: none;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}

