html, body	{
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;	
}
body	{
	background: #B6E1FF url(images/bodyBg.gif) repeat-x top left; 
	font: 12px Arial, Helvetica, sans-serif;
}
.main	{
	background: url(images/mainBg.jpg) no-repeat 50% 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	z-index: 5000;
	width: 100%;	
}
.header	{
	background: url(images/contentTop.gif) no-repeat bottom center;
	margin: 0px auto;
	padding: 3px 0px 82px 0px;
	width: 706px;	
}
.header a.logo	{
	color: #fff; 
	font: italic 40px "Comic Sans MS", Arial, sans-serif; 
	margin-left: 5px;
	text-decoration: none;	
}
.header a.logo:hover	{
	color: #fff;
	font: italic 40px "Comic Sans MS", Arial, sans-serif;  
	text-decoration: none;	
}

.content	{
	background: #fff;
	border: 1px solid #518FC5;
	margin: 0px auto;
	padding-bottom: 5px;
	width: 706px;
}
.footer	{
	background: url(images/footerBg.gif) repeat-x bottom left;
	bottom: 0px;
	height: 40px;
	margin: -40px auto 0px auto;
	position: relative;
	width: 100%;	
}

h1, h2, h3	{
	margin: 0px;
	padding: 0px;	
}
a	{
	color: #B00101;
	font: 12px Arial, sans-serif;
	text-decoration: underline;
}
a:hover	{
	text-decoration: none;
}
a img	{
	border: 0px;
}
.clear	{
	clear: both;
	font-size: 0px;
	height: 0px;	
	line-height: 0px;	
}
h1	{
	color: #5090C6;
	font: bold 18px Arial, sans-serif;
}
h1 a, h1 a:hover	{
	color: #5090C6;
	font: bold 18px Arial, sans-serif;
	text-decoration: none;
}
h2	{
	background: url(images/titleBg.gif) no-repeat bottom left;
	color: #000;
	font: bold 14px Arial, sans-serif;	
	padding: 8px 5px 0px 26px;
}
h3	{
	color: #000;
	font: italic 12px Tahoma, sans-serif;
	margin-left: 5px;
	padding: 0px 0px 2px 5px;
}
ul	{
	background: url(images/grey_line.gif) no-repeat center bottom;
	margin: 0px;
	margin-bottom: 5px;
	padding: 3px 0px 14px 25px;	
}
li	{
	color: #000;	
	font: 12px/14px Arial, sans-serif;	
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 3px 0px 6px 0px;
}

.colLeft	{
	float: left;
	padding: 20px 42px 20px 26px;
	width: 410px;
}
.articleList	{
	padding: 11px 0px 20px 0px;
}
.articlePage	{
	padding: 11px 0px 20px 0px;
}
.date	{
	color: #000;
	font: bold 12px Arial, sans-serif;	
	padding-top: 25px;
}
.preview	{
	color: #000;
	font: 12px/18px Arial, sans-serif;	
	padding-top: 6px;
}
.readMore	{
	padding-top: 7px;
}
.readMore a	{
	background: url(images/more_img.gif) no-repeat right center;
	font-weight: bold;
	padding-right: 16px;
	text-decoration: none;
}
.readMore a:hover	{
	background: url(images/more_img.gif) no-repeat right center;
	font-weight: bold;
	padding-right: 16px;
	text-decoration: underline;
}
.slip	{
	border-top: 1px solid #E1E1E1;
	height: 1px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.colRight	{
	float: right;
	padding: 30px 4px 20px 0px;
	width: 210px;
}
h2.forRss	{
	background: url(images/rss_ico.gif) no-repeat bottom left;
}
.feed	{
	background: url(images/grey_line.gif) no-repeat center bottom;
	color: #000;	
	font: 12px Arial, sans-serif;
	margin-bottom: 5px;
	padding: 17px 0px 18px 30px;	
}
.feed a	{
	color: #000;
	font: 12px Arial, sans-serif;	
	text-decoration: none;
}
.feed a:hover	{
	text-decoration: underline;
}
li a	{
	color: #000;
	font: 12px Arial, sans-serif;	
	text-decoration: none;
}
li a:hover	{
	text-decoration: underline;
}
.resDate	{
	color: #B00101;
	font: bold 12px Arial, Helvetica, sans-serif;	
}
.description	{
	padding-top: 20px;
}