@charset "utf-8";
body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2F275F;
	background-color: #FFFFFF;
	width: 900px;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	font-size: 12px;
}
#mainContent #toplogo {
	text-align: right;
}
#mainContent  #toplogo h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #29245E;
	text-align: right;
	letter-spacing: 4px;
	margin-right: 6px;
	margin-top: 0px;
}
#mainContent #main h2 {
	font-size: 16px;
}
#mainContent #main h3 {
	font-size: 14px;
	height: 14px;
}



#mainContent #main {
	float: right;
	width: 610px;
	margin-right: 40px;
}

#mainContent #bottomtext {
	float: right;
	width: auto;
	font-weight: bold;
	font-variant: small-caps;
	color: #333300;
}

#mainContent #main p {
	font-size: 12px;
	text-align: justify;
}


#mainContent #links {
	list-style-type: none;
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 20px;
	width: 220px;
}

#mainContent #links a:hover {
	color: #29245E;
	text-decoration: none;
}

#mainContent #links a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContent #sharethis {
	text-align: center;
	width: 240px;
}
#mainContent #sharethis a {
text-decoration: none;
	color: #252525;
	font-weight: bold;
	font-size: 12px;
}
#mainContent #sharethis a:hover {
	color: #999999;
	text-decoration: underline;
}
#mainContent #main a {
	text-decoration: none;
	color: #252525;
	font-weight: bold;
	font-size: 12px;
}
#mainContent #main a:hover {
	color: #999999;
	text-decoration: underline;
}



#mainContent  {

}
#mainContent li {
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(linkbutton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	list-style-type: none;
}
#mainContent   #footer {
	float: right;
	width: 800px;
	text-align: center;
}
#mainContent   #footer   p {
	font-size: 10px;
}
#mainContent   #quote1 {
	font-style: italic;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: justify;
}
#mainContent #quote2 {
	font-style: normal;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 15px;
}
