﻿BODY
{
    background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	margin-left:5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	line-height: 20px;
}

a, a:link 
{
	color: #1980AE;
	text-decoration: underline; 
	font-weight:bold;
}
a:hover 
{
	color: #1e2f4d;
}


H1, H2, H5
{
    background-image: url(images/H1_blue.jpg);
    background-repeat: repeat-y;
    margin: 5px 0px 5px 0px;
    border-top: solid 2px white;
    border-bottom: solid 2px white;
    background-color: #F4F4F4;
    text-align:left;
}

H1
{
    clear:both;
    padding: 2px 2px 2px 10px; /* 2px 4px 4px 10px; */
    margin-bottom:15px;
	font-size: 11px;
}

H2
{
    clear:both;
    padding: 2px 2px 2px 10px;
	font-size: 11px;
}

H3
{
	color: #333333;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
    text-align:left;
    margin: 4px 0px 0px 0px;
}

H4
{
    text-align:left;
}

H5
{
	width:460px;
    text-align:left;
    padding: 2px 4px 4px 10px;
	font-size: 11px;
}

H6
{
    text-align:left;
}

P, DIV, SPAN, TD
{
    text-align:left;
}

P
{
    margin: 0px 0px 10px 0px;
	color: #333333;
}

LI
{
	list-style-type:none;
	padding-left:10px;
	background-image: url(images/li_arrow.gif);
	background-repeat:no-repeat;
	margin-left:-20px;
	padding-top:2px;
}

HR
{
	color:#999999;
	height:1px;
	width:100%;
	
}

#mainWrapper
{
	width: 100%;
}

#top
{
	background-image:url(images/logo_middle.jpg);
	background-repeat:repeat-x;
	height:139px;
	margin-bottom:0px;
}

#topLeft
{
	background-image:url(images/logo_left.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height: 139px;
	z-index:100;
}

#topRight
{
	background-image:url(images/logo_right.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height: 139px;
	z-index:99;
}

#middle
{
	clear:both;
	width:100%;	
}

#middleLeft
{
	background-image: url(images/body_left.jpg);
	background-repeat: repeat-y;
	background-position:left;
	margin: -10px 0px -10px 0px;
}
#middleCenter
{
	margin: 0px 50px 0px 50px;
}
#middleRight
{
	background-image: url(images/body_right.jpg);
	background-repeat: repeat-y;
	background-position:right;
}

#bottom
{
	background-image:url(images/foot_middle.jpg);
	background-repeat:repeat-x;
}
#bottomLeft
{
	background-image:url(images/foot_left.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:37px;
}
#bottomRight
{
	background-image:url(images/foot_right.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:37px;
}
.topLink
{
    font-size:10px;
}
    </style>
