/* CSS Document */
body {
	background-color:#efeee4;
}
p {
	font-family:'Times New Roman', Times, serif;
	font-size:14px;
}
p.Large {
	font-family:'Times New Roman', Times, serif;
	font-size:18px;
}
p.XLarge {
	font-family:'Times New Roman', Times, serif;
	font-size:22px;
}
h1 {
	font-family:'Times New Roman', Times, serif;
	font-size:18px;
}
img.LetterLeft {
	float:left;
}
a.MenuLink:link {
	color: #919191; 
	text-decoration: none;
}

a.MenuLink:visited {
	color: #919191; 
	text-decoration: none;
}
a.MenuLink:hover {
	color: rgb(192,7,15); 
	text-decoration: none;
}
ul.Menu {
	width: 698px;
	list-style: none;
	margin: 0px auto;
	text-align:center;
	padding:0px;
}
li.MenuItem {
	width:80px;
	height:37px;
	text-align:center;
	text-transform:lowercase;
	text-decoration:none;
	font-weight: bold;
	font-size:100%;
	padding:5px 0px 0px 5px;
	display:block;
	float:left;
}
div.MenuList {
	margin-left:auto;
	margin-right:auto;
	width:689px;
	height:auto;
	padding:0px;
	overflow: hidden;
	text-align:center;
  margin:0 auto;
}
div.Header {
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:689px;
	height:200px;
	text-align:left;
	overflow:hidden;
}
div.Body {
	margin-left:auto;
	margin-right:auto;
	width:689px;
	height:auto;
	padding:0px;
	text-align:justify;
	overflow:hidden; 
}
div.InnerBodyWhite {
	background-color:#ffffff; 
	padding:10px 15px 10px 15px;
}
div.HalfLeft {
	background-color:#ffffff;
	width:320px;
	height:278px;
	float:left;
	padding:20px 10px 4px 10px;
}
div.HalfRight {
	background-color:#ffffff;
	width:320px;
	height:278px;
	float:right;
	padding:20px 10px 4px 10px;
}
div.LeftSide {
	background-color:#ffffff;
	width:400px;
	float:left;
	padding:12px 10px 15px 10px;
}
div.RightSide {
	background-color:#ffffff;
	width:240px;
	float:right;
	padding:12px 10px 15px 10px;
}