/*************************General Styles*************************/
body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:70%;
  line-height:150%;
  margin: 0px;
}

a:link, a:visited{
	color: #5D005D;
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	text-decoration: underline;
}

h1, h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:130%;
color:#5D005D;
text-transform:uppercase;
margin:0px;
}

h2 {
color:#333333;
}

h3{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:110%;
color:#5D005D;
}

p{
margin-top:10px;
}

hr {
      border: 0;
      width: 100%;
    }

hr.hr1{
      color: #5D005D;
      background-color: #5D005D;
      height: 1px;
	  margin-bottom:5px;
}

hr.hr2{
      color: #fff;
      background-color: #fff;
      height: 1px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/*************************Nav Styles*************************/
#nav {
width:760px;
height:10px;
margin-bottom:10px;
background-color: #5D005D;
padding:10px;
line-height:9px;
text-align:center;
color: #f7ffce;
}

#nav a{
color: #f7ffce;
font-size:90%;
font-weight:bold;
text-decoration: none;
}

#nav a:hover{
color: #f7ffce;
text-decoration: underline;
}

.nav-select{
color: #f7ffce;
text-decoration: underline;
}

/*************************Layout Styles*************************/
#wrapper {
margin-left:auto;
margin-right:auto;
width:780px;
background-color:#FFF;
padding:10px;
}

.clear-both{
clear:both;
}

#header {
width:780px;
height:170px;
background-color:#5D005D;
margin-bottom:10px;
}

#home-button{
position:relative;
top:137px;
left:-295px;
}

#header-quote {
	width:770px;
	position:absolute;
	top:20px;
	z-index:100;
}

#header-quote img {
float:right;
}

#inner-wrapper {
width:780px;
}

#left-col{
float:left;
width:300px;
}

#right-col {
float:right;
width:460px;
padding-bottom:10px;
padding-top:10px;

}

#forum-col {
	float:left;
	width:770px;
	padding-bottom:10px;
	padding-top:10px;
}

#left-box-blue {
width:280px;
margin-bottom:10px;
background-color: #d6deef;
border:1px solid #5D005D;
padding:10px;
color: #333333;
}

#left-box-banner {
width:300px;
margin-bottom:10px;
border:1px solid #5D005D;
background-color: #ffffff;
}

.left-box-text {
margin: 10px;
font-size:10px;
line-height:12px;

}

#right-box-event {
	width:238px;
	background-image:url(img/events-home.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	border:1px solid #999999;
	padding:10px 200px 10px 10px;
}

#members{
	margin-top:10px;
}

#member-left {
	width:225px;
	position: relative;
	float:left;
	line-height:150%;
	font-weight:bold;
	font-size:110%;
	color:#5D005D;
}

#member-left a{
color: #5D005D;
text-decoration: none;
}

#member-left a:hover{
color: #5D005D;
text-decoration: underline;
}

#member-right {
	width:225px;
	float:right;
	line-height:150%;
	font-weight:bold;
	font-size:110%;
	color:#5D005D;
}

#member-right a{
color: #5D005D;
text-decoration: none;
}

#member-right a:hover{
color: #5D005D;
text-decoration: underline;
}



#footer {
clear:both;
font-size:90%;
color:#f7ffce;
line-height:9px;
width:760px;
height:10px;
margin-bottom:10px;
background-color: #5D005D;
padding:10px;
}

#footer a{
color: #f7ffce;
font-weight:bold;
text-decoration: none;
}

#footer a:hover{
color: #f7ffce;
text-decoration: underline;
}

#rights-reserved {
font-size:90%;
color:#666;
width:780px;
height:30px;
margin-bottom:10px;
}


/*************************Form Styles*************************/
.login {
 height:15px;
 width: 150px;
 font-size: 80%;
 background-color: #fff;
 border: 1px solid #5D005D;
}

.login-button {
 font-size: 80%;
 background-color: #fff;
 border: 1px solid #5D005D;
}


/*************************Text Styles*************************/

.title{
font-weight:bold;
font-size:110%;
color:#5D005D;
}

.more-link {
color:#5D005D;
text-align:right;
line-height:100%;
font-weight:bold;
}

.top-link {
color:#5D005D;
font-size:90%;
text-align:right;
font-weight:bold;
line-height:100%;
}

.member-menu{
line-height:20px;
}

.topics {
	border-top: 1px solid #cccccc;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 300px;
}
.topics-text {
	font-weight: bold;
	margin-left: 10px;
	line-height:200%;
}
.topics-no {
	font-size: 150%;
	font-weight: bold;
	color: #FF0000;
}

.topics-yes {
	font-size: 150%;
	font-weight: bold;
	color: #00CC00;
}

.date{
font-weight:bold;
color:#999999;
}
.error {
	color: #FF0000;
}
.clsBold {
	color: #FF6600;
}
