body {
	margin:0; 
	padding:0; 
	background-color:#9DCD83;
	font:11px/14px tahoma, arial, helvetica, sans-serif;
	color:#333333;
}
p{
	margin-top:0px;
}
a {
	color:#3A1565;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#3A1565;
	text-decoration:underline;
}
.contentContainer {
	background-image:url(images/mainBG.png);
	width:100%;
	
}
.mainContent {
	float:left;
	padding:30px 22px 12px 22px;
	width:394px;
	
}
.sideContainer {
	background-image:url(images/sideBG.png);
	background-repeat:no-repeat;
	width:284px;
	padding:32px 22px 0px 22px;
	color:#C7B99E;
	float:left;
}
.sideContainerBottom {
	width:328px;
	background-color:#3E6B34;
	margin-top:0px; 
	height:16px;
}
.footer {
	padding:0px 22px 0px 22px;
	margin-bottom:22px;
	color:#599A4B;
}
	.footer a {
	color:#599A4B;
	text-decoration:none;
	font-weight:normal;
}
	.footer a:hover {
	text-decoration:underline;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family: tahoma;
  font-size:11px;
  margin: 0;
  padding: 0;
  width:100%;
}

form fieldset {
	border-color: #9DCD83;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	margin-bottom:20px;

  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */

}

form fieldset legend {
	font-size:14px; /* bump up legend font size, not too large or it'll overwrite border on left */  /* be careful with padding, it'll shift the nice offset on top of border  */
	color:#3A1565;
	font-weight:bold;
	
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 100px;
	padding: 0;
	margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color:#333333;
	font-size:11px;
/*}

/*form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
/*	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 3px; /* set margin on left of form elements rather than right of  label aligns textarea better in IE */
	background-color:#F5F5F5;
	height:15px;
	color:#333333;
	font-size:11px;
	border: solid;
	border-color: #D3D1D1;
	border-width: 1px;
	font:tahoma;
	padding:2px 2px 2px 4px;
	font-family:tahoma;
}

textarea { overflow: auto; 
}
.buttonSubmit {
	background-color:#9DCD83;
	color:#3A1565;
	height:26px;
	padding:0px 10px 0px 10px;
	cursor:pointer;
}
.buttonSubmit:hover {
	background-color:#3E6B34;
	color:#FFFFFF;
}
.inTheNewsImageContainer{
	float:left; 
	text-align:center; 
	margin-right:10px; 
	color:#3E1865; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:10px; 
	line-height:120%;
}
.inTheNewsImage {
	margin-bottom:6px; 
	border: solid 1px #3E1865;
}
