body
{
	font-size:       70%; /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	/* background:      transparent url('img/bg2.png') top left repeat; */
	background: #A6CE38;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
}

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

#header
{
	margin:          0 auto;
	width:           640px;
	height:          150px;
	background:      transparent url('img/header_logo2.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; */
	height:          70px;
	/* background:      #bbd75a !important; */
	background:      #A6CE38;
	padding:         5px 5px 5px 5px;
}

#menu ul
{
	margin:          0;
	padding:         7px;
	background:      transparent url('img/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: 					 #666666;	
	padding:         13px 7px 15px 7px;
	font-size:       1em;
	background:      transparent url('img/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('img/menuon.png') center left repeat-x;
	color:           #000000;
}

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

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

#insidecontent
{
	float:           left;
	padding-left:    25px;
	width:           585px;
}

#insidecontent p, table
{
	margin:          0;
	color: 			 #333333;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.2em;
	line-height:     150%;
	text-align: 	 justify;
}

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

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

#insidecontent li {
	color: 			 #333333;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.2em;
	line-height:     150%;
	text-align: 	 justify;
}

#sidebar
{
	padding:         0 10px 10px 10px;
	float:           right;
	width:           210px;
	background:      #f6f6f6;
}

#sidebar p
{
	margin:          0;
	color:           #666666;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.2em;
	line-height:     150%;
}

#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('img/abovefooter.png') top left no-repeat;
}

h1
{
	font-weight:     bold;
	color:           #FC1B24;
	font-size:       1.8em;
}

h2
{
	font-size:       1.5em;
	font-weight:     bold;
	color:           #94c258;
	/* color: #FC1B24; */
}

h3
{
	margin:          0;
	font-weight:     normal;
	color:           #d8f7af;
	font-size:       3.2em;
}

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

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

h6
{
	font-weight:     bold;
	color: 			 #333333;
	font-size:       1.3em;
}


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

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

#flash
{
	border: 1px solid #94c258;
	color: #666666;
	padding: 5px 5px 5px 5px;
}
.imgBorder
{
	border: 5px solid #e36767;
}
.imgBorderSmall
{
	border: 2px solid #e36767;
}
#intro
{
	position: absolute;
	top: 100;
	left: 100;
	width: 640;
	border: 2px solid #e36767;
}