/* CSS Document */

body {
	background-color: #feffed;
	color:#000000;
	padding: 0 5% 0 5%;
	margin:0px;
	}

#pageFrame{
	top:0px;
	border-left: groove 4px #f4e8ff;
	border-right:groove 4px #f4e8ff;
	background:url(../images/strawberrycut.gif) bottom right no-repeat #FFFFFF;
	color: #000;
	min-width:800px;
	height:auto;
	}

#left {
	position:relative;
	float:left;
	width:145px;
	top:100px;
	left: 20px;
	height: 309px;
	}
#top {
	min-width:800px;
	height:auto;
	position:relative;
	background-color:#FFFFFF;
	background-position:center;
		}

#main {
	top:10px;
	height:auto;
	width:800px;
	position:relative;
	padding:5px 10px 10px 5px;
	z-index:1;
	margin-left:250px;
	}
	
	
	
#footer {
	clear:both;
	padding-top:5px;
	padding-left:160px;
	padding-bottom:5px;
	min-width:800px;
	height:auto;
	z-index:10;
	text-align:center;
	position: relative;
	}

#footer a {
	text-decoration:none;
	color:#000000;
	
	}

/* styles */
	
.normal {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
line-height:2em;
font-weight: 700;
color:#000000;
}


.normalbolderlarge {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.1em;
line-height:1.8em;
font-weight: 900;
color:#000000;
}

.small {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
line-height:1.7em;
font-weight: 700;
font-stretch:semi-expanded;
color:#000000;
padding-left:5px;

}

.smaller {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.7em;
line-height:1.4em;
font-weight: 500;
color:#000000;
text-align:center;
}

.quote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.4em;
	font-weight: 700;
	color: #800000;
	font-style: italic;
	}
	
.subheading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.4em;
	font-weight: 700;
	color: #800000;
	font-style: normal;
	}
p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
line-height:2em;
font-weight: 600;
color:#000000;
}

#sidenav {
	background:url(../images/menu.gif) no-repeat;
	width:145px;
	height: 350px;}

#sidenav2 ul {
	display:block;
	width:145px;
	text-decoration:none;
	list-style-type:none;
	padding:0px;
	margin-left:0px;
	padding-top:20px;
	}

#sidenav2 li {
	display:block;
	list-style-type:none;
	width:100%;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-stretch:semi-expanded;
	font-weight:700;
	font-size:0.9em;
	line-height:2.2em;
	padding-left:5px;
	color:#Ffffff;
	}

#sidenav2 a {
	display:inline;
	text-decoration:none;
	list-style-type:none;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-stretch:semi-expanded;
	font-size:0.9em;
	line-height:2em;
	font-weight:700;
	color:#000000;
	}
	
#sidenav2 a:hover, a:link, a:visited {
	display:inline;
	list-style-type:none;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-stretch:semi-expanded;
	font-weight:900;
	font-size:0.9em;
	color: #008000;
	}

#main a:hover, a:link, a:visited {
	display:inline;
	list-style-type:none;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-stretch:semi-expanded;
	font-weight:900;
	font-size:1em;
	color: #0000FF;
