form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #333333;
    background: #FFFFFF; 
}

a           
{   
    color: #51ad23;
    font-weight: normal;
    text-decoration: underline;
    font-size: 14px;	
    font-weight: bold;
}
a:hover { color: #7D3F00; } 
a:visited { color: #7D3F00; }

h1
{
	font-size: 26px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	color: #7D3F00;
}
h2,h3,h4,h5,h6
{
	font-size: 18px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	color: #7D3F00;
}

p
{
        text-align:justify
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 80%;
}

#logo
{
	padding: 0px 0px 10px 0px
}

#menu {
    list-style-type: none;
    margin: 4px 0px 4px 0px;
    padding: 4px 0px 4px 4px;
    overflow: hidden;
    background-color: #51ad23;
}

#menu li {
    float: left;
}

#menu li a {
    display: inline-block;
    color: white;
    text-align: left;
    padding: 10px 10px;
    text-decoration: bold;
}

#menu li a:hover {
    background-color: #7D3F00;
}

#topmenu {
	list-style: none;
	clear: both;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	height: 19px;
}
#topmenu li {
	float: left;
	background: #DBDCDE url(navLeft.jpg) no-repeat left;
	height: 19px;
	padding: 0px;
	margin: 0px 3px 19px 0px;
}
#topmenu li.selected,
#topmenu li:hover {
	float: left;
	background: #51ad23 url(navLeftOn.jpg) no-repeat left;
	height: 19px;
}
#topmenu li a {
	float: left;
	display: block;
	background: url(navRight.jpg) no-repeat right;
	height: 19px;
	color: #697279;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	padding: 0px 14px 0px 18px;
	line-height: 19px;
}
#topmenu li.selected a,
#topmenu li:hover a {
	background: url(navRightOn.jpg) no-repeat right;
	color: #FFF;
	text-decoration: none;
}

#maincontainer{
width: 100%; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}


#contentwrapper{
float: left;
width: 100%;
}

#leftcolumn
{ float: left; width: 48%;}

#rightcolumn
{ float: right; width: 48%;}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* ####### responsive layout CSS ####### */

@media (max-width: 840px){ /* 1st level responsive layout break point- drop right column down*/
	
        #maincontainer{
	width: 100%;
	}

	#leftcolumn{
	width: 100%;
	clear: both;
	margin-left: 0%;
	}


	#rightcolumn{
	float: none;
	width: 100%;
	margin-left: 0;
	clear: both;
	}

}

#header
{
	background: #CCCCCC;
	height: 10px;
	border-top: 5px solid #51ad23;

}
#headerText
{
	color: #383838;
	padding: 2px 2px;
	font-size: 12px;
	line-height: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-align: left;
	float: left;
}


#mainText
{
	font-weight: normal;
	margin: 10px 30px 30px 20px;
	width: 90%;
        float: left;
	text-align: left;
}

#footer
{
	border-top: 4px solid #D2D3D5;
	background: #51ad23;
	overflow: hidden;
	width: 100%;
}
#bottomLinks
{
	padding: 3px 15px;
	text-align: left;
	float: left;
}
#bottomLinks a
{
	color: #FFF;
	text-decoration: none;	
}
#bottommenu {
	float: left;
	text-align: left;
	font-size: 13px;
	padding-bottom: 4px;
	width: 100%;
	background-color: white;
	border-top: solid 2px #51ad23;
	border-bottom: solid 2px #51ad23;
}

#copyright
{
	float: right;
	color: #FFF;
	font-size: 10px;
	margin: 3px 40px;
	text-align: left;
}

.imagewrapper {
  width: 100%; /* Or whatever width you want */
}
.imagewrapper img {
  max-width: 100%;
  height: auto;
  width: auto; /* For IE8 */
}

