*
{
	margin: 0;
	padding: 0;
}
a
{
	color: #93B21A;
}
a:hover
{
	color:#93B21A;
	text-decoration: none;
}
a img
{
	border: 1px solid #DADADA;
}

a:hover img
{
	border: 1px solid #BBBBBB;
}
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
body
{
	background: #fff url('../img/bg.jpg') repeat-x;
	color: #303030;
	font: 0.8em/1.5 "arial",sans-serif;
	padding: 0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 { margin:15px 0 7px 0; }
h1 { font-size:200%; }
h2 { font-size:160%; font-weight: normal; color: #93b21a; }
h3 { font-size:105%; border-bottom: 1px solid #ddd; padding-bottom: 5px; margin-top: 25px; margin-bottom: 14px;}
h4 { font-size:120%; }
h5 { font-size:100%; }

h3 a
{
	color: #000;
	text-decoration: none;
}

#layout
{
	margin: 0 auto;
	text-align: left;
	width: 810px;
}
#header
{
	padding: 10px 0 0 0;
}
#logo
{
	float: left;
	font-size: 250%;
	height: 108px;
	line-height: 108px;
	margin: 0;
	padding: 0px 0px 0px 27px;
}
#logo a
{
	color: #93b21a;
	font-weight: normal;
	padding: 0px 10px 7px 10px;
	text-decoration: none;
}
#logo span
{
	color: #cfe444;
}
#navigation
{
	display: block;
	float: right;
	font-size: 95%;
	height: 108px;
	left: 270px;
	line-height: 83px;
	padding-right: 20px;
}
#navigation ul li
{
	display: inline;
}
#navigation li a
{
	color: #1b1b1b;
	font-size:120%;
	padding: 15px 12px;
	text-decoration: none; border-left: 1px solid #eeebcd;
}
#navigation li#first a
{
	border: none !important;
}
#navigation a:hover
{
	text-decoration: underline;
}
#box
{
	background: #93b21a url('../img/main-top.jpg') repeat-x;;  
	color: #fff;
	font-size: 24px;
}
#quote
{
	background: url('../img/main-corner.jpg') no-repeat right bottom;
	padding: 15px;
}
#quote h2
{
	display: none;
}
#quote a
{
	color: #FFF;
	text-decoration: none;
}
#main
{
	clear: both;
	padding: 0 20px 0 37px
}
#content
{
	padding: 10px 12px;
}
#footer
{
	background-color: #96B21C;
	background-image: url('../img/footer.jpg');
	background-repeat: repeat-x;
	color: #C1E038;
	padding: 120px 0px 20px 0px;
}
#footer a
{
	color: #C1E038;
	text-decoration: none;
}
#footer p
{
	margin: 0px;
}

.thumbnail
{
	float: left;
	margin: 0 13px 20px 0px;
}

p { margin:10px 0 15px 0; line-height: 24px; font-size: 95%}

.content p {color: #fff; margin-top: 10px;}

.alignleft { float: left; }

table { margin:10px 0; border: 1px solid #cdcdcd; border-collapse:collapse; border-spacing:0; font-size:100%; width: 100%;}
th { text-align:center; font-weight:bold; border: 1px solid #cdcdcd;}
th, td { padding:4px 6px; border: 1px solid #cdcdcd;}
th { background: #e5e5e5; font-weight: bold; text-align: left; }

ul, ol { display:block; margin:15px 0 15px 40px; }
ul ul, ul ul ul, ol ol, ol ol ol { margin:0; margin-left:20px; }
ol { list-style-type:decimal; }
ol ol { list-style-type:upper-alpha; }
ol ol ol {list-style-type:lower-alpha; }
li { display:list-item; }
ul li a { text-decoration:underline; }

dl { margin:15px 0; }
dt { font-weight:bold; }
dd { margin-left:30px; }

fieldset { margin:15px 0; padding:10px; border:1px solid #CCC; }
legend { margin-left:10px; font-size:100%; font-weight:bold; color:#000; }
abbr, acronym, .help { border-bottom:1px dotted #CCC; cursor:help; }
blockquote { margin:15px 20px; font-style:italic; }
del, .del { text-decoration:line-through; }
strong, .strong { font-weight:bold; }
cite, em, q, var { font-style:italic; }
code, kbd, samp  {font-family:monospace; font-size:110%; }
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;} 
.light {padding: 4px 5px; background: #ac0001; text-decoration: none;} .light:hover {color: #fff;}
.noscreen { display:none; }
.clear {clear: both;}