
body {
	margin: 0;
	padding: 0;
	border: 0;
	/*background: url(../../images/bg.jpg);
	background-repeat: repeat-x; */
	background-color: #2b9176;
	font-size: 13px;
	
	
}

h1 {
	font-size: 18px;
	color: #527d24;
}

p {
	margin: 0 0 18px 0;
}

img {
	border: none;
}

a:link, a:visited	{
	color: #2f9d68;
	text-decoration: underline;
}
	
a:hover	{
	text-decoration: none;
}

textarea {
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

input {
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

.required {
	color: red;
	font-weight: bold;
}
	

/* Layout */


#siteDimention2	{
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: url(../../images/newbg.jpg);
}

#siteDimention	{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}



#header {
	background: url(../../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 112px;
}

#logoClick {
   display: block;
   position: absolute;
   top: 14px;
   height:60px;
   width:350px;
  
}

.profileButton {
	position: relative;
	left: 800px;
	top: -30px;
}

#searchHeader {
	position: relative;
	left: 630px;
	top: 10px;
}

.searchBox {
	width: 185px; 
	height: 20px;
	font-size: 17px;
	background-image: url(../../images/google.gif);
	background-repeat: no-repeat;
	
}

.searchBoxNoImage {
	width: 185px; 
	height: 20px;
	font-size: 17px;
	background-image: url(../../images/googleBlank.gif);
	background-repeat: no-repeat;
}



#wrapper {
	overflow:hidden;
	
}

#contentMain {
	float: left;
	width: 670px;
	background: #FFFFFF;
	padding: 20px;
	font-family: Arial, sans-serif;
	margin-bottom: -7000px; 
	padding-bottom: 7000px;
}

.dateBar {
	background: #2b9176;
	height: 22px;
	width: 650px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #ffffff;
	padding: 3px 0px 0px 10px;
}

.articleBackground {
	width: 644px;
	background-color: #FFFFFF;
	padding: 8px;
}

.articleTitle {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 3px;
	font-family: Arial, sans-serif;
	font-size: 24px;
	color: #2f9d68;
}

.tableContentsTitle {
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 4px;
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #000000;
}

.articleSubTitle {
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #2f9d68;
}

.articleGreyTitle {
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #7f7f7f;
}

.articleGreenTitle {
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #2f9d68;
}

.articleBody {
	width: 640px;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Verdana, sans-serif;
	color: #000000;
	line-height: 19px;
}

.articleFinish {
	width: 640px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 4px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #369978;
}


.articleFinish a, articleFinish a:visited {
	text-decoration: underline;
}

.articleFinish a:hover {
	text-decoration: none;
}


.aboutTable {
	color: #52a78a;
}

.aboutTable2 {
	color: #52a78a;
	background: #f2f2f2;
}

#sideBar {
	float: right;
	width: 250px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	background: #FFFFFF;
	margin-bottom: -7000px; 
	padding-bottom: 7000px;
	
}

.sideButton {
	margin-bottom: 5px;
	margin-top: 5px;
}




#footer	{
	height: 150px;
	background: url(../../images/footer_bg.jpg);
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#footer a, footer a:visited	{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 15px;
}

#footer a:hover	{
	text-decoration: none;
	
}

/* Menus */


#navcontainer
{
	margin-bottom: 1em;
	overflow: hidden;
	width: 550px;
	position: relative;
	top: 80px;
	left: 20px;
}

#navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

#navlist li
{	border-left: 1px solid #b9b9b9;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	color: #da0000;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#navlist li a, navlist a:visited
{
	color: #da0000;
	text-decoration: none;
}

#navlist li a:hover
{
	text-decoration: underline;
}

.smaller {
	font-size: 11px;
}
