body {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgwhite.gif);

}
.SiteContainer {
	height: 100%;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;

}
.MainLinks {
	background-color: #000000;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.MainLinks a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.TopLinks {
	width: 156px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	text-align: center;
	cursor: pointer;

}
.TopLinksOver {
	width: 156px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	text-align: center;
	background-color: #333333;
	cursor: pointer;


}
.LeftMargin {
	float: left;
	width: 180px;
	margin-top: 15px;
	margin-left: 15px;


}
.Content {
	float: left;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-bottom: 20px;
	width: 550px;
}
.MenuMainTable {
	width: 180px;
	margin-bottom: 50px;

}
.MenuMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	height: 24px;
	padding-left: 8px;
	cursor: pointer;
	}

.MenuMain a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	height: 24px;
	cursor: pointer;
	text-decoration:none;

}
.MenuMainOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 24px;
	padding-left: 8px;
	cursor: pointer;
	background-color: #EEEEEE;
}
.MenuMainOver a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 24px;
	cursor: pointer;
	background-color: #EEEEEE;
	text-decoration:none;	
}

.PageHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;


}
h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;

}
h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;

}
h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;

}
p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.TopLink {
	padding-top: 20px;
}
.TopLink a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	text-decoration: none;
	font-size: 12px;

}
.TopLink a:hover {
	color: #000000;
}
.ContentPic {
	float: right;
	width: 200px;
	margin-bottom: 20px;
	clear: right;

}
.ContentPic div {
	font-size: 12px;
	width: 200px;
	padding-top: 10px;

}
.Footer {
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	height: 40px;
	text-align: center;
	padding-top: 10px;

}
.Footer a {
	color: #CCCCCC;
	text-decoration: none;
}

