/* ++++++++++ global general styles start ++++++++++*/	
html, body {
	margin:0px;
	padding:0px;
	font: 13px Arial, Helvetica, sans-serif;
	color:#766D6D;
	background: #B2501B url(images/bg-body.gif) repeat-y;	
	}
a:link { text-decoration:none;color:#70EFEF; }
a:visited { text-decoration:none;color:#70EFEF; }
a:active { text-decoration:none;color:#70EFEF; }
a:hover { text-decoration:underline;color:#ffffff; } 
	
a.linkcustom1:link { text-decoration:none;color:#ffffff;}
a.linkcustom1:visited { text-decoration:none;color:#ffffff;}
a.linkcustom1:active { text-decoration:none;color:#ffffff;}
a.linkcustom1:hover { text-decoration:none;color:#B2501B;}	
		
.color-1-text-14 { 
	font: 14pt arial, geneva, sans-serif;
	color: #ffffff;
	}
	
/* ++++++++++ global general styles end ++++++++++*/	
/* ++++++++++ global structure styles start ++++++++++*/	
#a5-body-center {
	text-align:left;
	}	

#a5-body {
	position: relative;
	width: 100%; /* change this to a specific amount for a fixed design. E.g., 770px. */
/* remove these comment tags if the page is to be centered. The 'text-align' property in the 'a5-body-center' rule must also be changed from 'left' to 'center'
	margin-left: auto;
	margin-right: auto;*/
	text-align:left;	
	border:0px solid #000000;		
	}	

#a5-header {
	position:relative;
	left:0px;
	top:0px;
	height:67px;	
	background:#CDDEDE;
	border:0px solid #000000;	
	}	

	#a5-header-right {	
		position:absolute;
		height:67px;			
		right:47px;
		top:22px;
		}			

#a5-column-left {
	position:absolute;
	left:0px;
	top:67px;
	width:218px;
	border:0px solid #000000;			
	}	
	#a5-menu {
		width:218px;
		font:bold 13px Arial, Helvetica, sans-serif;
		}
	#a5-menu a {
		display:block;
		text-align:right;
		line-height:24px;
		vertical-align:50%;	
		padding:0px 20px 0px 30px;				
		text-decoration:none;
		background: url(images/bg-menu-off.gif) no-repeat 0px 0px;
		color:#FFFF7D;
		}
	#a5-menu a:hover {
		background: url(images/bg-menu-on.gif) no-repeat 0px 0px;
		color:#ffffff; 
		}						

	#a5-bottom-left-button {
		margin:160px 0px 10px 91px;
		color:#766D6D;
		}			
		
	#a5-copyright {
		font-size: 8pt;
		padding:0px 50px 10px 10px;
		color:#455306;
		}	
					
#a5-column-center-nopic {
	position:relative;
	right:0px;
	top:0px;
	margin-left:218px;
	background:#B2501B;	
	border:0px solid #000000;		
	}
	
	#a5-column-center-right-nopic {
		font:10pt arial, geneva, sans-serif;	
		color:#ffffff;
		line-height:22px;
		height:1%;
		padding:15px 47px 0px 61px;	
		border:0px solid #000000;		
		}	
					
#a5-column-center {
	position:relative;
	right:0px;
	top:0px;
	margin-left:218px;
	background: #B2501B;	
/*
	background: 
url(images/bg-body.jpg) no-repeat 175px 0px;	
*/
	border:0px solid #000000;		
	}
	
	#a5-column-center-right {
		font:10pt arial, geneva, sans-serif;	
		color:#ffffff;
		line-height:22px;
		height:1%;
		padding:15px 47px 0px 61px;	
		border:0px solid #000000;		
		}	
		
		#a5-photos {
			float:right;
			width:295px;
			margin:0px 0px 0px 20px;			
			border: 0px solid #000000;
			}				

		.a5-individual-photo {
		  	float: left;
			padding:0px 10px 20px 10px;
		  	border:0px solid #000000;			  
		  }
		
/* ++++++++++ global structure styles end ++++++++++*/			
/* ++++++++++ second level start ++++++++++*/				
	
	#a5-column-center-right-sl {
		font:10pt arial, geneva, sans-serif;	
		color:#ffffff;
		text-align:left;
		line-height:22px;
		height:385px;
		padding:15px 47px 0px 20px;	
		border:0px solid #000000;		
		}	

	#a5-sl-title {
		height:33px;
		font:bold 14px Arial, Helvetica, sans-serif;						
		background:#B2501B url(images/bg-title.gif) no-repeat left top;	
		color:#ffffff;
		vertical-align:30%;
		line-height:33px;
		margin:-15px 0px 10px -20px;
		padding-left:45px;
		border-bottom:1px solid #ffffff;			
		}	
		
/* ++++++++++ second level end ++++++++++*/	
