body
{
	font-size:       62.5%; /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	background:      transparent url('../images/bg.png') top left repeat;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
}
a{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
p a{
	color: #E76563;
}
p a:hover{
	color: black;
}
h1{
	position: relative;
	font-family: 'lucida grande', arial, tahoma, sans-serif;
	font-size: 30px;
	color: #E76563;
	top:             8px;
	left:            12px;
	margin: 0px;
	letter-spacing: -2px;
	background: White;
	border: 1px #218EFF solid; 
	width: 280px;
}
h1 strong{
	font-size: 40px;
	font-style: italic;
}
h1 small{
	font-size: 20px;
	letter-spacing: normal;
}
h2{
	margin: 0px;
}
h3{
	color: #E76563;
	margin: 0px 0px 10px 0px;
	font-size: 20px;
}
h4{
	color: #E76563;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
}
h5{
	color: #E76563;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
}

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

#header
{
	margin:          0 auto;
	width:           640px;
	height:          96px;
	background:      transparent url('../images/header.jpg') top left no-repeat;
	border-top: 7px #B5D34A solid;
}
#header-text{
	display: block;
	color: #EFF4DC;
	font-size: 1.4em;
	font-weight: bold;
	width: 450px;
	padding: 10px 0px 0px 15px;
	font-style: italic;
	
}

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

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

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

#menu ul li a{
	color:           #767676;	
	padding:         13px 7px 15px 7px;
	font-size:       1em;
	background:      transparent url('../images/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('../images/menuon.png') center left repeat-x;
	color:           #FDFDFD;
}

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

#content
{
	min-height:      390px;
	width:           640px;
	margin:          0 auto;
	background:      transparent url('../images/contentbg.png') top left repeat-y;
}
#p2{
	background: #F1F8DD;
	border: 1px #B5D34A solid;
	padding: 5px;
	margin: 20px 0px;
}

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

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

#sidebar{
	padding:         0 10px 10px 10px;
	float:           right;
	width:           210px;
	background:      #f6f6f6;
}
#sidebar p{
	color:           #565656;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       12px;
	line-height:     170%;
	text-align: center;
}
#sidebar a{
	background: #DEF7AD;
	text-decoration: none;
	color: #94C35A;
	width: 100%;
	height: 20px;
	border-bottom: 1px white solid;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	
}
#sidebar a:hover{
	text-decoration: none;
	background-color: #E76563;
	color: White;
}
#titlebg{
	margin:          0px;
	font-weight:     normal;
	color:           #d8f7af;
	font-size:       3.2em;
}
#titlefg{
	margin:          0px;
	display:         block;
	position:        relative;
	top:             -1.5em;
	left:            1.75em;
	font-size:       1.8em;
	font-weight:     normal;
	color:           #94c258;
}
#roundedfooter
{
	width:           640px;
	height:          17px;
	margin:          0 auto;
	background:      transparent url('../images/abovefooter.png') top left no-repeat;
}
#footer
{
	margin:          0 auto;
	width:           641px;
	height:          39px;
	background:      transparent url('../images/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;
}