/* CSS Document */

body { 
	background: #EEEEFF;
	font: 95% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0;
}
#container {
	position: absolute;
	background: transparent;
	margin: 0 auto;
	width: 100%;
	left: 0px;
	top: 0px;
}
#pageHeader {
	height: 180px;
	background: #DFEAE4 url(images/banner.jpg) repeat-x left bottom;
	color: #006;
}
#pageHeader h1, #pageHeader h2 {
	margin: 0;
	padding: 0;
	display: none;
}
a {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #660066;
}
a:hover {
	color: #993366;
	text-decoration: none;

}
#ContentText {
	margin-left: 200px;
	margin-right: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#ContentText p {
	margin: 1em 6em 1em 0em;
	line-height: 150%;
	text-align: justify;
}

#ContentText h2 {
	font-size: 2.5em;
	color: #666699;
	text-align:left;
	margin: 0em 25px 1em 0em;
}

#ContentText h3 {
	margin: 1em 25px 0.5em 0em;
	font-size: 1.75em;
	color: #336699;
}
#ContentText h4 {
	margin: 1em 25px 0.5em 0em;
	font-size: 1.25em;
	color: #666699;
}
#ContentText h3 span {
	font-size: 135%;
}
ul li, ol li {
	margin-bottom: 5px;
	margin-right: 2em;
	margin-left: 1em;
	text-align: left;

}
ul.updates li a {text-decoration:none;}
#box {
	padding: 6px;
	border: 1px solid #9999CC;
	background: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}
#box p {
	line-height: 120%;
	text-align: left;
	margin: .5em;
}
.boxright {float:right;margin: 0.5em 75px 0.5em 1.5em;}
.boxleft {float:left;margin: 0.5em 1.5em 0.5em .25em;}

#photo p {
	font-size: 14pt;
	margin: 2px 8px 8px;
	line-height: 100%;
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#photo img {
	border:1px solid #333333;
	margin-bottom: 5px;
}
.picright {float:right;margin: 0.5em 2em 1em;}
.picleft {float:left;margin: 0.5em 1em 1em .5em;}

/* Navigation */
#navcontainer {
	float:left;
	margin: 10px 0px 0px;
	text-align: left;
	font-size: 95%;
 }
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer a {
	display: block;
	background-color: #f7f2ea;
	width: 150px;
	padding: 3px;
	text-decoration: none;
	color: #333333;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;


}
#navcontainer a:hover	{
	color: #800000;
	background: #CCCCCC;
	border-top: 1px solid #aaab9c;
	border-left: 1px solid #999999;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;


}
li#active a, li#active a:hover{
	background: #f0e7d7;
	color: #800000;
	cursor: text;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;


}
/* Navigation Ends */


/* Gallery Begins */
#gallery {
	margin-left: .5em;
}
#thumbnail {
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	width: 115px;
	text-align: center;
	height: 160px;
	border: 1px solid #9999CC;
	background: #E1DAE5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
#thumbnail img {margin-bottom: 4px;}

/* Gallery Ends */
#footer {
	background: transparent;
	color: #000000;
	text-align: right;
	padding: 6px;
	clear: both;
	margin-top: 100px;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 2em;

}
.cap {
	font-size: 150%;
	font-weight: bold;
	color: #666699;
}
.indent {
	text-indent: 15pt;
}
.title {
	font-weight: bold;
	color: #336699;
	font-size: 125%;
}
a.top,  {
	font-size: 7pt;
	color: #333333;
	display: block;
	padding: 1px;
	text-decoration: none;
	font-weight: normal;
    float: right;
	margin: 5px;
	border: 1px solid #999999;
	
}
a.top:hover, a.top:active {
	background: #CCCCCC;
	color: #000000;
	text-decoration: none;
}
