/* CSS Document */

	html, body {margin: 0; padding: 0; border: 0;}

	body {
		text-align: center;		
		background:#626262;
		/*background: #F9F9F9;
		background: url(/media/images/whole_page_bg.gif);*/
		margin: 0;
		padding: 0;		
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		/*margin: 10px 0;*/
		margin-bottom: 10px;
		}
	
	a { 
		color: #005AAB; 
		text-decoration: none; 
		}
		
	a:link { 
		color: #005AAB; 
		text-decoration: none; 
		}
		
	a:visited { 
		color: #005AAB; 
		text-decoration: none; 
		}
		
	a:active { 
		color: #005AAB; 
		text-decoration: none; 
		}
	
	a:hover { 
		color: #6096C7; 
		text-decoration: none; 
		}
	
	hr {
		height:1px;
		width:100%;
		background:#FEFEFE;  
	   }
		
	.clear { clear: both; }
		
	.bottom {
		position: relative;
		background:#ffffff;
	}


/*****************************************************************/
/* POSITIONING STYLES */
/*****************************************************************/

	.wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: url(/media/images/page_bg.gif) repeat-y;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*border-top: 1px solid #fff;	*/
	}
	
	* 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: 408px;   /*** 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;
	width: 421px;   /*** 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: 169px;
	background:#fff;
	margin-top: 5px;
	}

	* html .content {
	width: 421px;
	margin-left: 84px;
	margin-top: 4px;
	border-left:1px solid #DFDFDF;
	}	
	
	.container-content {
	padding:10px;
	padding-left:14px;
	padding-top:10px;
	text-align: left;
	min-height:400px;
	}
	
	* html .container-content {
	height:400px;
	}	
	

	.container-content h1 {
	display:block;
	margin-top: 4px;
	margin-bottom: 3px;
	padding-bottom:2px;
	font-size:18px;
	font-weight:bold;
	border-bottom: 2px solid #eeeeee;
	}	
	
	.container-content a, 
	.container-content a:link, 
	.container-content a:active, 
	.container-content a:visited {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	}		
	
	
	.left {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	position:absolute;
	top: 0px;
	left: 0px;
	width: 167px;    /** 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;
	/*border: 1px solid #000;*/
	}
	
	* html .left {	
	position:absolute;
	width: 166px;
	top: 3px;
	left:0px;
	margin-top:0px;
	}
	
	
	*>html .left {width:168px;}   /*** Fix only for IE/Mac ***/
	
	.container-left {
	/*width: 167px;    /*** Critical left col dimension value ***/
	/*padding-bottom: 110px;   /*** To keep content from going underneath the AP bottom boxes ***/ 
	text-align:center;
	}
	
	
	
	.container-left 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;
	}		
	
	.right {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	position:absolute;
	top: 0px;
	left: 591px;
	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;
	/*border: 1px solid #000;	*/
	}
	
	* html .right {	
	position:absolute;
	width: 170px; 
	top: 3px;
	left: 591px;
	margin-top:0px;
	}
	
	*>html .right {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;
	}	
	
	.right_box {
		PADDING-LEFT: 10px;
		PADDING-RIGHT: 10px;
		PADDING-TOP: 4px;		
		PADDING-BOTTOM: 4px;		
		margin: 0px;
	}		

	.right_box form {
		PADDING: 0px;
		margin: 0px;
	}	
	
	
	
		
/*****************************************************************/
/* BLOG POST STYLES */
/*****************************************************************/	

	

	.date	{ 
	font-size: 15px; 
	margin-bottom:15px;
	font-weight:normal;
	}		
	
	.smallcaps {
	font-variant: small-caps;
	font-stretch: wider;
	font-weight: bold;
	color: black;
	font-size : 14px;
	}	
	
	.posted	{ 
	color: #000000; 
	/*margin-bottom:5px;*/
	text-align:right;
	}		

	
	.sidebar_box {
		border:1px dotted #666666;			
		padding:10px;	
	}

	.powered {
	font-family:verdana, arial, sans-serif;
	color:#666;
	font-size:xx-small;
	font-weight:bold;
	border:1px dotted #999;			
	line-height:140%;

	text-transform:uppercase; 
	padding:2px;
	margin-top:10px;
	text-align:center;
	letter-spacing: .2em;					
	}	
	
	
	.red_bg_box {
	background: url(/media/images/marquee_bg_reds.jpg) repeat-y;
	}

	.blue_bg_box {
	background: url(/media/images/marquee_bg_blues.jpg) repeat-y;
	}

	.grey_bg_box {
	background: url(/media/images/marquee_bg_grey.jpg) repeat-x;
	height:27px;
	}

	#top {
		font-size: 10px;
		color:#ffffff;
		text-align:right;
		padding-top:6px;
		padding-bottom:6px;
		padding-right:6px;
	}
	#top a,
	 top a:link,
	 top a:active,
	 top a:visited {		
		color:#ffffff;
	}		
	#top a:hover {
		color: #EFEFEF;
		text-decoration:underline;
	}
	
		
	#topnav {
		font-size: 11px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
	}

	#topnav a,
	 topnav a:link,
	 topnav a:active,
	 topnav a:visited {		
		color:#636363;
		/*color:#005AAB;*/
	}		

	#topnav a:hover {
		color:#000;
		/*color:#6096C7;*/
		/*border-bottom: 2px solid #ffffff;*/
	}	
	
	#copyright {
		text-align:center;
		font-size: 10px;
		color:#ffffff;
		padding-top:6px;
		padding-bottom:6px;
		padding-right:6px;
	}
	#copyright a,
	 copyright a:link,
	 copyright a:active,
	 copyright a:visited {	
		color:#ffffff;
	}		
	#copyright a:hover {
		color: #EFEFEF;
		text-decoration:underline;
	}



	.leftnavtitle {
		display: block;
		width:154px;
		font-size: 11px;
		font-weight: bold;
		color:#ffffff;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;		
		background: url(/media/images/marquee_bg_blues.jpg);
		border-top:1px solid #eeeeee;
		border-bottom:1px solid #eeeeee;
		border-right:1px solid #eeeeee;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 8px;
		padding-right: 6px;
		text-decoration: none;
	}
	
	* html .leftnavtitle {
	width:154px;
	}
	
	.leftnav {
		width:154px;
		color: #636363;
		display: block;
		font-size: 12px;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 8px;
		padding-right: 6px;
		margin-bottom: 1px;
		font-family:Arial, Helvetica, sans-serif;		
		background: #FFFFFF;
		text-align:left;
	}

	* html .leftnav {
		width:154px;
	}
		
	.leftnav a,
	.leftnav a:link,
	.leftnav a:active,
	.leftnav a:visited {
		font-weight: bold;
		/*color:#636363;*/
		color:#990000;
		text-decoration: underline;
	}
	
	.leftnav a:hover {
		text-decoration: underline;
		color: #CC0000;
	}
	
	
	
	
	.rightnavtitle {
		display: block;
		width:155px;
		font-size: 11px;
		font-weight: bold;
		color:#ffffff;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;		
		background: url(/media/images/marquee_bg_blues.jpg);
		border-top:1px solid #eeeeee;
		border-bottom:1px solid #eeeeee;
		border-right:1px solid #eeeeee;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 8px;
		padding-right: 6px;
		text-decoration: none;
	}
	
	* html .rightnavtitle {
	width:154px;
	}
	
	.rightnav {
		width:155px;
		color: #636363;
		display: block;
		font-size: 12px;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 8px;
		padding-right: 6px;
		margin-bottom: 1px;
		font-family:Arial, Helvetica, sans-serif;		
		background: #FFFFFF;
		text-align:left;
	}

	* html .rightnav {
		width:154px;
	}
		
	.rightnav a,
	.rightnav a:link,
	.rightnav a:active,
	.rightnav a:visited {
	font-weight: bold;
		color:#990000;
		text-decoration: underline;
	}
	
	.rightnav a:hover {
		text-decoration: underline;
		color: #CC0000;
	}
	
	
	
	
	
	
	
	.imagecaption {
		font-size: 11px;
		font-weight: normal;
		color:#fff;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;		
		background: url(/media/images/marquee_bg_reds.jpg);
		padding: 6px;
		text-decoration: none;
	}
	
	.imagecaption a,
	.imagecaption a:link,
	.imagecaption a:active,
	.imagecaption a:visited {
		color:#EFEFEF;
		text-decoration: underline;
	}	
		
	.imagecaption a:hover {
		color:#fff;
		text-decoration: underline;
	}			
	
	

