/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	background-repeat: repeat-x;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../images/POF_BodyGradient_C.jpg);
	background-color: #F5F6F8;
	background-position: top;
}
fieldset {border:none}

/***** Begin laying out the wrappers *****/

#wrapper {
	width: 779px;
	text-align: left;
	position: relative;/*set for the positioning of the nav*/
	background-image: url(../images/POF_contentBack.jpg);/*shadow drop bg image*/
	background-repeat: repeat-y;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #062283;
	border-left-color: #04217D;
	top: 1px;
}

#outercontent {
	margin-left: 1px;
}


/***** Ends the wrappers *****/

/***** Begin laying out the headers *****/
#topbanner {
	background-image: url(../images/POF_TopCompass_C.jpg);/*Main machu picchu image*/
	background-position: 0;
	height: 55px;
	width: 777px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00167C;
	border-left-color: #00167C;
	background-repeat: no-repeat;
}

#subheader {
	background-image: url(../images/POF_MainCompass_C.jpg);/*shadow drop bg image*/
	background-repeat: no-repeat;
	background-position: 0px 0;
	height: 155px;
	width: 777px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4C1B0D;
	border-left-color: #4C1B0D;
}

/***** Ends banners **************/

/******* Begins content layout ***********/

#content {
	margin-left: 200px;
	width: 567px;
	border-left-style: solid;
	border-left-width: 1px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 10px;
	background-image: url(../images/POF_CompassBack.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 10px;
	border-left-color: #666666;
}

#content h2 {
	font-size: 95%;
	margin: 12px 0 0 5px;
	color: #0D1448;
}
#content h3 {
	font-size: 85%;
	margin: 12px 0 0 5px;
	color: #0D1448;
	text-decoration: underline;
}

#content p {
	font-size: 80%;
	padding: 5px 5px;
}

#content ul {
	list-style-type: disc;
	padding-left: 30px;
	/*margin-left: 20px;*/
}
#content ol {
	padding-left: 30px;
	list-style-type: decimal;
}
#content li {
	font-size: 80%;
	padding: 5px;
}

#content #machu {
	float: right;
	border: 1px solid #4D562E;
	margin: 5px 10px 3px 5px;
}

#content .printheader, #content .handheldheader {
	display: none;/*hide the header for the print style sheet*/
}
/****** Ends the content layout ********/

/***** Nav layout ******/

#skip {
	position: absolute; 
	top: -500px;/*places the skip nav off screen*/
}

/* positions the navigation column*/
#nav {
	position: absolute;
	width: 177px;
	top: 210px;
	left: 12px;
	height: 679px;
}

#nav h3 {
	color: #031D7E;
	font-size: 80%;
	padding-bottom: 0px;
	width: 160px;
	padding-top: 5px;
	padding-left: 18px;
	background-image: url(../images/navbar_head_repeater_C.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
mask {
	background-image: url(../images/bubmit_mask.gif);
	position: absolute;
	visibility: visible;
	margin-left: 120px;
}


#nav img {
	margin: 25px auto;
}
#nav .roundpod img {
	margin: 5px auto;	
}

#nav ul {
	list-style-type: none;
	padding-left: 5px;
	/*margin-left: 20px;*/
}

div#nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #6D5D50;/*IE doesn't do dotted well, set here for browsers other than IE pc*/
	margin-bottom: -2px;
	width: 160px;
	margin-bottom: -2px;/*value for IE5.5*/
	margin-bottom:/**/ -5px;/*Value for IE5.01*/
	ma\rgin-bottom: -2px;/*value for IE6*/
}

#nav li a {
	font-size: 70%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #333333;
	margin: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 3px;
}

#nav li a:hover, #nav li a:focus {
	background-color: #E3E6ED;
	color: #02187D;
	font-weight: bold;
}

/***** Ends the navigation *****/

/***** footers *****/

#footer {
	/*height: 34px;*/
	background-image: url(../images/POF_Footer_C.jpg);
	background-repeat: no-repeat; /*Main machu picchu image*/
	height: 38px;
	width: 779px;
}


#footer p {
	font-size: 70%;
	text-align: right;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 13px;
	padding-top: 15px;
	padding-right: 23px;
	padding-left: 0;	
}


/***** Ends the footers ********/
#topnav {
	margin-left: 16px;
	padding-top: 100px;
	font-size: 14px;
	color: #999999;
}

#topnav a {
	color: #CCCCCC;
	text-decoration:none;
	font-weight: 900;
	padding-right: 28px;
}

#topnav a:hover, #topnav a:focus {
	color: #FFFFFF;
	font-weight: 900;
	text-decoration: underline;
}

#search {
	padding-top: 8px;
	padding-left: 15px;
	color: #CCCCCC;
	font-size: 80%;
}

#search.Textfield {
 	font-size: 10px; 
 	background-color: #666666; 
 	border: 1px solid #666666;
}


#promo {
	float: right;
	width: 150px;
	padding-right: 15px;
	padding-left: 13px;
	font-size: 13px;
}
.smbody {
	font-size: 10px;
	font-weight: normal;
}
#wrapper #content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.libody {
	font-size: 12px;
	font-weight: normal;
}

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #294E9F;
	text-align: center;
}
#legal {font-size: 11px !Important}
#legal p {font-size:11px !Important}
#legal ol {font-size:11px !Important}
#legal li {font-size:11px !Important}

.center {text-align:center}
.left {text-align:left}
.right {text-align:right}
.top {vertical-align:top}
.bottom {vertical-align:bottom}
.justify {text-align:justify}
