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

/* RESET STYLING v1.0 | 20080212 */

html, body,  span, applet, object, iframe, div,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
/*b, u, i, center,*/  /*Sylvia did this*/
dl, dt, dd, ol, /*ul, li,*/  /*Sylvia did this*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of reset styling */

/* ******************************************************************** */
/* start of main styling */

body {
	background-color: #0f6554;
	font-size: .86em;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: .93em;
	padding: 4pt;
	margin-left: 20px; margin-right: 20px;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}

.imgLeft {
	float: left;
	margin-right: 10px;
}

.imgRight  {
	float: right;
	margin-left: 10px;
}
.imgPadded {
		padding: 4pt;
		border: 1px solid Black;
}
h3 {
	margin-top: 6pt;
}

.red {
	color: #ff0000;
}
.green {
	color: #0f6554;
}

.rightTop {
	height: 60px;
	font-size: .9em;
	text-align: right;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.lowerLeftP {
	height: 139px;
	padding-left: 10px;
}

.lowerLeftIMG {
	height: 213px;
}

#outerWrapper {
	background: #ffffff url(../images/bkg_FP.png);
	background-repeat: repeat-x;
	width: 830px;
	border-left: 3px solid #511a7f;
	border-right: 3px solid #511a7f;
	border-bottom: 3px solid #511a7f;
	margin: 4px auto 0 auto;
	position: relative;
	height: 100%;
}

#outerWrapperINSIDE {
	width: 830px;
	border-left: 3px solid #511a7f;
	border-right: 3px solid #511a7f;
	border-bottom: 3px solid #511a7f;
	margin: 4px auto 0 auto;
	position: relative;
	height: 607px;
	background-color: #ffffff;
	background-image: url(../images/side_brickA.png);
	background-repeat: no-repeat;
	padding: 0;
}

#innerWrapper {
	background: #ffffff url(../images/bkg_FP.png);
	background-repeat: repeat-x;
	width: 776px;
	margin: 0 0 0 54px;
	position: relative;
	height: 100%;
	padding: 0;
}

#brick {
	float: left;
}

#mainMenu {
	width: 830px;
	margin: 3px auto;
	text-align: center;
	height: 20px;
}

#mainMenuFP {
	width: 830px;
	margin: 3px auto;
	text-align: center;
	height: 20px;
}

#fotoBar {
	float: right;
	margin: 10px 14px 6px 0;
}

#content {
	clear: both;
	position: relative;
	padding: 6px 8px 20px;
	height: 394px;
	/*overflow: hidden;*/
}

#leftHalf {
	position: absolute;
	top: 258px;
	left: 0px;
	width: 264px;
	height: 350px;
	/* background-color:#999999; */
	padding-left: 56px;
}

/* Hides from IE-mac \*/
* html #outerWrapper {height: 1%;}
* html #leftHalf {height: 1%;}
/* End hide from IE-mac */

#rightHalf {
	clear: right;
	margin: 10px 20px 10px 350px;
	padding-top: 10px;
	text-align: center;
}

#FPtable {
	margin: 0 auto;
	background-color: #0f6554;
}

#FPtable img {
	margin: 5px;
}

#leftDiv {
	float: left;
	width: 35%;
	height: 100%;
	padding-left: 56px;
}

#rightDiv {
	float: left;
	width: 50%;
	margin: 0px;
	height: 100%;
}

#footer {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 800px;
	height: 60px;
	font-family: Geneva, Helvetica, sans-serif;
	font-size: .80em;
	font-weight: bold;
}

#footer a:link,
#footer a:visited {
color: #339933;
}

#footer a:hover, 
#footer a:active {
color: #000000;
}

#footer img {
	margin: -34px auto 0 auto;
	position: relative;
	z-index: 100;
}

#footer .footLeft {
	float: left;
	width: 36%;
	color: #000000;
	text-align: right;
	margin-top: 10px;
	position: relative;
}

#footer .footRight {
	float: right;
	width: 36%;
	color: #000000;
	text-align: left;
	margin-top: 10px;
	position: relative;
}

#ace1table {
	margin: 5px auto;
}
