html, body
{
	background-color: white;
	font-family: Segoe UI, Garamond, Verdana;
	font-size: 14px;
	color: Gray;
	text-align: center;
}

H1
{
	font-size:medium;
}

.menu A, .sub_menu A  
{
	color: Gray;
	text-decoration: none;
}
.menu A:hover, .sub_menu A:hover
{
	text-decoration: underline;
	color: #3A685E;
}

.main
{
	position:relative;
	width: 1044px;
	height: 776px;
	background-image: url("images/background-msharp.jpg");
	background-repeat: no-repeat;
	background-position:top left;
	margin: auto;
	text-align: left;
}
.menu
{
	height: 30px;
	padding-left: 175px;
	padding-top: 25px;
	font-size: 20px;
}

.sub_menu
{
	height: 95px;
	padding-left: 175px;
	font-weight: bold;
	font-size: 20px;
}

.selected, .selected A
{
	color: Black;
}

.content
{
	padding-left: 35px;
	height: 651px;
	overflow:auto;
	padding-right: 55px;
	text-align: justify;
}
.content_left
{
	width: 49%;
	float: left;
}
.content_right
{
	width: 49%;
	float: right;
}

 A.inline
{
	color: Gray;
}

.inline_footer
{
	font-size: 12px;
}

.photo
{
	margin: 0px 0px 0px 15px;
}
.quote
{
	font-style: italic;
	border: 1px dotted #C0C0C0;
	padding: 5px;
	margin: 20px;
}
