
/*---Landing Page Layout---*/

#cont {width: 800px; background-color: #5f9215; border: 1px solid #5f9215;}
#header {width: 100%; background-color: white;}
#left {float: left; width: 142; background-color: white;}
#right {float: left; width: 655px; margin-left: 1px; margin-top: 1px; background-color: white; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; padding-right: 150px;}
#footer {clear: both; width: 100%; background-color: #5f9215; color: white; padding-right: 10px; text-align: right; font-family: Arial; font-size: 11px;}
#rimage {float: left; width: 310px; padding-top: 15px;}
#limage {float: left; width: 471px;}


/*---Links---*/

a {color: Blue; text-decoration:none}
a:link {color: Blue; text-decoration:none}
a:visited {color: Blue;}
a:hover {color: #609216; text-decoration: underline;}
a: active {color: #609216;}


/*---Fills---*/

.fill {background: #5F9215;}	/*---Grass Green---*/
.fill2 {background: #D2DFC0;}	/*---Pale Green---*/
.fill3 {background: #2f9824;}	/*---Street Sign Green---*/
.fill4 {background: #E2EAD6;}	/*---Pastel Green---*/


/*---Fonts---*/

.welcome { font-family: arial; font-weight: bolder; font-size: 20px; color: 609216;}
.title { font-family: arial; font-weight: bolder; font-size: 13px;}
p {font-family: arial; font-size: 12px;}