/* CSS Document */

HTML {
margin: 0px;
padding: 0px;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 20px;
	line-height: 20px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	line-height: 150%;
	background-color: #d6ebef;
	}
	
h1
{
color: #8C26CD;
font-size: 14px;
font-weight: normal;
line-height: 18px;
}

h2
{
color: #44A8BA;
font-size: 20px;
line-height: 18px;
border-bottom: 1px dashed #af4c7f;
}

h3 {
color: #3300ff;
}
	
a {
	color: #9E4573;
	font-weight: bold;
	text-decoration: none;
}


a:hover {
	color: #F089BE;
	font-weight: bold;
	text-decoration: none;
}


#navigation {
	background-color: #44A8BA;
	padding: 0;
	margin: 0;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;	/*deletes bullets*/
	text-align: center;	/*centers horizontal nav*/
	line-height: 1em;
	background-color: #44A8BA;
	width: 100%;
}

#navigation li {
	font-size: 11px;
	display: inline;	/*makes list horizontal*/
	padding: 0;
	margin: 0;
}

#navigation a {
	background-color: #44A8BA;
	font-weight: normal;
	margin: 0;
	padding: 7px 6px;
	float: center;
	width: auto;	/*fits to cell space and spaces items accordingly*/
	text-decoration: none;	/*no underline*/
	color: #FFFFFF;
}

#navigation a:hover {
	background-color: #89B52B;

}

/* content links */
.darkpink_features {
	color: #AF4C7F;
	font-weight: bold;
}

.green_links {
	color: #91B22C;
	font-weight: bold;
}
.purple_conventions {
	color: #8C26CD;
	font-weight: bold;
}

/* leftnav */
.leftnav {
	vertical-align: top;
	align: right;
	margin: 0px;
	}

/* sidemenu */

.sidemenu 
{
	background-color: #85C6D2;
	text-align: left;
	padding-left: 5px;

}

tr.yellow {
	background-color: #e8f4c2;
}

.blue {
	background-color: #D0E9EE;
}

.google-ad {
	padding-left: 6px;

}

table.google {
	width: 160px;
	background-color:#f4c2f0;
	border: none;
	margin-left:auto;
	margin-right:auto;
}

.h1_sidemenu { 
	font-weight: bold;
	color: #44A8BA;
	font-size: 10px;
	color: #333333;
	margin-bottom: 18px;
}

.h2_sidemenu {
	font-weight: bold;
	color: #317895;
	font-size: 10px;
}

