	body
	{
	background: url(images/main_bg.gif);
	margin: 0px;		
	}
	
	#mainContainer
	{
	width:750px;
	margin: 10px auto;
	background-color:#FFFFFF;
	background: url(images/body_bg.gif) repeat left top;
	border: 1px solid #000000;
	}
	
	.linkBar
	{
	background: #666666 url(images/linkBg.jpg) repeat-x left top;
	width: 100%;
	height:24px;
	margin:0px;
	}
	
	.links
	{
	margin-right:10px;
	margin-left:10px;
	font: .75em "Trebuchet MS", Verdana, Tahoma;
	color: #FFFFFF;
	}
	
	.body
	{
	background: url(images/footerbg.jpg) repeat-x left bottom;	
	}
	
	.content
	{
	font: 12px "Trebuchet MS", Verdana, Tahoma;
	color: #000000;
	text-align: left;
	width: 520px;
	border: 1px solid #000000;
	background: #FFFFFF url(images/content_bg.gif) repeat left top;
	margin: 10px 0px 10px 10px;
	padding:5px;	
	}
	
	.right
	{
	width: 190px;
	background: #666666 url(images/right_bg.gif) repeat left top;
	border: 1px solid #000000;
	margin: 10px 10px 10px 0px;
	}
	
	.rightContent
	{
	font: 11px "Trebuchet MS", Verdana, Tahoma;
	color: #FFFFFF;
	padding:0px 8px 5px;
	}
	
	.rightHeader
	{
	font: bold 18px "Trebuchet MS", Verdana, Tahoma;
	color: #000000;
	background: url(images/content_bg.gif);
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:5px;
	}
	
	.right-ul
	{
	list-style: square url(none) outside;
	margin: 0px 0px 1px;
	padding-left: 2em;
	}
	
	.mainFooter
	{
	font: 12px "Trebuchet MS", Verdana, Tahoma;
	color: #FFFFFF;
	background: url(images/footerbg.jpg);
	text-align: center;
	vertical-align: middle;
	height: 100px;
	width: 750px;		
	}
	
	.postHeader
	{
	margin-bottom:10px;
	padding-left:9px;
	background: url(images/header_bg.gif) repeat left top;
	border: 1px solid #000000;
	}
	
	.postHeaderText
	{
	font: bold 24px "Trebuchet MS", Verdana, Tahoma;		
	color: #000000;
	text-align: left;
	display:inline;
	}
	
	.postDate
	{
	font: bold 12px "Trebuchet MS", Verdana, Tahoma;
	float:right;
	width:185px;
	margin-top:3px;
	margin-right:9px;
	text-align:right;
	}
	
	.post
	{
	font: 12px "Trebuchet MS", Verdana, Tahoma;
	line-height:17px;
	color: #000000;
	text-align: justify;
	padding-left:10px;
	padding-right:10px;
	}
	
	.post br
	{
	line-height: 7px;
	}
	
	.postFooter
	{
	text-align: center;
	width: 100%;
	margin-top: 15px;
	padding-top:5px;
	background: url(images/horizontal_px_dotted_border.gif) repeat-x left top;
	}
	
	/*LINK DEFINITIONS*/
	
	a:link {color:#333333; text-decoration:underline;}
	a:visited {color:#666666; text-decoration:underline;}
	a:hover {color:#000000; text-decoration:none;}
	a:active {color:#333333; text-decoration:underline;}

	a.lightLink:link {color: #FFFFFF; text-decoration:none; font-weight:normal;}
	a.lightLink:visited {color: #FFFFFF; text-decoration:none; font-weight:normal;}
	a.lightLink:hover {color: #CCCCCC;  text-decoration:underline; font-weight:normal;}
	a.lightLink:active {color: #FFFFFF; text-decoration:none; font-weight:normal;}

	a.rightLightLink:link {color: #FFFFFF; text-decoration:none; font-weight:normal;}
	a.rightLightLink:visited {color: #CCCCCC; text-decoration:none; font-weight:normal;}
	a.rightLightLink:hover {color: #CCCCCC;  text-decoration:underline; font-weight:normal;}
	a.rightLightLink:active {color: #FFFFFF; text-decoration:none; font-weight:normal;}