@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, sans-serif;
	background-color:#666666;
	margin:0px auto;
	padding: 20px 0 20px 0;
	color:black;
}
h1 {
	font-size:12pt;
	font-weight:bold;
	color:#ffc000;
}
h2 {
	font-size:10pt;
	font-weight:bold;
	color:#ffc000;
}
h3 {
	color:#000000;
	margin:0px;
	padding:5px;
	
}
a{
	color:blue;
}

a:hover
{
	color:#ffc000;
}
img
{
float:left;
padding-right:20px;
padding-left:5px;
padding-bottom:5px;
padding-top:0px;
}
#Page {
	width:800px;
	margin:auto;
	border:0px solid #333;
	border-top:0;
	font-size:10pt;
	background-color:#000000;
}
#Banner {
	width:100%;
}
#Footer
{
color:#666666;
}
.MainTable {
	background-image:url('graphics/RingCorner.png');
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
	background-position:right bottom;
}
.cardItem {
	background-color:silver;
	padding:0px;
	margin:5px;
	box-shadow: 3px 3px 3px #888888;
	overflow: hidden;
}
.cardTop {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:5px;
	background:#eeeeee;
	
}
.paragraphItem {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:20px;
	margin-right:20px;
	
}
.HomeImageSection {
	width:100%;
	height:200px;
	vertical-align:top;
}
.HomeImageSectionContent {
	width:80%;
	color:black;
	height:68px;
	padding:5px 20px 20px 20px;
	text-align:justify;
}
.HomeSectionBreakHorizontal {
	width:1%;
	background-color:#fff;
}
.HomeSectionBreakVertical {
	width:1%;
}
.HomeSectionItemTable {
	width:100%;
}
.HomeSectionItemImage {
	background-color:#7598D9;
	vertical-align:top;
	padding:0px 0px 0px 40px;
}
.HomeSectionItemContentImageLink {
	text-align:center;
	font-weight:bold;
}
.HomeSectionItemContent {
	color:#fff;
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	padding:0px 0px 0px 10px;
}
.HomeSectionItemHeader {
	background-color:#339966;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	height:30px;
}
.MenuBannerLeft {
	background-image:url('images/MenuLeft.png');
	height:55px;
	width:11px;
}
.MenuBannerRight {
	background-image:url('images/MenuRight.png');
	height:55px;
	width:10px;
}
#MenuItem a {
	display:inline;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
}
#MenuItem a:hover {
	background:#777;
	text-decoration:none;
}
#CurrentPage {
	color:#FFAE00;
}
#PageHeading {
	font-size:large;
	font-weight:bold;
	padding:10px 0px 10px 10px;
}
#PageText {
	padding:0px 15px 10px 10px;
}
#PageSection {
	padding:0px 15px 0px 10px;
}
