body
{
	margin: 0;
	font-size: 14px;
	font-family: Segoe UI, Arial, sans-serif;
	color: #363636;
	background-color: #CCC;
}

a:link
{text-decoration:underline;
color: #1870B9;
}

a:visited
{text-decoration:none;}

a:hover
{text-decoration:underline;
color:#0070c0;
font-weight: bold;
}

a:active
{text-decoration:underline;}

img
{
	border: none;	
}

.page
{
margin: 0 auto;
background-color: #FFF;
width: 1000px;
}

.footer
{
margin: 0 auto;
	width: 980px;
	padding: 5px 10px;
	background-color: #fff;
	text-align: right;
	font-size: 10px;
}

.footer a
{
	color: #000;	
}

.page .topPanel
{
	position: relative;
	top: 0;
	left: 0;
	width: 950px;
	padding: 30px 25px 0px;
	overflow: hidden;
	background-color: white;
}

.page .content
{
        clear: both;
	position: relative;
	top: -20px;
	left: 0;
	width: 1000px;
	overflow: hidden;
}

.page .topPanel .left
{
	float: left;
	width: 145px;
}

.page .topPanel .right
{
	float: left;
	width: 805px;
}

.page .topPanel .right .menu
{
	width: 805px;
}

.page .topPanel .right .menu .item
{
	float: left;
	font-size: 18px;
        text-decoration: none;
	text-transform: capitalize;
	line-height: 55px;
	padding-right: 25px;
}

.page .topPanel .right .menu .item a:link
{
	color: #505050;
        text-decoration: none;
}

.page .topPanel .right .menu .item a:visited
{
      color: #505050;
      text-decoration: none;
}

.page .topPanel .right .menu .item a:hover
{
      color:#1870B9;
      text-decoration:underline;
}

.page .topPanel .right .menu .item a:active
{
      color:#1870B9;
      text-decoration:underline;
}

.topPanelHeader
{
	clear: both;
	float: left;
	padding: 12px 25px 25px 170px;
	width: 805px;
	overflow: hidden;
	background-color: white;
}

.topPanelHeader h1
{
	
	font-size: 42px;
	font-weight: lighter;
	font-family: "Segoe UI", Arial, sans-serif;
	color: #FFFFFF;
	margin: 0;
}


.content .leftnav
{
	float: left;
	width: 135px;
	padding: 20px 15px 0px 20px;

}

.content .leftnav ul li a, .content .leftnav ul li a:visited, .content .leftnav a
{
	display: block;
	font-size: 14px;
	padding: 3px 0;
	color: #0070c0;
}

.content .pageContent
{
	float: left;
       width:803px;
	padding: 0px 25px 20px 2px;
	overflow: hidden;
}

.content .pageContent .top
{
	width: 803px;
	overflow: hidden;
}

.content .pageContent .bottom
{
	width: 803px;
	overflow: hidden;
	padding-bottom: 1px;
}
.content .pagecontent h1 {
margin: 0;
color: #999999;
font-size: 16px;
}
.content .pageContent h2
{
	margin: 0;
	color: black;
	font-size: 14px;

}

.content .pageContent h3
{
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: normal;
	color: rgb(0,112,192);
}

.content .pageContent a
{
	color: black;	
}




