@charset "UTF-8";
/* CSS Document */

/* color palette
 FFB60F gold
 004EBC blue
 66BC29 green
 F9E655 yellow
 FCF2AA cream
*/

body {
	background-color: #004EBC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	overflow: auto;
	color: #000000;
}
h1 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #004EBC;
}
h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #66BC29;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #66BC29;
	padding-top: 6px;
}
h3 {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.1em;
	font-weight: bold;
	color: #004EBC;
}
td {
	font-size: .9em;
	line-height: 1em;
}
li {
	list-style-position: outside;
	list-style-type: square;
}
a:link {
	color: #004EBC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #66BC29;
}
#overview {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(PWRWimages/PWRWbackground.gif);
	background-repeat: repeat-y;
}
#leftnav {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.leftmenu {
	height: 33px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #004EBC;
	padding-top: 17px;
	font-size: 1.1em;
}
.smalltext {
	font-size: .8em;
}
#news {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
}
#news a:link {
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.25em;
	font-weight: normal;
}
#news a:visited {
	color: #000000;
	font-weight: normal;
	letter-spacing: .25em;
}
#news a:hover {
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: .25em;
}
.newsblogs {
	float: right;
	width: 259px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
}
#main {
	min-height: 300px;
	margin-left: 220px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.intro {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #004EBC;
	text-align: center;
	padding-right: 60px;
	padding-left: 60px;
}
.jump {
	font-weight: bold;
	color: #FFB60F;
	text-align: center;
	height: 25px;
	width: 125px;
	margin-right: 67px;
	margin-left: 67px;
	background-image: url(PWRWimages/blue-box.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.jump a:link {
	color: #FFB60F;
	text-decoration: none;
	font-weight: bold;
}
.jump a:visited {
	color: #FFB60F;
	font-weight: bold;
}
.jump a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.login {
	width: 320px;
	float: left;
	margin-right: 20px;
}
#footer {
	background-color: #FFB60F;
	clear: both;
	min-height: 60px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#footer li {
	font-size: 0.8em;
	list-style-type: none;
	display: block;
	width: 220px;
	float: left;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#PWRWbody {
	background-color: #FCF2AA;
	height: 100%;
	width: 100%;
}
#planwellretirewell {
	background-color: #FFFFFF;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(PWRWimages/background.gif);
	background-repeat: repeat-y;
}
#PWRWnav {
	font-size: .9em;
	color: #FFFFFF;
	width: 220px;
	float: left;
	padding: 20px;
}
#PWRWheader {
	height: 108px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#PWRWfooter {
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #66BC29;
	text-align: center;
	height: 20px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	padding-left: 260px;
	padding-top: 5px;
}
#PWRWfooter a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#PWRWfooter a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
#PWRWfooter a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#PWRWmain {
	width: 680px;
	margin-left: 260px;
	padding: 20px;
	min-height: 480px;
}
.PWRWmenu {
	width: 195px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	padding-left: 25px;
}
.PWRWmenu li {
	margin-left: -1em;
}
.PWRWmenu a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.PWRWmenu a:visited {
	color: #FCF2AA;
}
.PWRWmenu a:hover {
	color: #F9E655;
	text-decoration: underline;
}

