body
{
	background-color:#000000;
	font-family:arial;
	font-size:9pt;
}
.Wrapper
{
	width:776px;
	margin-left:auto;
	margin-right:auto;		
	background-color:#fff;	
}

img {
border:0px; }

.Header
{
	width:776px;
	background-image:url('/images/HeaderBackground.png');
	height:141px;
	background-repeat:repeat-y;
	border-top:6px #cb242b solid;
}
.Content
{
	width:776px;
	min-height:715px;
	background-image:url('/images/BodyBackground.png');
	background-repeat:repeat-x;
	padding-top:30px;
	background-color:#fff;
}
.NavigationMenus
{
	width:245px;
	float:left;
}

.NavigationItem
{
	margin-left:10px;
	height:24px;
	width:228px;
	background-image:url('/images/ButtonBackground.png');
	background-repeat:no-repeat;
	color:#5a5a5a;
	
}

.Logo 
{
	margin-top:40px;
	margin-left:60px;
	float:left;
}

.GasPump
{
	margin-left:50px;
	float:left;
	margin-top:15px;
}

.Menu
{
	padding:6px;
	background-color:#5a5a5a;
	color:#fff;
	text-align:center;
	font-size:9pt;
	margin-left:22px;
	font-weight:bold;
}


.MenuItems ul 
{
	margin-top:0px;

}

.MenuItems ul li
{
	padding:0px;
	list-style-image:url('/images/NavigationBullet.png');
	background-image:url('/images/ButtonBackground.png');
	background-repeat:repeat-x;
	background-position:middle left;
	height:24px;
}

.MenuItems li a {
	color:#5a5a5a;
	text-decoration:none;
}

.MenuItems li a:hover {
	color:#cb242b;
	text-decoration:none;
}

.RecentArticles {
	padding:6px;
	color:#fff;
	background-color:#cb242b;
	text-align:center;
	font-size:9pt;
	margin-left:22px;
	font-weight:bold;
}

.RecentArticlesWrapper
{
	margin-left:10px;
	border:1px #c3c1c1 solid;
	padding:4px;
	padding-left:0px;
	margin-left:22px;
}

.RecentArticlesWrapper ul
{
	margin-top:0px;
	padding:0px;
	margin-left:20px;
}

.RecentArticlesWrapper ul li
{
	list-style-image:url('/images/ArrowListItem.png');
	padding-top:7px;
}

.RecentArticlesWrapper li a {
	color:#5a5a5a;
	text-decoration:none;
}

.RecentArticlesWrapper li a:hover {
	color:#cb242b;
	text-decoration:none;
}

.Body
{
	width:495px;
	float:left;
	padding:10px;
}

h1 {
color:#cb242b;
font-size:14pt;
font-weight:bold; }

h2 {
color:#cb242b;
font-size:14pt;
font-weight:bold; }

p {
color:#3b3b3b;
font-size:9pt;
line-height:1.5; }

.Footer {
clear:both;
font-size:8pt;
color:#3b3b3b;
font-weight:bold;
text-align:center;
padding:8px;
}

ol li
{
	line-height:1.5;
	color:#3b3b3b;
	margin-bottom:5px;
}
		
