body {
	font-family: Arial, Helvetica, sans-serif;
	color: #2A2325;
	background-image:url(../images/pg_bkg.jpg);
	background-repeat:repeat-x;
	background-color:#06175e;
	margin: 0;
	padding: 0;
}
#masthead {
	margin: 0 auto 0 auto;
	width: 982px;
	background-color:#fff;
	background-image: url(../images/right_top_corner.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#logo {
	padding: 0 12px;
	background-color:#fff;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-color:#FFFFFF;
	}
#pmm_wrapper {
	font-size: 0.8em;
	width: 180px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#c1, #c2, #c3 {
	float: left;
}
#c1 {
	width: 200px;
}
#c2 {
	padding-top:40px;
	width: 550px;
	}
#c3 {
	width: 215px;
}
#c1 .content {
	font-size: 0.75em;
	padding: 10px 28px 16px 34px;
}
#c2 .content {
	font-size: 0.8em;
	padding: 0px 32px 16px 0px;
	}
#c3 .content {
	font-size: 0.75em;
	padding: 30px 34px 16px 26px;
}
h1 {
	font-size: 1.1em;
	letter-spacing: 0.2em;
}
h2 {
	color:#06145D;
	font-size: 1em;
	
}
h3 {
	font-size: 1em;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
    font-size:10px;
	clear: both;
	color:#fff;
	height: 30px;
	background-color:#325E02;
	text-align:center;
	padding-top:10px;
	}
	
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
    color:#fff;
	padding: 14px;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #5785BD;
}
.content a:visited {
	color: #757575;
}
.content a:hover, .content a:focus, .content a:active {
	color: #335F04;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Right Sidebar Links*/
#c3 a:link {
	color: #06145D;
	text-decoration:none;
}
#c3 a:visited {
	color: #06145D;
	text-decoration:none;
}
#c3 a:hover, #c3 a:focus, #c3 a:active {
	color: #06145D;
	text-decoraton:underline;
}/*Center Column Links*/
#bodycopy a:link {
	color: #0C1C5D;
	text-decoration:none;
}
#bodycopy a:visited {
	color: #0C1C5D;
}
#bodycopy a:hover, #c3 a:focus, #c3 a:active {
	color: #0C1C5D;
	text-decoration:underline;
}

#bodycopy{
    padding-top:17px;
	width:765px;
	float:left;
	font-size: 0.8em;
	}
/*Footer Links*/
#footer a:link {
	color: #fff;
	text-decoration:none;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #90C1F1;
	text-decoration:none;
}
#columnbottom a:link {
	color: #fff;
	text-decoration:none;
}
#columnbottom a:visited {
	color: #fff;
}
#columnbottom a:hover, #footer a:focus, #footer a:active {
	color: #90C1F1;
	text-decoration:none;
}
#p7PMM_1 {
position: relative;
z-index: 9999999;
}
.imgright{
    float:right;
	margin:0 0 10px 10px;
	}
.imgleft{
    float:left;
	margin: 0 10px 10px 0;
	}	
.subhead{
    font-weight:bold;
    background-color: #0C1C5D; 
	color:#fff;
	padding:5px;
	margin-right:400px;
	}	