﻿@import url(reset.css);
body 
{
	text-align:center;
	background-color: #999999;
	background-image: url(../images/Body.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	line-height: 1.2em;
	font-family: Arial, Helvetica, Sans-Serif;
}
a, a:active, a:link, a:visited
{
	color: #FF0000;
	text-decoration:underline;
}
a:hover
{
	text-decoration: none !important;
	color: #990000;
}
a.Button
{
	display:inline-block;
	height: 35px;
	width: 125px;
	background-image: url(../images/ButtonBG.jpg);
	background-repeat: no-repeat;
	background-position: 0px -39px;
	line-height: 35px;
	vertical-align:middle;
	text-align:center;
	color: White;
	text-transform:uppercase;
	text-decoration: none !important;
	
}
a.Button:hover
{
	background-position: 0px 0px;	
}
h1, h2, h3
{
	color: #990000;
	font-weight:bold;
	margin-bottom: 10px;
	line-height: 1.5em;
}
h1
{
	text-transform: uppercase;
	font-size: 16pt;
}
h2
{
	font-size: 14pt;	
}
h3
{
	font-size: 12pt;	
}
table img
{
	display:block;
}

#mainArea
{
	background-image: url(../images/ContainerBodyRepeat.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	min-height: 300px;
	text-align:left;
	margin: 0px auto;
	color: #333333;
}
#mainAreaBottom
{
	background-image: url(../images/ContainerBottom.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height: 90px;
	padding-top:10px;
	font-size: 8pt;
}
#mainAreaBottom h1
{
	text-transform:none;
	font-size: 10pt;
}
.homePageOuterContainer
{
	background-image: url(../images/HomePageOuterRepeat.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #EEEEEE;
	width: 960px;
	margin-left: 3px;
	padding: 15px;
}
.homePageInnerContainer 
{
	
	background-color: #CCCCCC;
	background-image: url(../images/HomePageInnerRepeat.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	display:inline-block;
	width: 272px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-right: 10px;
}
h1.homePageHeading
{
	text-transform: uppercase;
	font-size: 16pt;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #555555;
	text-decoration: none !important;
}
.homePageInnerContainer a 
{
	text-decoration: none !important;	
}
a .homePageHeading
{
	text-decoration: none !important;	
}
a.moreInfoButton
{
	display:inline-block;
	background-image: url(../images/ClickHereButton.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	height: 60px;
	width: 273px;
	margin-top: -10px;
}
a.moreInfoButton:hover
{
	background-position: -271px 0px;	
}
.links
{
	text-transform:uppercase;
	padding-top: 5px;
}
.links a
{
	color: #888888;
}

#container
{
	width: 1000px;
	margin: 0px auto;
}
#area
{
	font-size: 10pt;
	font-style: italic;	
}

#footer
{  
	padding-bottom: 20px;
	font-size: 9pt;
	float: left;
	width: 100%;
	color:White;
}
#footer a
{
	color: #333333;	
}

strong
{
	color: #990000;
	font-weight:bold;
}
strong.emphasis
{
	color: #666666;	
}
p
{
	margin-bottom: 20px;
}
.clearboth
{
	clear:both;
}
ul
{
	padding-bottom: 15px;
}
 li
{
	margin-left: 3em;
}

 ul li
{
	list-style: disc outside;
}
blockquote
{
	margin-left: 3em;
}
.UserContent
{
	padding: 20px;
	display:block;
}
.homePageContent 
{
	display:block;
	padding: 10px;	
}
