	/*
  Global styles
*/

/* Change color/background image as needed */
html, body { margin: 0; padding: 0; text-align: center; background: #e0e2d8 url("images/header_bg.jpg") repeat-x; }

/* Change color as needed */
a { color: #703900; text-decoration: none; border-bottom: 1px dotted #c96; cursor: pointer; }
a:hover { background: #143818; color: #ffffff;}

img { margin: 0; border: none; }

/* Floated images and other elements */
.imgright { float: right; clear: right; margin-left: 9px; margin-bottom: 6px; }
.imgleft { float: left; clear: left; margin-right: 10px; margin-bottom: 6px; }

/* Text in other-aligned blocks, i.e. text in right-aligned <p> to be aligned left */
span.textleft { display: block; float: left; margin-top: 0.2em; }
span.textright { display: block; float: right; margin-top: 0.2em; }

body, div, td, th, h2, h3, h4, textarea {
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	color: #343434;
}

.error {color:red;}

.menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}

.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #236029;
}

h2 a { text-decoration: none; border: none; }
h2, h2 a { color: #1e5679; }

div.clear { clear: both; line-height: 0; margin: 0; padding: 0; }


#contentContainer { 
				overflow: auto;
				width: 800px;
				margin: 40px;
			    margin-left: auto;
			    margin-right: auto;
		/*		border: solid 1px  #3a7d36;  */
				text-align: left; 
				background: #e0e2d8;
		}

#content { 
				width: 700px; 
				float: left; 
				margin: 0; 
				position: relative;
				padding: 9px 0 0 52px; 
				background: #e0e2d8;
		}

#side { 
				width: 225px; 
				float: right; 
				margin: 0 0 0 0; 
				padding: 3px 0 0 0;
		} 
				/* margin 0 0 0 535px */



/*
  Footer styles
*/

#footer { text-align: center; margin-top: 0; padding: 10px 0 10px 0; background: #e0e2d8; clear: both; border-top: 1px solid #000000;}
#footer p { text-align: center; font-size: 0.8em; margin: 0; padding: 4px; color: white; }
#footer a { color: white; border-color: #ccc; }
#footer a:hover { background: #ddd; color: black; }

