@charset "utf-8";
/* style.css */

#apDiv1 {
	position:relative;
	width:784px;
	height:115px;
	margin-left: auto;
	margin-right: auto;
	top: 166px;
	text-align: center;
}
#apDiv2 {
	position:relative;
	width:765px;
	margin-left: auto;
	margin-right: auto;
	color: #666;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 90%;
	font-family: Calibri;
}

}
#apDiv4 {
	position:absolute;
	width:280px;
	height:370px;
	z-index:2;
	left: 289px;
	top: 153px;
	background-image: url(images/PortaitII.jpg);
}
#apDiv5 {
	position:absolute;
	width:276px;
	height:380px;
	z-index:2;
	left: 298px;
	top: 155px;
}

/*Headings*/

/* headings */
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #666;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}

/***********************************************/
/* links                               */
/***********************************************/

a {
	font-family: Calibri;
	font-size: 19px;
	color: #CCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #CCC;
	text-align: left;
	font-family: Calibri;
}

/***********************************************/
/* classes                                 */
/***********************************************/

#apDiv5 {
	background-image: url(images/PortaitII.jpg);
	background-repeat: no-repeat;
}

/***********************************************/
/* content                                 */
/***********************************************/

.alt {
	font-family: Calibri;
	font-size: 15px;
	color: #333;
}

.text{
	font-family: Calibri, Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #BBB;
	position: inherit;
	top: 864px;
}
.text_bold {
	font-weight: bold;
	color: #292929;
	font-family: Calibri, Trebuchet MS, Arial;
	font-size: 100%;
}
.navigation {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	font-style: normal;
	text-align: left;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #808080;
	position: static;
	margin-left: 20&;
	margin-right: 60%;
}

.pagecell1 {
        -moz-box-shadow: -4px 3px 5px #000000, 3px 2px 5px #000000;
        -webkit-box-shadow: -2px 3px 5px #000000, 3px 2px 5px #000000;
        box-shadow: -4px 3px 5px #000000, 3px 2px 5px #000000;
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=3);
