/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
h1
{
	
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}

h2
{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: .83em 0;
}

h3
{
	display: block;
	font-size: 1.17em;
	font-weight: bold;
	margin: 1em 0;
}

h4
{
	display: block;
	font-weight: bold;
	margin: 1.33em 0;
}

h5
{
	display: block;
	font-size: 0.83em;
	font-weight: bold;
	margin: 1.67em 0;
}

h6
{
	display: block;
	font-size: 0.67em;
	font-weight: bold;
	margin: 2.33em 0;
}

p, dl, multicol
{
	display: block;
	margin: 1em 0;
}
body 
{
	font-family: Comic Sans, Comic Sans MS, Arial, Tahoma, Sans-Serif;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #4d4d4d;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited 
{
	color: #0067B1;
	text-decoration:none;
}
a:hover, a:active 
{
	color: #0067B1;
	text-decoration:underline;
}

.header, h2
{
	font-family: Comic Sans, Comic Sans MS, Arial, Tahoma, Sans-Serif;
	font-size: 20px;
	font-weight: bolder;
	color:#E31937;
	margin-top:0px;
}
.subHeader, h3
{
	font-family: Comic Sans, Comic Sans MS, Arial, Tahoma, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color:#0067B1;
}
h4
{
   font-size:14px;
   font-weight:bold;
}
h5
{
   font-size:12px;
   font-weight:bold;
}
h6
{
   font-size:10px;
   font-weight:bold;
}
.content
{
	font-family: Comic Sans, Comic Sans MS, Arial, Tahoma, Sans-Serif;
	font-size: 14px;
}
.contentSmall
{
	font-family: Comic Sans, Comic Sans MS, Arial, Tahoma, Sans-Serif;
	font-size: 12px;
}
p 
{
   margin-top:0;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver
{
	background-color: #FFFF00;
	cursor: pointer;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #808080;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Comic Sans, Comic Sans MS, Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}
div.newsItem {
	margin-bottom:20px;
}
div.newsItem .date{
	color:#E31937;
	font-size:12px;
}
div.newsItem .blurb {
	
}
div.newsItem a.more {
	color:#0067B1;
	text-decoration:none;
	font-weight:bold;
	padding-left:10px;
	background:url(../images/more-arrow-on-blue.png) no-repeat left 7px;
}
div.newsItem h4.headline {
	margin:0;
	padding:0;
	font-size:15px;
	color:#0067B1;
	
	
}
div.newsItem h4.headline a {
	text-decoration:none;
	color:#0067B1;
}
div.newsItem h4.headline a:hover {
	text-decoration:underline;
} 
#NewsCategoryHeader, h4.newsListHeadline
{
	 font-family: Comic Sans, Comic Sans MS, Arial, Tahoma, Sans-Serif;
	
	font-weight: bolder;
	color:#E31937;
	margin-top:0px;
}
ul#NewsCategoryList
{
   list-style-type:none;
   margin:0;
   padding:0;
   margin-left:15px;
}
ul#newsDefaultList
{
   list-style-type:none;
   margin:0;
   padding:0;
   margin-bottom:15px;
}
.newsListHeadline
{
   margin:0;
   
}
.newsListDate
{
   font-size:12px;
   color:#E31937
}
div#NewsDetail, div#NewsDefault, div#NewsCategory
{
   width:600px;
   margin:0 auto;
}
