@charset "UTF-8";
/* CSS Document */

/* Specify blanket rules for all elements */
	body {
		margin: 10px; 
		font: 12px Verdana, Arial, Sans-serif;
		color:#000;
		line-height:130%;
		align:center;
		background:#FFF;
	}
	
	hr {
		width:200px;
		align:center;
	}
	
	table {
		border-collapse:collapse;
	}
	
	img {
		border:0;
	}
	
	.highlight {
		padding:15px;
		font-style:italic;
		background-color:#f2f0f3;
		border:1px solid #676e80;
	}
	
	.exclusive {
		color:#FF0000;
		font-weight:bold;
	}
		
	h1 {
		font-size: 14px;
		color: #d8dbe4;
		font-weight: bold;
		line-height:150%;
		padding:5px;
		background-color:#000;
		border-right:19px solid #556478;
	}
	
	h2 {
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
		line-height:150%;
		margin:0 50px 0 50px;
		padding:3px;
		background-color:#806145;
	}
	
	h3 {
		clear:left;
		padding:3px;
		font-size: 14px;
		color: #FFF;
		font-weight: bold;
		background-color:#a01f3d;
	}
	
	.first_letter {
		font-size:24px;
		font-weight:bold;
	}
	
/* tables */

	.form td, tr {
		padding:6px;
	}
	
	.form td {
		border-bottom:1px solid #777;
	}

	.forums td, tr {
		padding:10px;
	}
	
	.forums td {
		border-top:1px solid #777;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		border-left:1px solid #777;
	}
	
	.forums_a {
		background-color:#F0D578;
	}
	
	.forums_b {
		background-color:#F0B978;
	}
	
	.description {
		background-color:#000;
		color:#FFFFFF;
		font-weight:bold;
	}
	
	.note {
		padding: 5px;
		background-color:#d1e6fe;
	}
	
/* links and mousovers */	
	a {
		font-size: 12px;
		color: #0066CC;
		font-weight: bold;
	}
	a:link {
		text-decoration: none;
	
	}
	a:visited {
		text-decoration: none;
		color: #0099FF;
	}
	a:hover {
		text-decoration: none;
		color: #e5a833;
	}
	a:active {
		text-decoration: none;
		color: #0066CC;
	}
	
/* links and mousovers for main menu */	

	#menu a {
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
	}
	#menu a:link {
		text-decoration: none;
	}
	#menu a:visited {
		text-decoration: none;
		color: #CCC;
	}
	#menu a:hover {
		text-decoration: none;
		color: #aabd26;
	}
	#menu a:active {
		text-decoration: none;
		color: #aabd26;
	}
	
/* lists */

	ul {
		margin:5px;
		padding:10px 0 0 25px;
		list-style-image:url(../../images/bullet.jpg);
		line-height:130%;
	}
	
	li {
		padding:5px 0 5px 0;
	}

/* alignment */

	#alignment {
		padding:0 25px 0 25px;
	}
	
	#alignment_sidebar {
		width:150px;
		background-color:#FFF;
		padding:10px 10px 10px 10px;
	}
	

/* masthead */
	
	#masthead {
		height:152px;
		margin:0 0 2px 0;
		padding:5px;
	}
	
/* navigation menu */

	#nav {
		padding:5px;
		margin:0 0 10px 0;
	}
	
	#nav li {
		display:inline;
		background:#000 url(http://positivelyaware.com/images/corner.jpg) no-repeat right center;
		margin:0;
		padding: 2px 25px 2px 10px;
	}
	
	#nav a {
		font-size: 12px;
		color: #fce6ab;
		font-weight: bold;
	}
	#nav a:link {
		text-decoration: none;
	}
	#nav a:visited {
		text-decoration: none;
		color: #fce6ab;
	}
	#nav a:hover {
		text-decoration: none;
		color: #fecd4d;
	}
	#nav a:active {
		text-decoration: none;
		color: #fce6ab;
	}
	
/* center */

	#center {
		align:center;
		width:1000px;
		margin:0 0 0 0;
	}
	
/* sidebar */

	#sidebar {
		float:left;
		width:339px;
		margin-bottom:10px;
	}
	
/* sidebar navigation */

	.sidebar_top {
		width:339px;
		background-image:url(../../09_06/images/09_06_006.jpg);
		margin-bottom:10px;
	}

	.sidebar_bottom {
		width:339px;
		background-image:url(../../09_06/images/09_06_006.jpg);
		margin-bottom:10px;
	}
	
/* content */

	#content {
		float:right;
		width:650px;
		background-image:url(../../09_06/images/09_06_002.jpg);
	}
	
/* footer */

	#footer {
		clear:both;
		padding:10px;
	}
	
/* image positioning and sidebars */
	.float_left {
		float:left;
		margin:0 10px 10px 0;
	}
	
	.float_right {
		float:right;
		margin:0 0px 10px 10px;
	}
	
	.spacer {
		clear:left;
	}
	
	.spacer_right {
		clear:right;
	}
	
	.quotebox {
		float:left;
		width:250px;
		padding:25px;
		margin:0 10px 10px 0;
		font-size:14px;
		font-weight:bold;
		color:#FFF;
		background-color:#000;
		border:0;
	}
	
	.caption_left {
		float:left;
		width:210px;
		padding:5px;
		margin:0 10px 10px 0;
		font-size:10px;
		font-style:italic;
		border:1px solid #CCC;
	}
	
	.caption_right {
		float:right;
		width:330px;
		padding:5px;
		margin:0 0 10px 10px;
		font-size:10px;
		font-style:italic;
		border:1px solid #CCC;
	}
	
	.sidebar {
		padding:10px;
		background-color:#d0d0d1;
	}
	
	.selection {
		float:right;
		width:200px;
		padding:0 5px 5px 30px;
		margin:0 0 10px 25 px;
	}
	
	.insert_left {
		float:left;
		width:250px;
		padding:15px;
		background-color:#e8dcbb;
		margin:0 10px 10px 0;
		border:1px solid #000;
	}
	
	.insert_right {
		float:right;
		width:300px;
		padding:15px;
		background-color:#d0d0d1;
		margin:0 0 10px 10px;
		border:1px solid #000;
	}
	
/* searchbox */

	.searchbox {
		width:220px;
		margin:15px;
	}
	
	.searchbox legend {
		border:1px solid #777;
		padding:3px;
		background-color:#CCC;
	}
