@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0; line-height:1.4em}	

	/* General styles */

	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
	                			/* The min-width property does not work in old versions of Internet Explorer */
		margin-top:0px;
  		margin-left:0px;
   		background: #fff url(../images/shared/bg.jpg) top center;   
   		font-size:.9em; 
   		color:#666;
   		font-family:Georgia, "Times New Roman", Times, serif;
		}
		
h1 {
	font-size:1.1em;
	color:#8b8f6a;
}
	
h2 {
	font-size:1.1em;
	color:#C60;
	text-decoration:underline;
}

h3 {
	font-size:1em;
	color:#990000;
	text-decoration:none;
}
		
/* ------------------------------------------------------------------------------------------------------------- */
/* --------------------------- LINKS ---------------------------------*/
		
.navlinks {
	color:#666666;
	font-size:.8em;
	#font-size:.8em;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	}

.navlinks p {text-align:right;}
.navlinks a:visited {color:#fff; text-decoration:none;}
.navlinks a:link {color:#fff; text-decoration:none;}
.navlinks a:hover {color:#999; text-decoration:underline;}		


.link_blue_thin { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color:#FFFFFF; text-decoration:none; font-weight:none; }

A.link_blue_thin:hover { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color:#2A3952; text-decoration:underline; font-weight:none; }

.bodylinks {
	color:#666666;
	font-size:.8em;
	#font-size:.8em;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	}


.bodylinks a:visited {color:#804000; text-decoration:underline;}
.bodylinks a:link {color:#804000; text-decoration:underline;}
.bodylinks a:hover {color:#999; text-decoration:none;}	


.menulinks {
	color:#666666;
	font-size:.8em;
	#font-size:.8em;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	}


.menulinks a:visited {color:#804000; text-decoration:none;}
.menulinks a:link {color:#804000; text-decoration:none;}
.menulinks a:hover {color:#999; text-decoration:underline;}	


.footerlinks {
	color:#666666;
	font-size:.8em;
	#font-size:.8em;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	}


.footerlinks a:visited {color:#666; text-decoration:none;}
.footerlinks a:link {color:#666; text-decoration:none;}
.footerlinks a:hover {color:#333; text-decoration:none;}


/* ------------------------------------------------------------------------------------------------------------- */
/* --------------------------- HEADER ---------------------------------*/

		
#header {
	width:900px;
	height:165px;
	margin-left:auto;
	margin-right:auto;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
}

#h1 {background-color:#000;
     height:5px;
     }
	 
#h2 {background-color:#FFF;
     height:1px;
     }

#h3 {background-color:#000;
     height:1px;
     }

#h4 {background-color:#FFF;
     height:3px;
     }
	
#h5 {background-color:#000;
     height:5px;
     }	
	 
#navlinks {
	background-color:#000;
	height:20px;
	padding: 7px 0px 3px 5px;
	border-bottom:solid 1px #fff;
}

#titlebar {
	border-bottom:dotted 3px #666;
	border-top:dotted 3px #666;
	padding:3px 0px 3px 0px;
	margin-bottom:10px;
}

#titlebar p {
	font-size:1.1em;
	font-weight:bold;
	color:#8b8f6a;
}

#titlephoto {
	width:900px;
	height:122px;
	background-color:#000}
	
#titlephoto img {float:right;}
	
#footer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}

#footerleft {float:left;}
#footerright {float:right;}
/* ------------------------------------------------------------------------------------------------------------- */
/* --------------------------- SLIDESHOW ---------------------------------*/

#showwrapper {}

#acplogo {
	float:left;
	width:356px;
	height:200px;
	background-color:#000;
	}
	
#acplogo img {
		margin-top:54px;
	margin-bottom:54px;
	margin-left:75px;
}

#slideshow {
	width:544px;
	height:200px;
	float:right;
}



/* ------------------------------------------------------------------------------------------------------------- */
/* --------------------------- WRAPPERS ---------------------------------*/

#indexwrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
	overflow:hidden;
	background-color:#FFF;
}


#indexcontent {
	padding-left:30px;
	padding-right:30px;
	text-align:justify;
	
}

#indexcontent img {float:left;}

#indexcontentleft {
	float:left;
	width:190px;
}

#indexcontentright {
	float:left;
	width:648px;
}

/* ------------------------------------------------------------------------------------------------------------- */
/* --------------------------- CONTENT ---------------------------------*/

#contentleft {
	float:left;
	width:155px;
	margin-left:30px;
	line-height:1.5em;
}

#contentleft p {
	margin-bottom:5px;
}

#contentleft img {
	border-bottom: dotted 3px #333;
}

#contentmiddle {
	float:left;
	width:450px;
	_width:440px;
	margin-left:30px;
	text-align:justify;
}

#contentmiddle ul {
	list-style: upper-roman inside url(../images/shared/bullet.jpg);
	text-align:justify;
	padding-left:1em;
	text-indent:-em;
	
	}


#contentright {
	float:left;
	width:185px;
	margin-left:30px;
	text-align:center;
}

.rightcolumn {
 background-color:#FFDFBF;
 padding: 10px 5px 10px 5px;
 }
 
 .rightcolumn1 {
 background-color:#FFF;
 padding: 10px 5px 10px 5px;
 }