﻿html
{
	overflow-y:scroll;
}

body, html, form
{
	font-family: Arial, Verdana;
	margin: 0px;
	padding:0px;
}

h1, h2, h3, h4, h5, p
{
	margin:0px;
	padding:0px;
	color:#c3141a;
}

p
{
	color:Black;
	margin:15px 20px;
	line-height:17px;
	text-align:justify;
}

#content a
{
    color:#c3141a;
    font-style:italic;
}

#outerwrapper
{
	width:900px;
	margin:0px auto;
}

#header
{
    width:873px;
    height:85px;
    margin-left:14px;
    background:url(../Images/Tabs/BottomLine.gif) repeat-x bottom;
    line-height:normal;
    padding-bottom:1px;
    position:relative;
}

#logo
{
	width:305px;
	height:65px;
	background-image:url(../Images/Logo.gif);
	position:relative;
	top:10px;
}

#outercontentwrapper
{
	background:url(../Images/ContentBg.gif) repeat-y top;
	width:900px;
	font-size:12px;
}

#innercontentwrapper
{
	background:url(../Images/TopWrapper.gif) no-repeat top;
	padding:15px 27px;
}

#content
{
	margin: 7px 9px 7px 7px;
	position:relative;
}

.graybox
{
	background-color:#e8e8e8;
	width:550px;
	float:left;
}

.graybox ul li
{
	margin-left:20px;
	line-height:17px;
}

.grayboxtop
{
	background-image:url(../Images/GrayboxTop.gif);
	height:9px;
	width:550px;
	font-size:1px;
	line-height:1px;
}

.grayboxbottom
{
	background-image:url(../Images/GrayboxBottom.gif);
	height:9px;
	width:550px;
	font-size:1px;
	line-height:1px;
}

.widegraybox
{
	background-color:#e8e8e8;
	width:825px;
	float:left;
}

.widegraybox ul li
{
	margin-left:30px;
	line-height:17px;
}

.widegrayboxtop
{
	background-image:url(../Images/WideGrayboxTop.gif);
	height:9px;
	width:825px;
	font-size:1px;
	line-height:1px;
}

.widegrayboxbottom
{
	background-image:url(../Images/WideGrayboxBottom.gif);
	height:9px;
	width:825px;
	font-size:1px;
	line-height:1px;
}

#footer
{
	height:39px;
	padding-top:20px;
	background:url(../Images/Footer.gif) repeat-x top;
	font-size:13px;
	color:#b4b4b4;
	text-align:center;
	margin-bottom:15px;
}

#footer a
{
    padding: 7px 15px 3px 12px;
    color:#b4b4b4;
    font-style:normal;
}