@charset "utf-8";

body {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 1.2em;
	color: #666;
	margin: 0;
	padding: 0;
	background-image:url(top_header.jpg);
	background-repeat:repeat-x;
	background-color: #F3FBFF;
	max-width: 920px;
	min-width: 300px;
}

#LeftBorder {
	position: fixed;
	top: 0px;
	height: 100%;
	border-left: 20px solid #595441;
}

#Header {
	padding-top: 20px;
	padding-right: 40px;
}

#PageMenu {
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	line-height: 1.5em;
	text-align: right;
}

#PageMenu, #PageMenu li a {
	color: #595441;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#PageMenu li a:hover {
	color: #69BFDE;
	text-decoration: none;
}


#ContentWrapper {
	height: 100%;
	width: 100%;
}

#Content {
	padding-left: 65px;
	padding-right: 45px;
	font-size: 1.2em;
}

#TitleText {
	font-size: 2em;
	font-variant: small-caps;
	color: #4A8797;
}

p {
	margin-top: 1.2em;
}

a {
	color: #336;
	text-decoration: none;
	text-align: left;
}

/*
a:hover {
	color: #595441;
	text-decoration: none;
}
*/

.highlight, span.highlight, p.hightlight {
	font-size: 1.1em;
	color: #4A8797;

}