body, p, div, span, h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	margin: 0px;
	padding: 0px;		
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #cccccc;
	color: #363636;
}

body {
	background-color: #cccccc;
}

img {
	border: 0px;	
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

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

a:hover {
	color: #fff;	
	text-decoration: underline;
}

a.green {
	color: #008b3a;
	text-decoration: none;		
}

a:hover.green {
	color: #008b3a;	
	text-decoration: underline;	
}

a.green_issues {
	line-height: 20px;
	font-size: 14px;
	color: #008b3a;
	text-decoration: none;		
}

a:hover.green_issues {
	font-size: 14px;
	color: #008b3a;	
	text-decoration: underline;	
}


hr {
	border: 1px solid #cccccc;
}

hr.thick {
	border: 3px solid #cccccc;
}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 16px;	
}

h1.green a {
	font-weight: bold;
	font-size: 14px;
	color: #008b3a;		
}

h1.orange {
	color: #ff6600;
	font-weight: normal;
	font-size: 22px;	
}

.title_orange {
	font-size: 18px;
	color: #ff6600;		
}

.text_green {
	font-size: 12px;
	color: #008b3a;		
}

.clear {
	clear: both;
}

#searchbox {
	display: block;
	border: 1px solid #000;
	padding: 15px;
	width: 550px;
	height: 140px;
}

#searchbox p {
	font-family: 12px;
	font-weight: bold;
	line-height: 30px;	
}

#latest {
	display: block;
	height: 30px;
  	width: 930;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	padding: 0px 10px 0px 20px;
}

#latest .title {
	font-size: 18px;
	color: #ff6600;	
}

#latest .text {
	font-size: 12px;
	color: #666666;		
}

#article {
	padding: 10px 0px;
	text-align: left;	
}

#article h1 {
	color: #008b3a;
	font-size: 20px;	
}

#article .date {
	color: #999;
	font-size: 10px;	
}

#article .section {
	color: #000;
	font-weight: bold;
	font-size: 12px;		
}

#article_list {
	padding: 10px 0px;
	text-align: left;	
	width: 100%;
}

#article_list h1 {
	color: #008b3a;
	font-size: 16px;	
}

#article_list .date {
	color: #999;
	font-size: 10px;	
}

#article_list .section {
	color: #000;
	font-weight: bold;
	font-size: 10px;		
}

#green_box {
	display: block;	
	width: 250px;	
	height: 27px;
	color: #fff;
	background-color: #008b3a;
}

#green_box div {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	padding-left: 10px;	
	padding-top: 4px;
}

#grey_box {
	border: 1px solid #cccccc;
}

#directory .name {
	
}

#directory .position {
	color: #999999;
	font-style: italic;
}

#directory a, #directory a:hover {
	color: #008b3a;	
}

.menu ul {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	list-style-type: none;
	width: 130px;
}

.menu li a {
	display: block;
	height: 20px;
	padding: 10px 0 4px 10px;
	text-decoration: none;
	text-align: left;
	font-weight:bold;
	color: #006633;
	background-color:#999999;
}

.menu li a:hover {
	background-color: #a7d269;
}

.smenu li a {
	font-size: 12px;
	display: block;
	height: 20px;
	padding: 10px 0 4px 10px;
	text-decoration: none;
	font-weight:bold;
	color: #fff;
	background-color:#999999;
}

.smenu li a:hover {
	font-size: 12px;
	background-color: #a7d269;
}


div .two_left {
  border: none; float: left; margin: 0; padding: 0;
}

div .two_right {
  border: none; float: right; margin: 0; padding: 0;
}


div .three_left {
  border: none; float: left; margin: 0; padding: 0;
}

div .three_center {
  border: none; float: left; margin: 0; padding: 0;
}

div .three_right {
  border: none; float: right; margin: 0; padding: 0;
}

/* Gallery */
#mod_gallery {
	text-align: left;
	font-size: 12px;
	color: #696969;
	display:block;
	width:854px;	
}

#mod_gallery p {
	margin: 0px;
	padding: 0px;
}

#mod_gallery h3 {
	font-size: 16px;
	color: #787878;
	font-weight: bold;
}

#mod_gallery a {
	line-height: 20px;
	font-size: 14px;
	color: #008b3a;
	text-decoration: none;	
}

#mod_gallery a:hover {
	line-height: 20px;
	font-size: 14px;
	color: #008b3a;
	text-decoration: underline;	
}

#mod_gallery .gallery {
	display:block;
    height: 170px;
    width: auto;
    padding: 20px;
    float: left;	
}