﻿body
{
	background-color: #DDDDDD;
	font-size: .75em;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #000;
	width: 100%; /*margin-left: auto;     margin-right: auto;*/
}

a:link
{
	color: #034af3;
	text-decoration: underline;
}
a:visited
{
	color: #505abc;
}
a:hover
{
	color: #1d60ff;
	text-decoration: none;
}
a:active
{
	color: #12eb87;
}

p
{
	margin-bottom: 15px;
	line-height: 15px;
}

ul
{
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin: 0px auto 0px;
}
h2
{
	padding: 0 0 10px 0;
	text-align: center;
	margin: 0px auto 0px auto;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

.page
{
	width: 868px;
	margin: 0px auto 0px auto;
}

/* Site Header Menu Style */
#header
{
	display: block;
	margin: 6px auto 0px auto;
	width: 100%;
	list-style: none;
	height: 112px;
	background: #FFFFFF url('/Content/Images/report_bg.png') no-repeat right;
	position: relative;
	font-family: arial, verdana, sans-serif;
	color: #000;
	z-index: 599;
	border-bottom: 4px #DDDDDD solid;
}

#logo
{
	position: relative;
	top: 40px;
	left: 12px;
}

#links
{
	position: absolute;
	right: 0px;
	top: 8px;
	width: 393px;
	line-height: 24px;
	background: Transparent url('/Content/Images/green_transparent.png');
}

#links a
{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 12px 0px 6px;
}

#links a:hover
{
	text-decoration: underline;
}

#main
{
	background-color: #FFFFFF;
	margin: 0px auto 6px auto;
	clear: both;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

.greyBack
{
	background: #FFFFFF url('/Content/Images/grey_gradient.gif') repeat-y;
}

ul.greyBack
{
	line-height: 20px;
}

p.greyBack
{
	padding: 8px 6px 6px 6px;
}

.greenBack
{
	background: #FFFFFF url('/Content/Images/green_gradient.gif') repeat-y;
}

ul.greenBack
{
	line-height: 20px;
}

p.greenBack
{
	padding: 8px 14px 4px 6px;
}

#left
{
	float: left;
	width: 400px;
	padding: 0px 12px 0px 12px;
	background: #FFFFFF;

}

#right
{
	float: right;
	width: 439px;
	height: 456px;
	background: #FFFFFF;
	border-left: 4px #DDDDDD solid;
	overflow:hidden;
}

#footer
{
	color: #000;
	background-color: #cccccb;
	text-align: center;
	line-height: normal;
	clear: both;
	margin: 0;
	font-size: 80%;
	border-top: 4px #DDDDDD solid;
}

.headline
{
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

/* Easy Slider */

#slider ul, #slider li, #slider2 ul, #slider2 li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider2
{
	margin-top: 1em;
}
#slider li, #slider2 li
{
	/*define width and height of list item (slide),	entire slider area will adjust according to the parameters provided here*/
	width: 439px;
	height: 456px;
	overflow: hidden;
}

