/* Overall Site Styles to be represented in CMS */

h1 {
	font: lighter 180% Georgia, "Times New Roman", Times, serif;
	color: #636;
}
h2 {
	margin: 20px 0px 10px;
	font: bolder small-caps 95% Georgia, "Times New Roman", Times, serif;
	color: #636;
}
h3 {
	margin: 20px 0px 10px; font: bolder 95% Georgia, "Times New Roman", Times, serif;
	color: #636;
}
h4 {
	margin: 20px 0px 10px; font: bolder 80% Georgia, "Times New Roman", Times, serif;
	color: #636;
}
h5 {
	margin: 20px 0px 10px; font: bold 70% Georgia, "Times New Roman", Times, serif;
	color: #636;
}
h6 {
	margin: 20px 0px 10px; font: bold 60% Arial, Georgia, "Times New Roman", Times, serif;
	color: #636;
}
p {
	margin-top: 0px;
	font: 75%/140% arial, Helvetica, sans-serif;
}

table td, table th {
	font: 75%/140% arial, Helvetica, sans-serif;
	padding: 2px;
}

ul {
	list-style: square;
}
ul li, ol li {
	font: 75%/140% arial, Helvetica, sans-serif;
}
ul li ul li, ol li ol li {
	font-size: 90%;
}
ul li a, ol li a {
	color: #636;
	text-decoration: none;
	font-weight: bold;
}
ul li a:hover, ol li a:hover {
	text-decoration: underline;
}

p a {
	color: #636;
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}

hr {
	margin: 0;
	color: #FFF;
	background-color: #FFF;
	border-top: 1px dotted #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
}

/* Specific style classes */

.logoPaddedRight {
	margin-right: 25px;
}

.homeButton {
	background-image: url(../images/bkg_homeintro.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 20px 0 0 0;
	padding: 12px 10px 36px 10px;
	text-align: center;
	font-weight: bold;

}
.homeButton a {
	color: #663366;
	text-decoration: none;
}
.homeButton a:hover {
	text-decoration: underline;
}