body {
	color: #817a76;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 25px 0 25px 0;}
	
	
/* main styles
-----------------------------*/
h1 {
	font-size: 120%;
	font-weight: normal;
	color: #7c278f;
	text-transform: uppercase;
	margin-bottom: 15px;}
	
#content h1 {border-bottom: 2px solid #d6d6d6;}
	
h2 {
	font-size: 120%;
	line-height: 130%;
	color: #7c278f;}
	
p {margin-bottom: 15px;}
.firstpara p {color: #873a99; font-size: 16px; line-height: 24px;}
	
a {color: #8f8f8f;}
a:hover {color: #000;}

a.readmore {
	background: url("images/icon_arrow.gif") 0 7px no-repeat;
	display: block;
	padding-left: 10px;
	width: 70px;
	float: right;
	text-decoration: none;
	color: #7b258e;
	position: relative;
	top: -15px;}
a.readmore:hover {text-decoration: underline;}

ul {margin: -10px 0 15px 0;}

ul li {
	margin-left: 15px;
	list-style-type: disc;}

strong {font-weight: bold;}
em {font-style: italic;}

.clearfix {clear: both;}
.floatright {float: right;}
.hidden {display: none;}

.dotline {
	background: url("images/dotline.gif") repeat-x; 
	height: 1px; 
	clear: both; 
	margin: 1px 0 1px 0; 
	overflow: hidden;}
	
	
/* layout DIVs
-----------------------------*/
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 940px;}
	
#content {
	margin: 30px 0 30px 0;}
	
#content .sidepanel {
	float: left;
	width: 300px;
	margin-top: 20px;}
	
#content .maincol {
	margin-left: 320px;
	width: 540px;}
	
#footer {
	padding: 10px 0 0 0;}
	
	
/* global elements
-----------------------------*/
a#logo {
	background: url("images/logo.gif") no-repeat;
	display: block;
	width: 220px;
	height: 23px;
	text-indent: -3000px;
	margin-bottom: 24px;}
	
/* main menu */
#menu {float: right; margin-top: -53px;}
#menu ul {margin: 0;}
#menu ul li {float: left; margin-left: 0; list-style-type: none;}
	
#menu ul li a {
	color: #a0a7b4;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	margin-left: 40px;}
	
#menu ul li a:hover, #menu ul li.menu-current a {color: #414f69;}

#menu .hidecurrent li.menu-current {display: ;} /* to hide pages other than main nav pages in menu */

/* breadcrumbs */
#breadcrumbs {
	margin: 6px 0 6px 0;
	font-size: 11px;}
	
#breadcrumbs .divider {margin: 0 5px 0 5px;}

#breadcrumbs .menu-current a {
	text-decoration: none;
	color: #761d8a;}

/* footer */
#footer .divider {margin: 0 10px 0 10px;}


/* homepage
-----------------------------*/
#banner {
	background: url("images/homepage_banner.jpg") no-repeat;
	width: 940px;
	height: 170px;}
	
#content .panel1, #content .panel2, #content .panel3 {
	width: 300px;
	float: left;}
	
#content .panel1, #content .panel2 {
	margin-right: 20px;}
	
.tagcloud {
	padding: 20px 0 0 0;
	width: 940px;
	text-align: center;
	font-family: georgia, times roman, serif;}

.tagcloud ul li {
	list-style-type: none;
	margin: 0 4px 0 4px;
	padding: 0;
	display: inline;
	line-height: 30px;}
	
.tagcloud ul li.text1 {font-size: 12px;}
.tagcloud ul li.text2 {font-size: 16px;}
.tagcloud ul li.text3 {font-size: 20px;}
.tagcloud ul li.text4 {font-size: 24px;}

.tagcloud ul li.gray1 {color: #817a76;}
.tagcloud ul li.gray2 {color: #a1a1a1;}
.tagcloud ul li.gray3 {color: #bcbcbc;}
.tagcloud ul li.gray4 {color: #8f8e8e;}

.tagcloud .oneline {white-space: nowrap;}
	
	
/* content pages
-----------------------------*/
#content .sidepanel img {
	border-top: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
	padding: 2px 0 2px 0;}
	

/* contact page
-----------------------------*/
#content  .form .label {
	margin-top: 10px;}
	
#content  .form .captcha_table {
	margin: 10px 0 10px 0;}
	
#content  .form .captcha_table td {
	background-color: #f2f2f2;
	padding: 5px 5px 5px 5px;}
	
#content  .form .captcha_table td.text_captcha {padding-left: 10px;}
#content  .form .captcha_table td.captcha_expl {padding-right: 10px;}