/* PAGE LAYOUT */

body{
margin: 10px 0 10px 0;
padding:0;
text-align:center;
background: #173920;
/*background-attachment: fixed;*/
/*font-size: 10px; */
font-size: 62.8%; 
letter-spacing: 0.1em;
}

h1 {
font-family: "Trebuchet MS", Tahoma, Lucida Grande, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 2.2em; /* 2.2 x 1.2 = 2.64 */
font-weight: bold;
text-align:left;
color: #173920;
line-height: normal;
border-bottom: 3px solid #AAA7D8;
}

h2 {
font-family: "Trebuchet MS", Tahoma, Lucida Grande, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 1.7em; /* 2.2 x 1.2 = 2.04 */
font-weight: bold;
text-align:left;
color: #173920;
line-height: normal;
border-bottom: 1px solid #AAA7D8;
}

h3 {
font-family: "Trebuchet MS", Tahoma, Lucida Grande, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 1.4em; /* 1.4 x 1.2 = 1.68 */
font-weight: bold;
font-style: italic;
text-align:left;
color: #173920;
line-height: normal;
}

h4 {
font-family: "Trebuchet MS", Tahoma, Lucida Grande, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 1.3em; /* 2.2 x 1.2 = 1.56 */
font-weight: bold;
text-align:left;
color: #173920;
line-height: normal;
}

a {
color: #304966;
text-decoration: underline;
outline: none;
}

a:hover {
color: #304966;
text-decoration: underline;
}

#pagewidth{
width:800px;
background-color: #ffffff;
border: 4px solid #ffffff;
text-align:left;
margin-bottom: 10px;
margin-left:auto;
margin-right:auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
}

#header{
position: relative;
height: 93px;
width: 100%;
}

#topmenu {
margin: 0 0 20px 0;
width:100%;
background-color: #173920;
font-size: 1.2em;
line-height:normal;
font-weight: bold;
text-align: center;
}


#main{
background-color: #ffffff;
float: left;
display:inline;
position: relative;
width: 800;
height: 100%;
padding: 0 20px 0 20px;
font-size: 1.2em;
line-height: 1.5em;
}

#rightcol{
width:180px;
float:right;
position:relative;
background-color:#fff;
font-size: 0.9em;
letter-spacing: 0.05em;
line-height: 1.4em;
height: 100%;
}

#footer {
margin: 20px 0 0 0;
padding: 10px 0 10px 0;
background-color:#fff;
font-size: 0.75em; /* 1.2 x 0.75 = 0.9 */
letter-spacing: 0em;
line-height: 1.2em;
clear: both;
text-align: center;
border-top: 1px solid #000000;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/* TOP NAVIGATION */

#topmenu ul {
margin:0;
padding:5px 10px 5px 10px;
list-style:none;
}

#topmenu li {
display:inline;
margin:0;
padding:5px 20px 4px 20px;
color: #D2E8D8;
text-decoration:none;
}

#topmenu a {
color: #AAA7D8;
text-decoration:none;
}

#topmenu a:hover {
color: #173920;
background-color: #D2E8D8;
text-decoration:none;
}




/* NEWSBOX */

fieldset {
border: 1px solid #000;
padding: 6px;
margin-top: 6px;
}

legend {
color: #000;
font-weight: bold;
font-size: 1.4em; /*1.2 x 0.9 = 1.08em */
text-transform: uppercase;
}


/* TABLES */

.tabletitle
{
	font-size: 1.2em; /* 1.2 x 1.2 = 1.44 */
    font-weight: bold;
	color: #ffffff;
    text-align: center;
	padding: 8px 8px 8px 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #173920;
	background-color: #173920;
	margin: 6px 12px 6px 10px;
	background-repeat: repeat-x;
}

.tablebody
{
	font-size: 1em;  /* 1.1 x 1.2 = 1.32 */
	font-style: none;
	color: #000000;
	padding: 4px 8px 4px 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #003a65;
	background-color:#F0F7F2;
	margin: 6px 22px 6px 20px;
}


/* PHOTOS */

.photo {
	padding: 3px;
	border: 1px #173920 solid;
	margin: 10px 10px 10px 10px;
}
.leftphoto {
	float: left;
	padding: 3px;
	border: 1px #173920 solid;
	margin: 10px 5px 10px 10px;
}

.icon {
	float: left;
	margin: 0 10px 20px 20px;
}

.rightphoto {
	float: right;
	padding: 5px;
	border: 1px #520107 dashed;
	margin: 10px 5px 10px 10px;
}

.homephoto {
	float: right;
	padding: 3px;
	border: 1px #173920 solid;
	margin: 30px 5px 10px 10px;
}

.rssiconright {
	float: right;
	margin: 0 0 20px 20px;
}

.rssiconleft {
	float: left;
	margin: 5px 5px 5px 5px;
}
