body
{
	font-size:       62.5%; /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	/* background: 	 #222 url(bger.gif) repeat-x scroll; */
	background:      transparent url('bg.png') top left repeat;
	font-family:     'tahoma', 'lucida grande', arial, tahoma, sans-serif;
}

#container
{
	margin:          0 auto;
	width:           683px;
	position:        relative;
	background:      transparent url('containerbg.png') top left repeat-y;
}

#header
{
	margin:          0 auto; 
	/* margin-top:		 10px; */
	width:           640px;
	height:          96px;
	background:      transparent url('header.jpg') top left no-repeat;
}

.headtitle
{
	position:        relative;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
	font-size:       30px;
	color:           #FFF;
	top:             8px;
	left:            12px;
}

#menu
{
	margin:          0 20px;
	height:          29px;
	background:      #bbd75a !important;
	background:      #b3d24e;
	padding:         5px 0;
}

#menu ul
{
	margin:          0;
	padding:         7px;
	background:      transparent url('menuoff.png') top left repeat-x;
	height:          29px;
}

#menu ul li
{
	list-style:      none;
	display:         inline;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	color:           #767676;	
	padding:         13px 7px 15px 7px;
	font-size:       1em;
	background:      transparent url('menuoff.png') center left repeat-x;
	font-family:     'lucida grande', arial, sans-serif;
	font-weight:     bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	background:      transparent url('menuon.png') center left repeat-x;
	color:           #FDFDFD;
}

#roundedheader
{
	width:           640px;
	height:          18px;
	margin:          0 auto;
	background:      transparent url('belowheader.png') top left no-repeat;
}

#content
{
	min-height:      500px;
	width:           640px;
	margin:          0 auto;
	background-color: #FFFFFF;   
	/**transparent url('contentbg.png') top left repeat-y;**/
}

#insidecontent
{
	float:           left;
	padding-left:    25px;
	width:           600px; /*355*/
}

#insidecontent p
{
	margin:          0;
	color:           #767676;
	font-family:     'tahoma', 'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.2em;
	line-height:     170%;
}

#insidecontent ul
{
	margin:          0;
	color:           #767676;
	font-family:     'tahoma', 'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.2em;
	line-height:     170%;
	position: 		 relative;
	left: 		 	 4em;
}

#titlecontent
{
position: relative;
left: -2em;
}

#sidebar
{
	padding:         10px 10px 10px 10px;
	margin: 		 10px 10px 10px 10px;
	float:           right;
	width:           150px; /*210*/
	/*background: 	 url(sidebar.jpg) no-repeat; 
	/* background:  	 url(sidebartop.JPEG) no_repeat top left; */
	background:      #f1f3e9;  
	/* border: 		 1px ridge;
	border-color; 	 #f1f3e9;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial; */

}

#sidebar p
{
	margin:          0;
	color:           #565656;
	font-family:     'tahoma', 'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1em;
	line-height:     170%;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited
{
	text-decoration: underline;
	color:           #e36767;
}

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

#roundedfooter
{
	width:           640px;
	height:          17px;
	margin:          0 auto;
	background:      transparent url('abovefooter.png') top left no-repeat;
}

p.alinea
{
text-indent: 30px
}

p.decal
{
width: 580px;
padding-left: 35px;
}

/**h1
{
position: relative;
left: -0.77em;
}**/

/**h1 GOOD
{
	margin:          0;
	font-weight:     normal;
	color:           #d8f7af;
	font-size:       2.7em;
	font-weight: 	 ;
}**/

/**h2
{
	margin:          0;
	display:         inline;
	position:        relative;
	top:             -1.25em;
	left:            0.2em;
	font-size:       2.7em;
	font-weight:     ;
	color:           #94c258;
}**/

/**h2  GOOD
{
	margin:          0;
	display:         inline;
	position:        relative;
	top:             -1.5em;
	left:            2em;
	font-size:       1.8em;
	font-weight:     normal;
	color:           #94c258;
}**/

h3
{
	margin:          0;
	font-size:       1.5em;
	font-weight:     normal;
	color:           #94C258;
}

h3 a, h3 	a:active, h3 a:visited
{
	margin:          0;
	font-size:       1.0em;
	font-weight:     normal;
	color:           #94C258;
	text-decoration: underline;
}

h3 a:hover
{
	margin:          0;
	font-size:       1.0em;
	font-weight:     normal;
	color:           #94C258;
	text-decoration: none;
}

#footer
{
	margin:          0 auto;
	width:           641px;
	height:          39px;
	background:      transparent url('footer.png') top left repeat-x;
}

#footer span
{
	display:         block;
	position:        relative;
	font-family:     'tahoma', 'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.0em; /*1,2*/
	padding:         10px;
	color:           #565656;
}

img
{
vertical-align: middle;
}

a img
{
border: none;
}

img.center 
{
   display: block;
   margin-left: auto;
   margin-right: auto 
}

