/* Page Layout for the main page body */
	
body {
	background-color:#FFFFFF;
	text-align:center;
	font-family:Arial, "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #9e9e9e;
	line-height: 11px;

	}

html {
	overflow: scroll;
	}

/* This removes the margins and padding from everything - 
   causing a global whitespace reset */
* {
	margin:0;
	padding: 0;
	}

div {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}


/* This next section sets up the layout for the top of the home page */
	
.pageBackground {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-position:top left;
	background-attachment:fixed;
}

/* This next section sets up the layout for the top of the home page */
	
.topHeader {
	width:840px;
	height:190px;
	align:center;
	vertical-align:top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* This next section sets up the layout for the top of the home page */
	
.pageLayout {
	background-color:#FFFFFF;
	align: center;
	vertical-align:top;
	margin-top:20px;
	padding:20px 20px 20px 20px;
	width: 850px;
}

.menuBar {
	width: 840px;
	height: 35px;
	align:left;
	background-color:#666666;

}
	
.bottomLayout {
	width:840px;
    height:52px;
	vertical-align:top;
	align:center;
	background-color:#A5A5A5;
	padding:18px 0px 0px 121px;
	color:#FFFFFF;
	font-size:12px; 
	text-decoration:none;
}

#bottomLinks {
	background-color:#A5A5A5;
	font-color:#FFFFFF;
	font-size:12px; 
	text-decoration:underline;
}

.menu {color:#ffffff; font-size:12px; text-decoration:none}
.menu:hover {text-decoration:underline}

.middle-section {
	width: 840px;
}

/*.red-txt {color:#C94B0D; font-size:12px; text-decoration:none}*/
.red-txt {color:#000099; font-size:13px; text-decoration:none}
.red-txt:hover {text-decoration:underline}
.zel-txt {color:#489106; font-size:13px; text-decoration:none}
.zel-txt:hover {text-decoration:underline}
.bel-txt {color:#ffffff; font-size:13px; text-decoration:none; text-align:justify; line-height:18px}
.bel-txt:hover {text-decoration:underline}
.www {color:#626054; font-size:11px; text-decoration:none}
.www:hover {text-decoration:underline}


.txt-on-grey {color:#000000; font-size:14px; font-family:Arial, Arial, Geneva, sans-serif;
	text-decoration:none;text-align:justify}
.txt-on-grey a{color:#000000; font-size:14px; font-family:Arial, Arial, Geneva, sans-serif;
	text-decoration:none}
.txt-on-grey a:hover {color:#000000; font-size:14px; font-family:Arial, Arial, Geneva, sans-serif;
	text-decoration:underline}
	
.welcome-text{color:#000000; font-size:14px; font-weight:normal; font-family:Arial, Arial, Geneva, sans-serif;
	text-decoration:none;text-align:justify}

.news-text{color:#333333; font-size:14px; font-weight:normal; font-family:Arial, Arial, Geneva, sans-serif;
	text-decoration:none;text-align:justify}
	
#contact-text{color:#333333; font-size:14px; font-weight:normal; font-family:Arial, Arial, Geneva, sans-serif;
	text-decoration:none}
#contact-text a {color:#333333; font-size:14px; font-weight:normal; font-family:Arial, Arial, Geneva, sans-serif;
	text-decoration:underline}
#contact-text a:hover {color:#333333; font-size:14px; font-weight:normal; font-family:Arial, Arial, Geneva, sans-serif;
	text-decoration:none}
	
#pdf-link a { align:center; height:30px; border:1px solid #666666; background-color:#3B4D59; color:#ffffff; font-weight:bold; padding:5px 15px 5px 15px; font-family:tahoma; font-size:12px; text-decoration:none}
#pdf-link a:hover { align:center; height:30px; border:1px solid #666666; background-color:#ffffff; color:#3B4D59; font-weight:bold; padding:5px 15px 5px 15px; font-family:tahoma; font-size:12px; text-decoration:none}

.book-text {color:#000000; font-size:14px; font-family:Arial, Arial, Geneva, sans-serif;
	text-decoration:none;text-align:justify}
.book-text a{color:#000000; font-size:14px; font-family:Arial, Arial, Geneva, sans-serif;
	text-decoration:underline}
.book-text a:hover {color:#000000; font-size:14px; font-family:Arial, Arial, Geneva, sans-serif;
	text-decoration:none}
	
.gallery-text {color:#000000; font-size:14px; font-family:Arial, Arial, Geneva, sans-serif;
	font-weight:normal; text-decoration:none;text-align:center}
.gallery-text a{color:#000000; font-size:14px; font-family:Arial, Arial, Geneva, sans-serif;
	font-weight:normal; text-decoration:underline}
.gallery-text a:hover {color:#000000; font-size:14px; font-family:Arial, Arial, Geneva, sans-serif;
	font-weight:normal; text-decoration:none}
	

