body {
	font-size: 90%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#InteractSideBar h3 {
	letter-spacing: 1px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-bottom: 2px;
	padding-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

#InteractSideBar p {
	padding-bottom: 0px;
	color: white;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

#Content {
	line-height: 1.3em;
	font-size: 1em;
}

#ContentSideBar {
	padding-top: 20px;
	line-height: 1.5em;
	color: gray;
	font-size: .9em;
}

#ContentSideBar p {
	margin-right: 10px;
	margin-left: 10px;
}
 
#ContentSideBar ul {
		padding-left: 26px;
		list-style-position: outside;
		list-style-type: square;
	}
	
	#ContentSideBar ol {
		padding-left: 26px;
		list-style-position: outside;
		list-style-type: decimal;
	}

h2 {
	display: block;
	color: white;
	font-size: 2.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#Content h3 {
font-size: 1.5em;
}

.ditto_info {
font-size: .9em;
color: gray;
}

.ditto_summaryPost p {
padding-bottom: 0px;
}

.ditto_summaryPost {
padding-bottom: 10px;
}

.ditto_summaryPost .ditto_link {
font-size: .9em;
font-weight: bold;
}

.Menu li {
	font-weight: bold;
}

#SubMenu {
	color: #AC1705;
}

#MainMenu {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: white;
}

#MainMenu a.active{
	background-color: white;
	color: #AC1705;
}

#MainMenu a:hover {
	background-color: #7f0029;
}
#MainMenu a.current:hover {
	background-color: white;
}
#MainMenu a {
		padding-top: 5px;
		padding-right: 5px;
		padding-left: 5px;
		padding-bottom: 5px;
		background-color: #AC1705;
		color: white;
	}
#SubMenu a {
		display: inline-block;
		color: #AC1705;
		background-color: white;
		font-weight: bold;
	}
#SubMenu a:hover {
		border-bottom-style: none;
		text-decoration: underline;
	}

#SubMenu li.current a:hover {
		text-decoration: none;
	}
#SubMenu li.current {
		padding-bottom: 10px;
		height: 100%;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-image: url(../images/SubMenuBackground.gif);
	}
#InteractSideBar h3 a {
		font-size: 1.4em;
		text-transform: uppercase;
		color: white;
	}
input {
		margin-bottom: 10px;
		margin-top: 5px;
		padding: 2px;
	}
#ContactUs p {
		text-transform: uppercase;
	}
#Donate input {
margin: 0px;
padding: 0px;
	}
	
#EndBlock {
		padding: 2px;
		display: inline-block;
		margin-left: 10px;
		background-color: #AC1705;
		text-indent: -9999px;
		overflow: hidden;
	}
#ContactInfo p {
		line-height: 1.5em;
		color: white;
		padding-top: 50px;
		padding-left: 160px;
	}
#Content p {
		padding-bottom: 5px;
	}
#Content ul {
		padding-left: 30px;
		padding-bottom: 10px;
		list-style-position: outside;
		list-style-type: square;
	}
#Content ul li {
		padding-bottom: 5px;
	}

a {
		color: #AC1705;
	}
#Content a:hover, #ContentSideBar a:hover {
		text-decoration: underline;
	}
	
