/*	Cascading Style Sheet types for Personal Pages
	Wayne Frazee.com
	Copyright 2005, Wayne S. Frazee					*/
	
.personalSidebar {
	left: 				0px;
	border:				0px solid;
	border-color: 		#6c6c6c;
	width:				200px;
}

.personalContent {
	left: 				10px;
	border:				0px solid;
	border-color: 		#6c6c6c;
	width:				730px;
    font-size:			14px;
}

.DSHeading {
	color: 				FcAc4c;
	font-weight: 		bold;
}

/* Sidebar Navigation Lists */
ul.personalSidebarNav {
	font-size: 			13px;
	margin-left: 		0;
	margin-top:			.5em;
	padding-left:		0;
	list-style: 		none;
	width:				200px;
}

/* Sidebar Navigation Lists - Set the Item Style */
ul.personalSidebarNav li {
	font-size:			13px;
	color:				#CCCCCC;	
	padding-left:		1em;
}

/* Sidebar Navigation Lists - Item Link Style */
ul.personalSidebarNav li a {
	text-decoration:	none;
	color:				#CCCCCC;
}

/* Sidebar Navigation Lists - Item Link Style (Hover) */
ul.personalSidebarNav li a:HOVER {
	color:				#AACCFF;
	text-decoration:	underline;
}

/* Sidebar Navigation Lists - Set the Preceeding Bullet */
ul.personalSidebarNav li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #FcAc4c;
}

/* Sidebar Navigation Lists - Set the Title Style */
ul.personalSidebarNav li.title {
	color:				#AACCFF;
	padding-left:		.5em;
}

/* Sidebar Navigation Lists - Set the Title Bullet Style */
ul.personalSidebarNav li.title:before {
	content: " ";
}



