﻿body
{	
	margin:0px;
}

body, p, td
{
	font-family:Arial Narrow;
	font-size:16px;
}

p
{
	margin-bottom:5px;
	margin-top:5px;
	padding-bottom:6px;
}

ul,ol
{
	 padding-left:5px;
	 margin-left:35px;
}

li
{
	 padding:2px;
}

H1
{
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:5px;
	font-size: 28px;
	color: #569DE5;
	font-weight:normal;
}

H2
{
	font-size: 20px;
	color: #1A5798;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:5px;
	padding-top:3px;
	margin-top:0px;
	font-weight:bold;
}

H3
{
	font-size: 16px;
	color: #626262;
	padding-bottom:5px;
	margin-bottom:0px;
}

A:link
{
	color: #569DE5;
	text-decoration:underline;
}
	
A:visited
	{
	color: #626262;
	text-decoration:underline;
	}
	
A:hover
	{
	color: #1A5798;
	text-decoration:underline;
	}		

.ControlError
{
	background-color:#cc0001;
	color:White;
}

/* Table Styles*/
.tblContent1 td
{
	border: solid 1px gray;
	padding:5px;
}
.tblContent1
{
	border-collapse:collapse;
}

/**************** Contact Page Style *****************/

.moduleContact
{
}

.tblContact
{
	margin-left:10px;
}

.tblContact td 
{
	height:10px;
	line-height:10px;
}

.tblContact td.ContactLabel
{
	padding-right:10px;
}


/**********************************************
/* Layout Styles 
**********************************************/

#divBoundary
{
	width:800px;
	/*Centered*/
	margin-left:auto;
	margin-right:auto;	
}

#divHeader
{
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:142px;
	position:relative;
}

#divHeader #divHeaderLink1
{
	position:absolute;
	width:200px;
	height:95px;
	top:50px;
	left:20px;
	cursor:pointer;
}

#divHeader #divHeaderLink2
{
	position:absolute;
	width:100px;
	height:20px;
	top:35px;
	right:20px;
	cursor:pointer;
}

#divHeader .divMenu
{
	width:600px;
	overflow:hidden;
	position:absolute;
	bottom:13px;
	right:10px;
	text-align:right;
}

#divHeader #HomeMenuItem:hover
{
	color:#1A5798;
	text-decoration:underline;
}

#divContentArea
{
	/*Content Width: total = 800*/
	width:760px;
	/*MinHeight*/
	height:auto;
	min-height:300px;
	/*Padding*/
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;/*HardEdge for overflow cuttoff*/
	padding-bottom:20px;
	/*Content Alignment*/
	text-align:left;
	vertical-align:top;
	background-image:url(images/repeater.jpg);
	background-repeat:repeat-y;
}

#divContentArea .Inner
{
	width:760px;
	overflow:hidden;
}

#divFooter
{
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:53px;
}
