
	html, body {margin: 0; padding: 0; border: 0;}

	body {
		text-align: center;		
		background: #cccc99;
		margin: 0;
		padding: 0;		
		font-family: verdana, arial, sans serif;
		font-size: 12px;
		font-weight: normal;
		margin: 0px 0;
		color:#000000;
		}
	
	a { 
		color: #cc6666; 
		text-decoration: none; 
		}
		
	a:link { 
		color: #cc6666; 
		text-decoration: none; 
		}
		
	a:visited { 
		color: #cc6666; 
		text-decoration: none; 
		}
		
	a:active { 
		color: #cc6666; 
		text-decoration: none; 
		}
	
	a:hover { 
		color: #abcaef; 
		text-decoration: none; 
		}
	
	hr {
		height:1px;
		width:100%;
		background:#FEFEFE;  
	   }
		
	blockquote {
		/* BORDER: #cc6666 1px dotted;  */ 
		PADDING-RIGHT: 20px; 
		PADDING-LEFT: 20px; 
		PADDING-BOTTOM: 10px; 
		MARGIN: 10px 25px; 
		COLOR: #000; 
		PADDING-TOP: 10px; 
		Background: #F0EED8;
		}	

	h1 {
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-WEIGHT: bold; 
		FONT-SIZE: 10px; 	
		PADDING-RIGHT: 10px; 
		PADDING-LEFT: 10px; 
		BACKGROUND: #F0EED8; 
		PADDING-BOTTOM: 0.15em; 
		COLOR: #000000; 
		LINE-HEIGHT: 1.5em; 
		PADDING-TOP: 0.25em;
		margin: 0px;
        /* BORDER-top: #000000 1px solid;
        BORDER-bottom: #000000 1px solid; */
		}
		
	.clear { clear: both; }
		
	.bottom {
		display:none;
		position: relative;
		border-top: 1px solid #000; 
		padding:10px;
		background:#fff;
	}


/*****************************************************************/
/* POSITIONING STYLES */
/*****************************************************************/

	.wrapper {
	margin: 0 auto;
	width: 696px;
	text-align: left;
	/* background: url(../images/2col_pi_page_background.gif) repeat-y; */
	background-color:#fff;
	border: 2px solid #454551;
	}
	
	* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 762px;
	wid\th: 760px;
	}
	
	
	.outer {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin: 0px;    /*** Critical left col dimension value ***/
	margin-top: -4px;
	padding:0px;
	width: 560px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/

	}
	
	* html .outer {   /*** IE5.x/win box model fix ***/
	width: 176px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-top: -3px;
	wid\th: 170px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	}
	
	.float-wrap {
	float: left;
	width: 760px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
	
	}
	
	.content {
	float: left;
	min-height: 500px;
	width: 680px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-bottom: -1px;   /*** Fixes a variance in IE/win for the green AP bottom boxes ***/
	/* \*/
	margin-left: -1px;
	/* Hidden from IE-mac */
	}
	
	.container-content {
	padding:10px;
	padding-left:14px;
	}
	
	.mid {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	position:absolute;
	top: 0px;
	left: 414px;
	width: 170px;    /** Critical left col/divider dimension value ***/
	/*margin-left: 414px;    ** Critical left col/divider dimension value ***/
	margin-top:4px;
	FONT-FAMILY: arial, times new roman, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	}
	
	* html .mid {
	position:absolute;
	top: 0px;
	left: 414px;
	margin-top:0px;
	}
	
	
	.right_box {
		PADDING-LEFT: 10px;
		PADDING-RIGHT: 10px;
		PADDING-TOP: 4px;		
		PADDING-BOTTOM: 4px;		
		margin: 0px;
	}		

	.right_box form {
		PADDING: 0px;
		margin: 0px;
	}		
	
	*>html .mid {width:170px;}   /*** Fix only for IE/Mac ***/
	
	.container-right {
	width: 170px;    /*** Critical left col dimension value ***/
	/*padding-bottom: 110px;   /*** To keep content from going underneath the AP bottom boxes ***/ 
	text-align:center;
	}
	
	.container-right H2 {
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-WEIGHT: bold; 
		FONT-SIZE: 10px; 	
		PADDING-RIGHT: 10px; 
		PADDING-LEFT: 10px; 
		BACKGROUND: #F0EEd8; 
		PADDING-BOTTOM: 0.15em; 
		COLOR: #000000; 
		LINE-HEIGHT: 1.5em; 
		PADDING-TOP: 0.25em;
        /* BORDER-top: #000000 1px solid;
        BORDER-bottom: #000000 1px solid; */
		margin: 0px;
	}		
	
	.farright {
		display:none;
		position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
		position:absolute;
		top: 0px;
		left: 590px;
		width: 170px;    /** Critical left col/divider dimension value ***/
		/*margin-left: 590px;    /*** Critical left col/divider dimension value ***/
		margin-top:4px;
		FONT-FAMILY: arial, times new roman, Helvetica, sans-serif;
		FONT-SIZE: 12px;
	}
	
	* html .farright {
	position:absolute;
	top: 0px;
	left: 590px;
	margin-top:0px;
	}
	
	*>html .farright {width:170px;}   /*** Fix only for IE/Mac ***/
	
	.container-farright {
	width: 170px;    /*** Critical left col dimension value ***/
	/*padding-bottom: 110px;   /*** To keep content from going underneath the AP bottom boxes ***/
	text-align:center; 
	}

	.container-farright H2 {
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-WEIGHT: bold; 
		FONT-SIZE: 10px; 	
		PADDING-RIGHT: 10px; 
		PADDING-LEFT: 10px; 
		BACKGROUND: #B3ACB4; 
		PADDING-BOTTOM: 0.15em; 
		COLOR: #000000; 
		LINE-HEIGHT: 1.5em; 
		PADDING-TOP: 0.25em;
        /* BORDER-top: #000000 1px solid;
        BORDER-bottom: #000000 1px solid; */
		margin: 0px;
	}	
	
	.farright_box {
		PADDING-LEFT: 10px;
		PADDING-RIGHT: 10px;
		PADDING-TOP: 4px;		
		PADDING-BOTTOM: 4px;		
		margin: 0px;
	}		

	.farright_box form {
		PADDING: 0px;
		margin: 0px;
	}	

	#topbannerad {
		position:relative;
		background: #CCCC99;
		margin: 0; 
		text-align: center; 
		width: 100%; 
		height: 80px;
		padding-bottom: 10px;
		border-bottom: 5px solid #CCCC99;		
		}	
		
	* html #topbannerad {
	padding: 0px;
		}
			
	#topbanner-halfad {
		position:absolute;
		left:352px;
		padding: 0;
		margin:0px;
		
margin-top: -92px;		

		
		width: 234px; 
		height: 60px;
		}		
				
/*  FROM STYLE.CSS */

body  {
font-family: Arial;
font-size: 13px;
}

TD, th
{
Text-Indent : 0px ;
Margin-Bottom : 10px ;
Margin-Top : 10px ;
Margin-Left : 40px ;
Margin-Right : 30px ;
color: #000055;
font-family: Arial;
font-size: 13px;
Vertical-align : top;
}
th {
	font-weight:bold;
}
.TDSection
{
	/* Background-Color: #dbbdac; */
	Background-Color: #790000;
	color: #ffffff;
	font-family: Verdana,Arial;
	font-size: 80%;
	Vertical-align : top;
}
.TDSection a {
	color:#acbabc;
}

.pagehead {
	font-weight:bold;
	padding-bottom:3px;
	margin-bottom:3px;
	border-bottom:1px #790000 solid;
	color:#000000;
}
/* END IMPORT FROM STYLE.CSS */

#bigbutton {
	height:41px;
	width:230px;
	text-align:middle;
	background: url(../images/bigbutton.gif) repeat-y;
	color:#fff;
	font-family:verdana;
	font-size:18px;
	font-weight:bold;
	padding-top:14px;
	}
.notification {
	color: #f00;
	font-weight: bold;
}
.bulletin {
	padding: 7px;
	border: 1px #000 solid;
	background-color: #FFCC33;
}
.logoImage {
	border: 2px solid #454551;
	border-bottom: 0px;
}
.smalltext {
	font-size:11px;
	font-weight:normal; 
}
.notification {
	font-weight: bold;
	font-color: #f00;
}
