/*CSS*/
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

h2 {
	font-size: 19px;
}

a, a:link, a:active, a:visited {
	color: #00F;
	text-decoration: underline;
}
a:hover{
	color: #726cb6;
	text-decoration: none;
}

dt {
	background: #E7E7FF url(../images/arrow_side.gif) no-repeat;
	border: 1px solid #D0CEFF;
	padding: 4px 4px 4px 20px;
	font: 14px Arial, Helvetica, sans-serif;
}	

dt.selected {
	background: #DADAFE url(../images/arrow_down.gif) no-repeat;
	border: 1px solid #D0CEFF;
	padding: 4px 4px 4px 20px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a.growLink:link, growLink:active, growLink:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 9px;
}
a.growLink:hover{
	color: #726cb6;
	text-decoration: none;
	font-size: 9px;
}

a.titleLink:link, title:active, title:visited {
	text-decoration: underline;
	color: #6C69AA;
}
a.titleLink:hover{
color: #6C69AA;
	text-decoration: none;
}

.bgHdr{
	background-color: #4B4A77;
	height: 22px;
	margin-left: -32px;
	margin-right: -8px;
	font: bold 16px "Trebuchet MS";
	color: #FFFFFF;
	text-align: right;
	padding-right: 4px;
}

.title{
	font-size: 18px;
	color: #6C69AA;
}

.contentPad{
	padding-left: 32px;
	padding-right: 8px;
}

.titleGrow{
	font-size: 14px;
	font-weight: bold;
}

.rightColPad{
	padding-left: 12px;
	padding-right: 5px;
}

.mailText{
	font-size: 10px;
}

.newsBody{
	color: #4B4A77;
}

.newsTitle{
	font-size: 13px;
	font-weight: bold;
	color: #6C69AA;
}

.topQuote{
	font-size: 15px;
	color: #FFFFFF;
	padding-right: 50px;
	width: 300px;
	margin-top: -160px;
	margin-left: 420px;
	height: 160px;
}
.first {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}blockquote {
	border-left: 6px solid #CCCCCC;
	padding: 1px 4px;
	font-style: italic;
	margin-left: 0px;
}

/* FROM */
 label
{
width: 5em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block
}
.submit input
{
margin-left: 4.5em;
}

.submit input
{
color: #FFF;
background: #7F79BF;
border: 2px outset #d7b9c9
} 
 fieldset
{
border: 1px solid #781351;
width: 38em
}

legend
{
color: #000;
background: #E6E6FE;
border: 1px solid #781351;
padding: 2px 6px
}
.numbering{
color: #6C69AA;
background-color:#e9e9e9;
padding:4px;
}
.bTitle{
color: #6C69AA;
font-weight:bold;
}
.bgHdrR {
	background-color: #4B4A77;
	height: 22px;
	font: bold 16px "Trebuchet MS";
	color: #FFFFFF;
	text-align: right;
	padding-right: 4px;
	margin: 0px 0px 0px -10px;
}
.rightForm {
	height: 14px;
	margin-top: -6px;
}
.gray {
	color: #CCCCCC;
}
/* CLOUDS AND TAGS */
.cloud {
	font-size: 12px;
	text-transform: lowercase;
	border: 1px solid #666666;
	background-color:#E7E7FF;
}
.cloud a {
	text-decoration:none;
}

.cloud li {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}
.cloud em {font-style: normal; font-size: 1.00em;}
/* CLOUDS AND TAGS */

/* Search */
.phpdigHighlight {
	font-weight: bold;
	background: #FFFF00;	
}

.purpleBox {
	border: 1px solid #D0CEFF;
	padding: 0px 4px 4px 20px;
	font: 14px Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-bottom: 6px;
}
.readingTable {
	font-size: 11px;
	vertical-align: top;
	line-height: 12px;
}
.readingTable td p {
	margin-top: 0px;	
}
