@charset "utf-8";
/* CSS Document 
YETC.ORG
©J&C Consultants
08/26/2008
*/

	/* Default Links */
	a:Link{ color: dodgerblue; text-decoration: underline;}
	a:Hover{ color: dodgerblue; text-decoration: none; }
	a:Visited{ color: #666666; text-decoration: underline; }
	a:Visited:Hover{color: #666666; text-decoration: none; }	
	
	/* Header Links */
	a.header:Link{ color: dodgerblue; text-decoration: underline; }
	a.header:Hover{color: dodgerblue; text-decoration: none; }
	a.header:Visited{ color: #666666; text-decoration: underline; }
	a.header:Visited:Hover { color: #666666; text-decoration: none; }	
	
	/* Sub-Header Links */
	a.subheader:Link{ color: #660066; text-decoration: underline; }
	a.subheader:Hover{color: #660066; text-decoration: none; }
	a.subheader:Visited{ color: #660066; text-decoration: underline; }
	a.subheader:Visited:Hover { color: #660066; text-decoration: none; }	
	
	/* Footer Links */
	a.footer:Link{ color: black; text-decoration: underline; }
	a.footer:Hover{color: black; text-decoration: none; }
	a.footer:Visited{ color: #666666; text-decoration: underline; }
	a.footer:Visited:Hover { color: #666666; text-decoration: none; }	
	
	/* Left Panel Links */
	a.leftpanel:Link{ color: black; font-family:"Arial Unicode MS, Arial"; font-size: 20px; font-weight:bolder; text-decoration: none; }
	a.leftpanel:Hover{color: dodgerblue; font-family:"Arial Unicode MS, Arial"; font-size: 20px; font-weight:bolder; text-decoration: none; }
	a.leftpanel:Visited{ color: #666666; font-family:"Arial Unicode MS, Arial"; font-size: 20px; font-weight:bolder; text-decoration: none; }
	a.leftpanel:Visited:Hover { color: #AAAAAA; font-family:"Arial Unicode MS, Arial"; font-size: 20px; font-weight:bolder; text-decoration: none; }	

	.eventTextArea{
		width: 350px;
		height: 200px;
	}
	
	.contentBG{
		color: black;
		font-family: "Arial Unicode MS, Arial";
		font-size: 14px;
		background-image: url(images/Courtyard.JPG);
		background-repeat: no-repeat;
		background-position: top;
	}
	
	.admins{
		background-color:#e4e4e4;
		width: 600px;
		text-align:center;
		border:red thin solid;
	}
	
	.headerText {
		font-family: "Myriad Pro, Arial";
		font-size: 14px;
		color: black;
	}

	.yetcheader2{
		color: purple;
		font-family: "Myriad Pro, Arial";
		font-size: 30px;
		font-weight:bolder;
	}
	
	.support{
		background-color:#e4e4e4;
		width: 200px;
		text-align:center;
		border:red thin solid;
	}
	
	.commentsUser {
		color: #000000;
		font-family: "Verdana";
		font-size: 10px;
		font-weight:bolder;
	} 
	
	.commentsUserL {
		color: #000000;
		font-family: "Verdana";
		font-size: 18px;
		font-weight:bolder;
	} 

	.commercial {
		border-color:#e4e4e4;
		border-width:thick;
		border-style:solid;
	}
	
	.yetcsubtitle{
		color: black;
		font-family: "Arial Unicode MS, Arial";
		font-size: 22px;
		font-weight:bolder;
		text-transform:uppercase;
	}
	
	.yetcevent{
		color: blue;
		font-family: "Arial Unicode MS, Arial";
		font-size: 18px;
		font-weight:bolder;
	}
	
	.yetcevent2{
		color: white;
		font-family: "Arial Unicode MS, Arial";
		font-size: 18px;
		font-weight:bolder;
	}
	
	.yetceventsub{
		color: #956caf;
		font-style: italic;
		font-family: "Arial Unicode MS, Arial";
		font-size: 16px;
		font-weight:bolder;
	}
	
	.yetceventdate{
		color: #70cbd2;
		font-family: "Myriad Pro, Arial";
		font-size: 14px;
		font-weight:bolder;
	}
	
	.content{
		color: black;
		font-family: "Arial Unicode MS, Arial";
		font-size: 14px;
		
	}