* {
	margin: 0;
	padding: 0;
}

html { height: 100%; }

body {
	background-color: #eee;
	color: #333;
	font: 62.5%/1.3 Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

h1 {
	display: block;
	width: 450px;
	height: 100px;
	background: url(../images/csgtitle.jpg) top left no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	margin: 36px 0 0 15px;
	float: left;
}

h2, h3 {
	font-size: 1.8em;
	color: #2F7616;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}

h3	{
	padding-top: 10px;
	clear: both;
}
	h3.announcement {
		font-size: 1.4em;
		font-weight:bold;
	}

h4 {
	font-size: 1.4em;
	color: #2F7616;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
}

h4 span {
	font-size: 0.8em;
	color: #333;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: normal;
}

h5	{
font-weight:bold;
padding-top: 0;
padding-bottom: 0;
font-size:1.4em;
}

p {
	font-size: 1.2em;
	padding-bottom: 15px;
}

p.clearboth {
	clear:both;
}

p.errormsg, p.successmsg {
	font-weight:bold;
	color:#c60000;
	padding:10px 14px;
	border:1px solid #c60000;
	background-color:#fff3f3;
	margin-bottom:15px;
}
p.successmsg {
	color:#339338;
	border:1px solid #339338;
	background-color:#f7fcf7;
}

table {
	margin-bottom: 15px;
}
td {
	font-size: 1.2em;
}
th {
	font-size: 1.2em;
}

a {
	text-decoration: none;
	color: #2F7616;
}
a:hover {
	color: #33CC00;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 1px;
	color: #333333;
}
textarea {
	padding: 2px 3px;
}

form.basic {
	padding:0 0 10px 0;
}

	form.basic input, textarea {
		font-size: 1.2em;
	}

	form.basic label {
		float:left;
		display:block;
		width:100px;
		font-size: 1.2em;
	}
	
	form.basic div {
		padding:0 0 5px 0;
	}
	form.basic div.submit {
		padding:0 0 5px 100px;
	}

#container {
	width: 760px;
	margin: 0 auto;
	background: #fff url(../images/backtile.gif) top left repeat-y;
	min-height: 100%;
	padding: 0 10px;
}

* html #container {
	height: 100%;
}

#header {
	height: 151px;
	width: 745px;
	background: #36831B url(../images/headerbacktile.gif) top left repeat-x;
	padding: 21px 0 0 15px;
}
	#header #flashlogo {
		width: 120px;
		height: 148px;
		float: left;
	}
	
	#header #minigallery {
		width: 150px;
		height: 148px;
		float: right;
	}
		#header #minigallery ul {
			list-style: none;
		}
			#header #minigallery ul li {
				float: left;
				padding: 2px;
				margin: 0 4px 4px 0;
				background-color: #fff;
			}
				#header #minigallery ul li img {
					border: 1px solid #000;
					display: block;
				}

#content {
	width: 583px;
	float: right;
	padding: 12px 15px 0 0;
}
	#content ul {
		padding: 0 0 15px 20px;
	}
	#content ol {
		padding: 0 0 15px 40px;
	}
		#content ul li, #content ol li {
			font-size: 1.2em;
		}
		#content ul li li, #content ol li li {
			font-size: 1.0em;
		}
		
	#content ul.linklist {
		list-style:none;
		padding: 0 0 15px 0;
	}
		#content ul.linklist li {
			padding:0 0 10px 0;
		}
		
	#content img {
		border: 1px solid #000000;
		float: left;
		margin: 0 10px 10px 0;
	}
	
	#content img.li {
		border: 1px solid #000000;
		float: left;
		margin: 0 20px 10px 0;
	}
	#content img.cleanimg {
		border: 0;
		float: none;
		margin: 0;
	}
	#content img.floatright {
		float: right;
		margin: 0 0 10px 10px;
	}
	#content img.clean {
		margin: 0 0 5px 0;
		border: none;
	}
	#content img.noborder {
		border: none;
	}
	#content p span.floatright {
		float: right;
	}
	
	#content #submenu {
		border-bottom: 1px dashed #ccc;
	}
	
	
	#content #libtab {
		padding:4px 0 4px 10px;
		border-bottom: 1px solid #eee;
		display:block;
	}
		#content #libtab a {
			padding:5px 10px;
			background-color:#2F7616;
			color:#fff;
			border-left:1px solid #fff;
			border-right:1px solid #fff;
			border-bottom: 1px solid #eee;
		}
		#content #libtab a.active {
			padding:5px 10px;
			background-color:#fff;
			color:#2F7616;
			border-bottom: 1px solid #fff; 
			border-left: 1px solid #eee;
			border-right: 1px solid #eee; 
			border-top: 1px solid #eee; 
		}
	
	#content #libwin, #content #libwin2 {
		border: 1px solid #eee;
		background:#fff; 
		padding: 3px; 
		height: 280px; 
		overflow: auto;
		margin-bottom: 15px;
		clear:both;
	}
	
	#content #libwin2 {
		border-top: 0; 
	}
	
		#content #libwin a, #content #libwin2 a {
			display: block;
			padding: 4px;
			margin: 3px;
			width: 92px;
			float: left;
			background-color: #E8F3E5;
		}
		#content #libwin a:hover, #content #libwin2 a:hover {
			background-color: #B1D8A6;
		}
		#content #libwin a.current, #content #libwin2 a.current {
			background-color: #2E7415;
		}
		#content #libwin img, #content #libwin2 img {
			border: 0;
			margin: 0;
			float: none;
		}
		#content #libwin p, #content #libwin2 p {
			padding:10px;
		}
		
	#content #liboneimg p {
		float: left;
	}	
	#content #liboneimg p.removebutton {
		float: right;
	}
	#content #liboneimg ul {
		list-style: none;
		float: left;
		padding: 0 0 0 10px;
	}
		#content #liboneimg li {
			padding-bottom: 5px;
		}
	#content #liboneimg img {
		margin: 0 10px 0 0;
	}
	
	#content p.linkright {
		border-bottom: 1px dashed #ccc;
		padding-bottom: 3px;
		margin-bottom: 12px;
	}
		#content p.linkright span {
			float: right;
		}
		
	#content div.button {
		background: #000 url(../images/button-01.gif) top left no-repeat;
		float: left;
		margin-bottom: 15px;
	}
		#content div.button p {
			display: block;
			background: url(../images/button-02.gif) bottom left no-repeat;
			padding: 0;
			float: left;
		}
			#content div.button p a {
				color: #fff;
				display: block;
				background: url(../images/button-03.gif) top right no-repeat;
				float: left;
			}
				#content div.button p a strong {
					display: block;
					background: url(../images/button-04.gif) bottom right no-repeat;
					padding: 2px 7px;
					float: left;
					cursor: pointer;
				}
	
	#content div.halfwidth {
		width: 50%;
		float: left;
	}
	
	#content #newsletterlist {
		clear: both;
		border-top: 1px dashed #ccc;
		padding-top: 15px;
	}
		#content #newsletterlist div {
			border-bottom: 1px dashed #ccc;
			padding-bottom: 10px;
			margin-bottom: 15px;
		}
		#content #newsletterlist p {
			padding: 0 5px 2px 5px;
			font-weight: bold;
		}
			#content #newsletterlist p span {
				float: right;
				font-weight: normal;
			}
		#content #newsletterlist p.letterlinks {
			background-color: #E8F3E5;
			padding: 4px 5px;
			font-weight: normal;
			text-align: right;
			line-height: 1;
		}
			#content #newsletterlist p.letterlinks a {
				margin-left: 20px;
			}
			#content #newsletterlist p.letterlinks img {
				border: none;
				float: none;
				margin: 0 0 -2px 0;
			}

#navi {
	width: 152px;
	float: left;
	background: url(../images/logoshadow.jpg) top left no-repeat;
}
	#navi ul {
		list-style: none;
		padding: 17px 0 0 0;
	}
		#navi ul li {
			line-height: 1.5;
		}
		#navi ul a {
			display: block;
			width: 120px;
			height: 18px;
			padding: 9px 0 0 0;
			margin: 0 0 0 15px;
			font-size: 1.1em;
			text-decoration: none;
			color: #2F7616;
			border-bottom: 1px dashed #ccc;
		}
		#navi ul a:hover {
			color: #33CC00;
		}
		#navi ul a.current {
			color: #33CC00;
		}
			#navi ul ul {
				padding: 0 0 20px 10px;
			}
			#navi ul ul a {
				color: #666;
				border-bottom: none;
				height: auto;
				padding: 5px 0 0 0;
				width: 110px;
			}
				#navi ul ul ul {
					padding: 0 0 0 10px;
				}
				#navi ul ul ul a {
					color: #999;
					width: 100px;
				}
				
#content table.basic {
	border: none;
	width: 100%;
}
	#content table.basic td, #content table.basic th {
		padding: 2px 10px;
	}
	#content table.basic thead th {
		border-bottom: 1px solid #d4edcc;
		text-align: left;
	}
	#content table.basic tbody td {
		border-bottom: 1px solid #eee;
	}
	#content table.basic tbody th {
		border-bottom: 1px solid #eee;
		text-align: left;
	}
	
	#content table.basic tbody tr.alt th, #content table.basic tbody tr.alt td {
		background-color: #f8f8f8;
	}
	
#content table.listtable td {
	vertical-align: top;
}

#content table.greencol td {
	padding:0 0 10px 0 ;
}
#content table.greencol th {
	text-align: left;
	color: #2F7616;
	vertical-align:top;
}


#content div.twocol {
	width:50%;
	float:left;
}
	
#footer {
	margin: 40px 15px 0 15px;
	border-top: 1px dashed #ccc;
}
	#footer p	{
	padding-top:5px;
	font-size:1.1em;
	}
	
#newsletter_div p	{
display:block;
clear:both;
}
#newsletter_div img	{
border:none;
}
/*
---- Clearfix
*/
.clearall {
	clear:both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */