body, html{
	margin: 0px;
	height: 100%;
	background-color: #c18bdb;
	font: 400 10pt Verdana, Arial, sans-serif;
	color: #fff;
}

table{
	font: 400 9pt Verdana, Arial, sans-serif;
}

a{color: #ccccff;	text-decoration: underline;}
a:hover{color: #ffff00;	text-decoration: none;}

a.pink{color: ff0099;}
a.yellow{color: #ffff00;}

.a1{text-align: left;}
.a2{text-align: center;}
.a3{text-align: right;}
	
img{border: none;}

/*/////////////// GENERAL /////////////////*/

h1{font-size: 24pt}
h2{font-size: 18pt}
h3{font-size: 14pt}
h4{font-size: 12pt}
h5{font-size: 10pt}
h6{font-size: 8pt}

h1,h2,h3,h4,h5,h6{
	color: #ffff00;}

.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}

.bold{font-weight: 700;}

sup{font-size: 7px}

.color1{color: #660099;}
.color2{color: #ff0099;}
.color3{color: #ffff00;}
.color4{color: #fff;}

.noBold{font-weight: 400}

/*/////////////// PAGE LAYOUT /////////////////*/

.container{
	margin: auto;
	width: 761px;
	background-color: #660099;
	min-height: 100%;
	height: 100%;}

.container_index{
	margin: auto;
	width: 761px;
	background-color: #660099;}

div[class] .container{height: auto;}

	#nav{
		padding: 5px 8px 5px 0px;
		background-color: #ff0099;
		color: #fff;
		text-align: right;}
		
		#nav a{
			color: #fff;
			text-decoration: none;}
			
		#nav a:hover{
			color: #ffff00}
	
	#header{

		background-color: #660099;}
		
	.index_content{
	
	}
	
	.content_container{
		min-height: 65%;
		height: 65%;
		background-color: #660099;}
	
	div[class] .content_container{height: auto;}
	
		#content{
			padding: 10px 0px 10px 0px;}
		
			#content_left{
				width: 263px;
				float: left;
				background: #660099 url('../images/left-side-background.gif') repeat-y top;}
			
			#content_right{
				width: 466px;
				float: right;
				padding: 0px 10px 0px 20px;}

							#content_center{
				width: 400px;
				float: left;
				padding: 20px 20px 20px 50px;}
				
				#content_right_inner{
					margin-top: 10px;}
	
	#footer{
		clear: both;
		padding-top: 6px;
		padding-bottom: 10px;
		background-color: #660099;
		border-top: solid 2px #ff0099;
		color: #ccccff;
		text-align: center;}
		
			#footer a{
				color: #ccccff;
				text-decoration: none;}
			
			#footer a:hover{
				color: #ffff00}
				
/*//////////////////// PAGES - NO LINKS ///////////////////////*/


.content_container_webcast{
	min-height: 72%;
	height: 72%;
	background-color: #660099;}
	
div[class] .content_container_webcast{height: auto;}
	
#footer_webcast{
		clear: both;
		padding-top: 3px;
		background-color: #660099;
		border-top: solid 2px #ff0099;
		color: #ccccff;
		text-align: center;}
				
/*////////////////////   ///////////////////////*/

#flash {
	width: 256px;
	height: 328px;
	background: #660099 url('../images/quotes-background.gif') no-repeat;
	float: left;
	margin-top: 60px;}

.yes_box {
	width: 375px;
	margin: auto;
	border: 1px solid #FFF;
	background: #8C3FB2;}

.no_box {
	width: 375px;
	margin: auto;
	border: 1px solid #FFF;
	background: #8C3FB2;
	margin-top: 10px}

.box_title {
	font-weight: bold;
	font-size: 12px;
	background: #660099;
	padding: 5px}

.sub_titles {
	color: #FFFF00;
	font-weight: bold}

table.content {
	background: #FFF;
	color: #660099;
	border: 1px solid #FF0099;}
table.content th {
	background: #BC7DDB;
	text-align: left;}
	
table.content td {
	background: #E4BCF8;
	text-align: left;}

.pink_heading {
	color: #ff0099;
	font-weight: bold;}

.member_story{
	margin-top: 20px;}
	
.member_story img{
	margin-right: 5px;
	margin-bottom: 5px;
	border: double 3px #ff0099;}

.member_story div.name{
	border-bottom: solid 2px #ff0099;
	color: #ccccff;
	padding: 0px 0px 5px 0px;
	font-weight: 700;
	text-align: right}
	
/*/ table  form /*/

table#form td.title{
	background-color: #FF0099;
	font-weight: 700;
	text-align: center;
	height: 20px;
}
table#form th{
	background-color: #8C3FB2;
	text-align: left;
	padding: 0px 2px 0px 2px;
}
table#form input,select, textarea{
	border: solid 1px #440066;
	font: 400 10pt Verdana, Arial, sans-serif;
	padding: 1px;
}
form div#iBtn input{
	margin-top: 10px;
	background-color: #660099;
	font: 700 8pt Verdana, Arial, sans-serif;
	color: #fff;
}

/*/ Box Properties /*/

.box-title{
	padding: 3px;
	background-color: #FF0099;
	border-bottom: solid 3px #db0083;
	color: #fff; 
	font-weight: bold;
	text-align: center;
}
.box-body{
	padding: 10px;
	background-color: #fff;
	border: solid #FF0099;
	border-width: 0px 1px 1px 1px;
	text-align: center;
}
.box, a.box:link, a.box:active, a.box:visited{
	display: block;
	width: 100%;
	background-color: #fff;
	border: solid 2px #c20074;
	color: #c20074;
	
	
	text-decoration: none;
}

a.box:hover{
	background-color: #fff7fc;
	color: #FF0099;
	border: solid 2px #FF0099;
}

.qc{}
.qc div.quote{font: 700 15pt Times New Roman, sans-serif; font-style: italic; color: #ffff00;}
.qc div.who{
	padding-left: 290px;
	background: #660099 url('../images/star_sm.gif') no-repeat 276px;
	margin-top: 3px;
}

.s8{font-size: 8pt}

ul li, ol li{margin-top: 3pt;}

ul.lesserPad{padding-left: 5px; margin-left: 5px;}
	
ul{list-style-type: none;}

ul ul{
	list-style-type: circle;}
	
ul ul li{
	margin-left: 5px;
	background: none;
	padding: 3px 0px 3px 0px;}
	
ul li{
	margin-left: 5px;
	background: url('../members/images/swirl-bullet.gif') no-repeat 0 .4em;
	padding: 3px 0px 3px 15px;}

