body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.9em;
	background: url("images/Layout/Background.gif") repeat-y top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

h1{padding: 0px; margin: 0px; margin-bottom: 5px; font-size: 22px; text-transform:  none; letter-spacing: .1em; font-weight: bold; text-decoration: none;}
h2{padding: 0px; margin: 0px; margin-bottom: 5px; font-size: 20px; text-transform:  none; letter-spacing: .1em; font-weight: bold; text-decoration: none;}
h3{padding: 0px; margin: 0px; margin-bottom: 5px; font-size: 18px; text-transform:  none; letter-spacing: .1em; font-weight: bold; text-decoration: none;}
h4{padding: 0px; margin: 0px; margin-bottom: 5px; font-size: 16px; text-transform:  none; letter-spacing: .1em; font-weight: bold; text-decoration: underline;}
h5{padding: 0px; margin: 0px; margin-bottom: 5px; font-size: 14px; text-transform:  none; letter-spacing: .1em; font-weight: bold; text-decoration: none;}
h6{padding: 0px; margin: 0px; margin-bottom: 5px; font-size: 12px; text-transform: none; letter-spacing: .1em; font-weight: bold; text-decoration: none; text-align: center;}

ul
{
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

table
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	width: 737px;
}

a{
	color: #FF0000;
}

#Banner {
	Width: 800px;
	Height: 265px;
	margin: 0 auto;
	padding: 0px;
}

#Menu
{
	float: left;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	margin-top: 5px;
}

#Menu li
{
	display:inline;
}

#Menu li a
{
	padding: 13px 5px 10px 5px;
	margin-right: 0px;
	line-height: 44px;
	color: White;
	font-weight: bolder;
	text-decoration: none;
}

#Menu li a:hover
{
	color: yellow;
	background: url("images/Layout/MenuItemHover.png") repeat-x top left;
}

#Wrapper 
{
	width: 740px;
	margin: 0 auto;
	min-height: 550px;
	text-align: left;
}

.ImageWrapper
{
	float: left;
	text-align: center;
	margin: 5px;
}

#Footer 
	{
	width: 800px;
	margin: 0 auto;
    height: 75px;
    background-color: transparent;
	text-align: center;
}

.RightBox
{
	width: 400px;
	float: right;
	text-align: left;
}

.LeftBox
{
	width: 400px;
	float: Left;
	text-align: left;
}

.TopBox
{
	width: 100%;
	text-align: left;
}

.PictureBox
{
	width: 300px;
	display: inline-block;
}

.PictureBox img
{
	width: 300px;
	border: 1px solid Black;
}

.PictureBox img:hover
{
	border: 1px solid Red;
}

.DoublePics td
{
	text-align: center;
}

.HunderedPerc
{
	width: 85px;
	height: 85px;
}
