/* 
	PAGE LAYOUT / TEMPLATE Styles

	#5D3212 Brown
	#BDE00E Yellow/Green 
	#0C4099 Blue
*/
a:link, a:visited, a:hover {color: #5D3212}
html{height: 100%;}
body {    
    margin:0px;
    padding:0px;
	background: #d9d9d9;
	height:100%;
	
    font: normal 11px tahoma,arial,sans-serif;
	color: #5D3212;
	line-height: 15px;
	font-size: 12px;
}
.Header{ 
	height: 190px;
	background:url(../images/header.jpg) top center no-repeat;
	 }
#Container{
	text-align: left;
	width: 760px;
	margin-top: 5px;
	background: url(../images/content-bottom.gif) no-repeat bottom center #FFFFFF;
}
.LeftCol{ 
	width: 175px;
	float:left;
	color: #5D3212;
	font-size: 11px;
}

.LeftCol p a:link,
.LeftCol p a:visited,
.LeftCol p a:hover{
	color: #5D3212;
}
.LeftCol p{ 
	padding: 10px;
}

.Content{
	width: 545px;
	float: left;
	padding: 20px;
	background: #fff;
	
	line-height: 18px;
}

.Navigation a:link,
.Navigation a:visited{
	text-align: right;
	display: block;
	height: 23px;
	padding-right: 10px;
	border-bottom: 1px solid #BDe00e;
	
	font-size: 11px;
	line-height: 23px;
	color: #613312;
	text-decoration: none;
}
.Navigation a:hover,
.Navigation a:active{
	background: #f4fbd4;
}
.Footer{
	height: 23px;
	clear:both;
	padding: 0px 10px;
	width: 740px;
	
	font-size: 90%;
	line-height: 23px;
	color: #858585;
	text-align: center;
	
}

.Footer a:link,
.Footer a:visited,
.Footer a:hover{
	text-decoration: none;
	color: #858585;
}

.Footer a:hover{ text-decoration: underline; }




input, textarea, select{ margin-left: 10px; }

form{ margin-top: 10px; }

li { margin-bottom: 5px;  margin-left: -10px; list-style-image: url(../images/list.gif); }

img { border: none; }

/* 
	TEXT Styles
	
	#5D3212 Brown
	#BDE00E Yellow/Green 
	#0C4099 Blue
*/

table{ font-size: 11px; line-height: 15px; }

p{ margin: 8px 0px; }

h4{ font-size: 14px; margin: 0px; padding: 0px; line-height: 22px; }

.green{ color: #BDE00E; }





