body {
	background-color: #164124;
	background-image: url('images/page/background.gif');
	color: #FFFFFF;
	font-family: sans-serif;
}
	
a:link {
	text-decoration: none;
	color: #AEDBEE; background-color: transparent;
	border-bottom: 1px dotted #AEDBEE;
}

a:visited {
	text-decoration: none;
	color: #AEDBEE; background-color: transparent;
	border-bottom: 1px dotted #AEDBEE;
}

a:active {
	text-decoration: none;
	color: #FFFFFF; background-color: transparent;
	border-bottom: 1px solid #BFECFF;
}

a:hover {
	text-decoration: none;
	color: #BFECFF; background-color: transparent;
	border-bottom: 1px solid #BFECFF;
}

img {border-width: 0px;}



/* Menu, Positioning, and Style */

div.photo {
    text-align: center;
    width: 425px;
    margin: 5px 0px 5px 0px
}

div.updateBlock {
    position: absolute; left: 59px; top: 230px;
    width: 600px;
    border: none;
	font-size: small;
}

div#pageContent {
    position: absolute; left: 10px; top: 273px;
	width: 779px;
}

div#menuContainer {
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 129px;
    float: left;
}

div.menuBlock {
    padding: 0px 10px 15px 10px;
    background-color: #053013;
    border: 1px solid #006600;
    width: 129px;
}

div#contentContainer {
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: right;
    width: 600px;
}

div.contentBlock {
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 15px 0px;
    background-color: #053013;
    border: double #006600;
    width: 600px;
}

div#footerSpacer {clear: both; background-color: transparent; height: 32px;}

div#footer {
	margin-left: 8px; margin-right: 8px; margin-bottom: 32px;
	background-color: #053013;
	border: 1px solid #006600;
	padding-top: 8px; padding-bottom: 8px;
	padding-left: 8px; padding-right: 8px;
	text-align: center; font-size: x-small;
}

img#logoLeft {position: absolute; left: 20px; top: 20px;}
img#logoRight {position: absolute; left: 159px; top: 64px;}
img#logoText {position: absolute; left: 211px; top: 111px;}
img#logoText {position: absolute; left: 211px; top: 111px;}
img#news {position: absolute; left: 181px; top: 185px;}
img#members {position: absolute; left: 259px; top: 185px;}
img#pictures {position: absolute; left: 366px; top: 185px;}
img#joinus {position: absolute; left: 468px; top: 185px;}
img#contact {position: absolute; left: 568px; top: 185px;}
img#disc {position: absolute; left: 657px; top: 149px;}

div#bannerTile {
	background-image: url('images/page/banner_tile.gif');
	background-repeat: repeat-x;
	position: absolute; left: 159px; top: 168px;
	width: 498px;
	height: 51px;
}

ul.nav {
	text-align: left;
	font-size: small;
	padding-top: 8px;
	margin: 0; padding-left: 0;
}

ul.nav > li {
	margin-top: .4em;
	margin-bottom: .4em;
	font-weight: bold;
}

li > ul {
	margin-left: .5em;
	padding-left: .5em;
}

li > ul > li {
	margin-top: .2em;
	margin-bottom: .2em;
	font-weight: normal;
}