/* CSS Document */

/*<![CDATA[*/

* {
  margin: 0;
}

html, body {
  background-color: #D7D7B3;
}

body {
  color: #333;
  font: 11px Verdana, sans-serif; 
  text-align: center;
  height:100%;
}

h1 {
    padding: 1em 0 .2em 0;
  font:145% Verdana, sans-serif;
	font-weight:bold;
}

h2 {
  padding: 1em 0 .2em 0;
  font:120% Verdana, sans-serif;
 font-weight:bold;
}

p {
  margin: 2em 0;
  line-height: 1.2em;
}

a{
text-decoration:none;
color: #963;
}


a:hover {
text-decoration:none;
}

#container-page {
  border: thin;
  border: solid;
  margin: 0 auto;
  width: 760px;
  background: #D7D7B3;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto; /* For Modern Browsers */
  height: 100%; /* For IE */
  margin-top:20px;
}

#container-head {
  background: #D7D7B3;
  }

#container-content {
  position:relative;
  min-height:100%;
  width: 100%;
}

#container-content a:link {
	color: #543;
}

#container-content a:hover {
color:#D7D7B3;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}



/*Begin Top Navigation */
.navigation {
	background:  #999966;
	font: bold 1em Verdana,sans-serif;
	height: 44px;
	margin: 0 auto;
	padding-right: 10px;
	text-align: right;
	text-decoration:none;
}



.navigation a{
	color: #420;
	text-decoration: none;
	padding: 3px 4px;
	line-height: 44px;
}
.navigation a:hover {
	background:  #999966;
	color:#420;
}



/* sub navigation */
.sidenav {
	width: 180px;
	background: #C3C399;
	font-size: 1em;
}

.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #C3C399;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #999966;
	color: #654;
}





/* Begin Content */



#content-right{
	float: right;
	width: 550px;
	padding: 10px 13px 0px 13px;
}


#content-left{

	width:65%;
	padding: 10px 13px 0px 13px;
}

#smallbox{
float: right;
display: inline;
width: 180px;
}

#content-announce{
	display:inline;
	float: right;
	width: 185px;
	margin-top:65px;
	margin-right:10px;
	padding: 0px 10px 0px 5px;
	background-color: #C3C399;
	font-size:95%;
}

#content-announce a:link, a:visited{
	color: #000;
	text-decoration:underline;
}

#content-announce a:hover{
		color: #420;	
		text-decoration:none;
}


#content-right a:link, a:visited{
	color: #000;
	text-decoration:underline;

}

#content-right a:hover{
	color: #420;	
	text-decoration:none;

}


#photol1{
width: 180px;
text-align:center;
font-size: 95%;
}



#photol2{
float: right;
display: inline;
border:#000000;
width: 180px;
text-align:center;
font-size: 95%;
}

#photor3{
float: right;
display: inline;
border:#000000;
width: 180px;
text-align:center;
font-size: 95%;

}

#photol4{
width: 180px;
text-align:center;
font-size: 95%;
}



#photom5{
float: right;
display: inline;
border:#000000;
width: 180px;
text-align:center;
font-size: 95%;

}

#photor6{
float: right;
display: inline;
border:#000000;
width: 180px;
text-align:center;
font-size: 95%;

}



/* Begin Footer */

#container-foot{
	font-size: 98%;
	color:#000000;
	background: #999966;
	height: 60px;
	text-align:center;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 2px;
}

#container-foot a:link, a:hover, a:visited{
	color: #420;
}


/* Text Styles */



.rightalign{
text-align:right;
}

.smallcaption{
text-align:justify;
font-size:90%;
}

.photocaption{
text-align:center;
font-size:90%;
}


.textcenter{
text-align:center;
}


.textleft{
text-align:left;
}


.bold{
font-weight:bold;
}

.italics{
font-style:italic;
}



.coloremphasis{
color: #660000;
font-weight: bold;
}

.announcement{
color: #FF0000;
text-align:right;

}

.navbutton{
	float: right;
	border:inset;
	padding: 5px;
	width: 125px;
	font-weight:bold;
	background-color: #B6C6E0;
}

.background{
padding-left:8px;

}

.centercolor{
color: #660000;
font-weight: bold;
text-align:center;

}


