/* ++++++++++ global general styles start ++++++++++*/	
html, body {
	margin:0px;
	padding:0px;
	font: 9.8pt arial, helvetica, sans-serif;
	color:#000000;
	}
	
a:link {
	color:#FFFF00;
}
a:visited { color:#D0FAFC; }
a:active { color:#D0FAFC; }
a:hover {
	color:#FFFF00;
} 	

a.linklist1:link { text-decoration:none;color:#FFFFFF;}
a.linklist1:visited { text-decoration:none;color:#FFFFFF;}
a.linklist1:active { text-decoration:none;color:#FFFFFF;}
a.linklist1:hover {
	text-decoration:underline;
	color:#FFFF00;
}

	
/* ++++++++++ global general styles end ++++++++++*/	
/* ++++++++++ global structure styles start ++++++++++*/	


#a5-body {
	position:relative;
	width: 998px; /* change this to a specific amount for a fixed design. E.g., 770px. */

/* note: this will look wider in IE because the right scroll defaults as on */

/* remove these comment tags if the page is to be centered*/
	margin-left: auto;
	margin-right: auto;
	text-align:left;	
	background:#000000 url(images/bg-right-column.gif) repeat-y right top;	/*the bg color of this property is for the center column, and the bg image is for the right column. This guarantees all columns have color no matter the height of any column */
	border:0px solid #000000;		
	}	


#a5-header {
	position:relative;
	left:0px;
	top:0px;
	height:117px;
	background: url(images/bg-header.gif) repeat-x;
	border:0px solid #000000;
	}	
	
	#a5-header-right {
		position:absolute;
		right:0px;
		top:0px;
		height:117px; /* added to keep header height correct */		
		border:0px solid #000000;			
		}	
	
#a5-column-left {
	float:left;
	width:120px;
	height:auto;
	border:0px solid #000000;	
	}	
	
		/*#a5-menu {
	width:120px;
	padding:10px 0px 4px 0px;
	font:bold 9.8pt arial, helvetica, sans-serif;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #1d3c7d;
			}

		#a5-menu a {
			display:block;
			text-align:left;
			line-height:23px;
			vertical-align:50%;			
			text-align:left;
			padding:0px 25px 0px 10px;			
			text-decoration:none;
			background: url(images/bg-menu-off.gif) no-repeat 0px 0px;
			color:#ffffff;
			}
			
		#a5-menu a:hover {
	background: url(images/bg-menu-on.gif) no-repeat 0px 0px;
	color:#FFFF00;
			}		
			*/
		

#a5-body-content {
	position:relative;
	margin-left:140px;
	border:0px solid #000000;
	}					
	
	#a5-column-middle {
	position:relative;
	left:0px;
	top:0px;
	line-height:19pt;
	background:url(images/bg-center-column.gif) repeat-y 0px 0px;
	border:0px solid #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10.8pt;
	font-weight: bold;
	color: #FFFFFF;
		}	
					
	#a5-column-right {
	float:right;
	text-align:left;
	border:0px solid #000000;
	margin-right: 10px;
	width: 250px;
	height: auto;
		}
					
	#a5-bottom-right-text {
		font: bold 10pt arial, helvetica, sans-serif; 
		line-height:14pt;
		color:#000000;
		padding:0px 10px 10px 30px;
		}	
		
		
#a5-footer {
	clear:both; /* this needs to be outside the a5-bg-left and a5-bg-right so the background images don't repeat below the footer */
	text-align:center;
	line-height:35px;
	background:#1d3c7d;
	border:0px solid #000000;	
	}	
	
	
