/* CSS Document */


/*  body and font definitions */
html { 
  padding:0px;
  margin:0px;
}

body {
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
  background-image:url(images/bg.png);
  background-repeat:repeat;
}

p, h2 {
margin: 0px; 
padding: 5px 20px 5px 20px; 
}

pblue {
margin: 0px; 
padding: 5px 20px 5px 20px; 
color:#6BA4D7;
}

a { 
color: #000082;
font-size: 12px;
background-color:transparent;
text-decoration: none; 
}
 

.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}

h2 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
color:#000082;
background-color: transparent;
}


h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564b47;
background-color: white;
padding:5px 15px;
margin:0px

}


strong { 
font-size: 13px;
}

/*  positioning-layers static and absolute */

#container {
width:750px;
padding: 0px;
margin-top: 10px;
background-color: white;
text-align: left;
overflow:hidden;
border: 1px solid black;
margin-left: auto;
margin-right: auto;
}

#left {
float: left;
left: 0px;
width: 160px;
color: #564b47;
margin: 0px; 
}

#content {
float: left;
width: 570px;
padding: 0px;
background-color: #ffffff;
background-image:url(.png);
background-position:bottom;
background-repeat:repeat-x;
}

.contentleft {
width: 225px;
float:left;
}

.contentright {
width: 300px;
float:right;
}

#top {
width: 750px;
padding: 0px;
margin: 0 auto;
background-color: white;
text-align:center;
overflow:hidden;
}

#top a { 
color: #564b47;
font-size: 10px;
background-color:transparent;
text-decoration: none; 
text-align: center;
}

#top a:hover { 
color: #6BA4D7;
font-size: 10px;
background-color:transparent;
text-decoration: none; 
}

#right {
float: right;
right: 0px;        
width: 190px;
color: #564b47;
margin: 0px; 
padding: 0px;
}


#footer {
	clear:both;
	text-align: center;
	border-top: 1px solid #999999;
	padding:5px 0px 10px 0px;
}

#footer ul {
list-style:none;
}

#footer li a {
display:inline;
list-style:none;
}

h5 {
	font-size: smaller;
	background-color: #F4F4F4;
	border-top:1px solid #24618E;
	border-bottom:1px solid #24618E;
	padding:5px 5px;
	margin:0px;
	color:#999999;
	text-align: center;
}

#footer a.grey {color:#666666;}

#topmenu {
text-align:right;
background-color:#333333;
}

#topmenu a { 
color: white;
text-align: right;
font-size: 12px;
text-decoration: none; 
}

#topmenu a:hover { 
color: #8DCE29;
text-decoration: none; 
}

/*- Menu -------------------------- */
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#menu14 {
	width: 150px;
	margin: 10px;
	}
	
#menu14 li a {
	height: 32px;
  	height: 24px;
	text-decoration: none;
	list-style:none;
	}	
	
#menu14 li a:link, #menu14 li a:visited {
	color: #333;
	display: block;
	background:  url(images/menu14.png);
	padding: 8px 0 0 10px;
	}
	
#menu14 li a:hover {
	color:white;
	background:  url(images/menu14.png);
	padding: 8px 0 0 10px;
	}				
	

a.grey {color:#666666;}


/*---- Image Gallery Style---- */

#albumlist {
list-style-type:none;
}

#albumlist li {
float:left;
margin-bottom:25px;
margin-left:5px;
}

#albumlist img {
display:block;
}
	