
@import url('08news.css');
@import url('08events.css');
@import url('08litrack.css');
@import url('08faq.css');
@import url('08jobs.css');
@import url('08users.css');
@import url('08items.css');
@import url('08layout.css');

@import url('08novo.css');

/*	BEGIN: Standard HTML Tags */
* 
{
    font-family:'Arial','Helvetica', sans-serif;
    font-size:12px;
}

body
{
    margin:0px;
    padding:0px;
    overflow:scroll;
    background-color:#E6FCFA;
}

p 
{
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 1.3em;
}

.blurb_Paragraph
{
	font-size: .9em;
}

/*h2
{
	font-family: inherit;
	font-size: 1.3em;
	color: #B24800;
	margin-bottom: 1.3em;
}*/


img
{
    border:0px;
}




a, a:link, a:visited
{
    font-size: 1em;
    color:#025C89;
    text-decoration:underline;
}


a:hover
{
    color:#95053E;
    text-decoration:none;
}





div.hr {
	height: 15px;
  	border-bottom: 1px #B2B2B2 solid;
  	margin-top: 15px;
  	margin-bottom: 20px;

}

div.hr2 {
	height: 14px;
  	border-bottom: 1px #B2B2B2 solid;
  	
  	margin-bottom: 13px;

}


/* Theme classes - these will appear in PageBuilder */

.LeftFloatGutterRight
{
	float:left;
	margin-right:14px;
}

.SubHeading-Charcoal
{
	color:#3F3F3F;
	font-size:12px;
	font-weight:bold;
}

.SubHeading-link, .SubHeading-link a
{
	font-weight:bold;
	background: url(block_bullet.gif) left no-repeat;
	margin: 0px;
	padding: 0 0 0 10px;
}

.SubHeading-Important
{
	color:#B24800;
	font-size:12px;
	font-weight:bold;
}


/* Added by PWM */


.Heading-1 
{
	font-family: inherit;
	font-size:1.5em;
	color: #B24800;
	margin: 1.5em 0 .5em 0;
}

.Heading-2 
{
	font-family: inherit;
	font-size:1.2em;
	font-weight: bold;
	color: #B24800;

}

.subHead2
{
	font-size: 1.1em;
	font-weight: bold;
}





.disclosure
{
	padding: 20px 0 0 0;
	font-size: .9em;
	color: #777;
}

.disclosure_invst
{
	margin: 20px 0 0 0;
	padding: 14px;
	font-size: .9em;
	color: #777;
	border: 1px #777 solid;
}


.normal_list 
{
	margin-bottom: 1em;
}
.normal_list li
{
	padding: 5px;
}


