/* Main site styles *******************************************/

* { 
	margin:0; 
	padding:0; 
}

BODY {
	background-color:#fff;
	font-size:10px;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	background-image: url(../Images/Shadow.gif);
	background-repeat: repeat-y;
	background-position: center top;
	line-height: 16px;
	
}

a, a:link, a:active { 
	color:#50A300;
	text-decoration:none; 
}

a:hover { 
	color:#005CFF;
	text-decoration:underline; 
}

/* span styles *******************************************/


/* Div styles *******************************************/
#header { 
	padding:8px; 
}
#DividerSolid {
	background-image: url(../Images/divider_3PixSolid.gif);
	background-repeat: repeat-x;
	background-position: left center;
	width: 100%;

}
#DividerThick {
	background-image: url(../Images/stripes.gif);
	background-repeat: repeat;
	background-position: left center;
	width: 100%;
	height: 14px;
	float:left;

}
#left {
	float:left;
	width:140px;
	padding:8px;
	/* background-color:#fff; */
	height: 500px;
}
#LeftNav, #LeftNav a:link, #LeftNav a:active, #LeftNav a:visited {
	font-size: 10px;
	text-transform: uppercase;
	color: #555;
	text-decoration: none;
	line-height: 14px;

}
#LeftNav a:hover {

	text-transform: uppercase;
	color: #ff0000;
	text-decoration: none;


}

#center { 
	margin-left:155px;
	padding:8px;
	/* background-color:#fff; */
}
.Title {
	font-weight: bold;
	font-size:12px;
	color: #50A300;
	text-decoration: none;
	padding-left: 15px;
	background-image: url(../Images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	line-height: 20px;
	width: 98%;

}
.SubTitle {
	font-weight: bold;
	font-size:10px;
	color: #50A300;

}
#columnLeft { 
	float:left;
	width:350px;
	/*padding:8px;*/
	background-color:#fff; 
}

#columnRight { 
	float:left;
	width:350px;
	/*padding:8px;*/
	background-color:#fff; 

}

#footer { 
	clear:both;
	/* background-color:#fff; */
	padding:8px; 
}
#Copyright {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	float:right;

}
#fixWidth {
	width: 915px;
	text-align: left;
}
.List {
	padding-left: 15px;
}