@charset "utf-8";

html {
	height: 101%;
}

body  {
	font: 80% Arial, Geneva, Verdana, Helvetica, sans-serif;
	background: #314615;
    background-image: URL(images/bg.gif);
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
}

#container { 
	width: 900px; 
	background: #FFFFFF;
	background-image:url(images/nav-bg.png);
	margin: 0 auto; 
	border: 1px solid #000;
	text-align: left;
} 

#header { 
	background: #FFFFFF; 
	padding: 0 10px 0 20px;
	height: 150px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
} 

#logo {
	float:left;
	width: 400px;
	text-align:left;
}

#search {
	float:right;
	width: 400px;
	text-align: right;
	margin-top: 30px;
}

#sidebar1 {
	float: right;
	width: 210px !important;
	margin: 10px 20px 10px 10px;
}

#mainContent {
	margin: 0 250px 0 0;
	padding: 0 20px;
} 

#pic {
	min-height: 250px;
}

#footer { 
	padding: 0 10px 0 20px;
	background: #4B6C20; 
	text-align: center;
} 

#footer p {
	margin: 0; 
	padding: 10px 0;
	font-size: 10px;
	color: #FFF;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { /
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#highlights {
	margin: 0 auto;
	text-align:center;
	margin-top: 10px;
	padding-top: 10px;
	width: 210px !important;
	vertical-align:top;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	color: #314615;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#sidebar1 .left {
	text-align: left;	
}

#sidebar1 .right {
	text-align:right;
}

img {
	border: none;	
}

img a {
	border: none;	
}

a {
	outline: none !important;	
}

#sidebar1 a, #mainContent a {
	color: #314615;
	font-weight: bold;
	text-decoration: none;
}

#sidebar1 a:visited, #mainContent a:visited {
	color: #314615;
	font-weight: bold;
	text-decoration: none;
}

#sidebar1 a:hover, #mainContent a:hover {
	text-decoration: underline;
}

#reflection {
	width: 600px !important;
	margin: auto;
	/*padding-left: 15px !important;
	padding-right: 15px !important;*/
	padding-top: 60px;
	padding-bottom: 10px;
	background-color:#FFF;
	background-image:url(images/reflections.png);
	background-position: top left;
	background-repeat:no-repeat;
	border: 1px solid #314615;
	margin-bottom: 15px;
}

#reflection p {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 1.5em;
	/*font-style:italic;*/
	/*font-weight: bold;*/
}
