@charset "UTF-8";
/* CSS Document */

* {margin:0px; padding:0px;}

body {
	background-color:#CCCCCC;
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:1em;
	}

#wrapper {
	width:950px;
	background-color:#FFFFFF;
	margin:auto;
	}

#header {
	background-image:url(../images/header.jpg);
	background-color:#FF6600;
	}

#nav {
	background-image:url(../images/navbg_02.gif);
	background-repeat:repeat;
	background-position:top;
	height:45px;
	list-style:none;
	}

#nav li {
	float:left;
	padding-top:10px;
	padding-left:15px;
	padding-right:10px;
	font-variant:small-caps;
	}

#nav li a {
	color:#F7F7F7;
	text-decoration:none;
	}

#nav li a:hover {
	color:#FF6600;
	text-decoration:none;
	}

#nav li.current a {
	color:#ff9224;
	text-decoration:none;
	}

#nav li.current a:hover {
	color:#FF6600;
	text-decoration:none;
	}

#content {
	padding-top:30px;
	clear:both;
	}

#content * {
	margin-left:10px;
	margin-right:10px;
	}

i, em, b, strong, a {
	margin:0px !important;
	}

#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:repeat;
	background-position:top;
	height:45px;
	color:#FFFFFF;
	}

#footer div {
	}
	
.printonly {
	display:none;
	}

a:link, a:visited {
	color:#006442;
	text-decoration:none;
	}

a:hover, a:active {
	color:#00905f;
	text-decoration:underline;
	}


a.link {
	color:#006442;
	cursor:pointer;
	}

a.link:hover, a.link:active {
	color:#00905f;
	text-decoration:none;
	cursor:pointer;
	}

#home {
	background-image:url(../images/bg_home.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	}

#home div {
	padding-right:200px;
	margin-right:0px;
	background-image:url(../images/fade.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	}

.update {
	width:700px;
	height:200px;
	margin:auto;
	padding:10px;
	border:1px #000000 solid;
	color:#990000;
	font-size:1.2em;
	}

/*Open Page.dwt Settings*/
#content h2 {
	border-bottom:1px #006442 solid;
	width:60%;
	margin-bottom:5px;
	}
	
#content .right {
	margin-right:10px !important;
	float:right;
	}
	
#content .anchor {
	clear:both;
	margin-bottom:50px;
	}
	
#content p {
	text-align:justify;
	/*text-indent:3em;*/
	margin-bottom:20px;
	}
	
#content ul.alpha {
	margin-left:3em;
	list-style:lower-alpha;
	margin-bottom:50px;
	}
	
#content ul.alpha li {
	margin-bottom:10px;
	}
	
#content ul.roman {
	margin-left:3em;
	margin-bottom:50px;
	list-style:disc;
	}
	
#content ul.roman li {
	margin-bottom:10px;
	}
	
.standard {
	margin-bottom:20px !important;
	}
	
#content ul.none {
	margin-left:3em;
	list-style:none;
	margin-bottom:50px;
	}
	
#content ul.none li {
	margin-bottom:10px;
	}
	
#content ul.none li ul {
	margin-left:3em;
	list-style:circle;
	}
	
#content ul.none li.h3 {
	margin-top:50px;
	text-decoration:underline;
	}
	
#content ul.none li h2 {
	margin-top:50px;
	}
	
#content hr {
	color:#006442;
	}

.col3 {
	width:275px;
	margin-bottom:10px;
	}


/*Gallery.dwt Settings*/
#gal {
	width:900px;
	margin:auto;
	}

.gal {
	max-width:170px;
	max-height:170px;
	vertical-align:middle;
	}

.gal_holder {
	width:180px;
	height:180px;
	margin-bottom:50px;
	float:left;
	text-align:center;
	}

#gal * {
	margin-left:0px;
	margin-right:0px;
	}
/*
#thumb {
	float:left;
	width:180px;
	height:180px;
	text-align:center;
	border:1px #000000 solid;
	}

.thumb {
	max-width:180px;
	max-height:180px;
	text-align:center;
	}
*/


/* IE6 Fix*/
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "trans.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

