body /* Internet Explorer */ 
{
	margin:0px;
	padding:0px;
	text-align: center;
	background-image:url(Images/bg_grey.jpg);
	background-repeat:repeat-x repeat-y;
}
body /* Mozilla Firefox alignment */ 
{ 
	margin:0px;
	padding:0px;
	text-align: -moz-center;
	background-image:url(Images/bg_grey.jpg);
	background-repeat:repeat-x repeat-y;
}
.Content
{
	text-align: center;
	width:798px;
	font-family:Century Gothic;
	font-size: 13px;
	color: Black;
	background-color:White;
	padding: 15px 1px 15px 1px;
}
.InnerContent
{
	text-align:left;
	width:770px;
	font-family:Tahoma, Arial;
	font-size: 14px;
	color: Black;
	background-color:White;
	padding: 15px 15px 15px 15px;
	overflow: hidden;
}
.Menu
{
	background-image:url(Images/Menu_bg.jpg);
	width:100%;
	height:31px;	
}

.Footer
{
	border-top: solid 1px black;
	background-image:url(Images/Menu_Bg_Revised.jpg);
	height:20px;
	font-family:Century Gothic;
	font-size:10px;
	color:Black;
	font-weight:bold;
	padding-top:3px;
}
#pageImageleft
{
    border: 3px double #5ca079;
}

h4
{
	font-family:Tahoma;
    color:red;
    
}

h5
{
	font-family:Tahoma;
    color:red;
    
}

a.Hyperlink:link
{
    text-decoration:none;
    color:#000000;
}

a.Hyperlink:visited
{
    text-decoration:none;
    color:#000000;
}
a.Hyperlink:hover
{
    text-decoration:none;
    color:#858283;
}

ul
{
	list-style-image:url(Images/Arrowsmall.jpg);
}
