﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

h1
{
	font-size: 14px;
	line-height: 18px;
	color: #002161;
	padding-bottom: 10px;
	font-weight: bold;
}

h2
{
	font-size: 14px;
	line-height: 18px;
	color: #222222;
	padding-bottom: 10px;
	font-weight: bold;
}

h3
{
	font-size: 12px;
	line-height: 18px;
	color: #0098d4;
	font-weight: normal;
}

h4
{
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	font-weight: normal;
}

h5
{
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	font-weight: bold;
}

p
{
	padding-bottom: 10px;
}

.main
{
	width: 1200px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
}

.top
{
	height: 116px;
	margin-bottom: -4px; /* ie 6 gap fix*/
}

.topImage
{
	float: left;
}

#middle
{
	width: 1200px;
	height: 572px;
	float: left;
	background-image: url(../images/html/PMM_online_templ_04-over.jpg);
	margin-bottom: 4px; /* ie 6 gap fix*/
}

#content
{
	width: 966px;
	margin-left: auto;
	margin-right: auto;
}

#bottom
{
	background-color: White;
}

#gap
{
	width: 974px;
	height: 59px;
	float: left;
}

#login
{
	width: 226px;
	height: 59px;
	float: left;	
}

/* Content Structure */
.rightColumn
{
	float: right;
	width: 713px;
	height: 445px;
	overflow: auto;
	position: relative;
	right: 50%;
	margin-right: -473px;
	padding: 25px;
	text-align: left;
}

.contentWrapperTop
{
	background-image: url(../images/common/content-bg-top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 966px;
	height: 17px;
	margin: 0px auto;
	padding: 0px;
	float: left;
}

.contentWrapperBody
{
	background-image: url(../images/common/content-bg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 966px;
	height: 520px;
	margin: 0px auto;
	padding: 0px;
	float: left;	
}

.contentWrapperBottom
{
	background-image: url(../images/common/content-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 966px;
	height: 19px;
	margin: 0px auto;
	padding: 0px;
	float: left;
}

/* Secondary Navigation */
.secondaryNavigation
{	padding-top: 25px;
	position: relative;
	left: 50%;
	margin-left: -480px;
	float: left;
	width: 183px;
}

.secondaryNavigation ul
{	
	padding: 0px;		
}

.secondaryNavigation li
{
	list-style-type: none;
	float: left;
	width: 183px;
	clear: both;
	border-bottom: solid 1px #dadada;
}

.secondaryNavigation a:visited, .secondaryNavigation a
{
	padding-left: 20px;
	text-decoration: none;
	color: #3d423f;
	line-height: 22px;
	font-size: 11px;
	float: left;
	clear: both;
	width: 164px;
	font-weight: bold;
	text-align: left;
}

.secondaryNavigation a.selected:visited, .secondaryNavigation a.selected
{
	background-color: #FFFFFF;
	color: #061027;
}

.secondaryNavigation ul a:hover, .secondaryNavigation li a:hover
{
	text-decoration: none;
	background-position: 16px 8px;
	padding-left: 30px;
	background-image: url(../images/html/dot.gif);
	background-repeat: no-repeat;

}


.secondaryNavigation a.secondaryNavigationSelected, .secondaryNavigation a.secondaryNavigationSelected:visited
{
	text-decoration: none;
	background-position: 16px 8px;
	padding-left: 30px;
	background-image: url(../images/html/dot.gif);
	background-repeat: no-repeat;
}

.noStyleList
{
	list-style-type: none;
}

.circleStyleList
{
	list-style-type:circle;
}