@charset "UTF-8";


/*********************/
/* main content area */


img	{
	border:none;
}

h1, h2, h3, h4	{
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight:normal;
	color:#558ACC;
}

#content h1	{
	font-size:2.8em;
	line-height:0.75em; /* meant to overlap */
	padding:0;
	margin-bottom:0px;
	margin-left:-20px;
	letter-spacing:-0.5px;
}

#content h2	{
	font-size:2.0em;
	margin: 0 0 0 -10px;
}

#content h3	{
	font-size:1.2em;
	margin: 0 0 -10px -4px;
	color:#333;
}

#content h4	{
	font-size:1.1em;
	margin: 0 0 -10px -1px;

}

#content #sidebar h2	{
	line-height:0.63em; /* meant to overlap */
	color:#999999;
	text-align:center;
	margin-bottom:16px;
}

#content #sidebar h2 span	{/* highlight certain header words */
	color:#666666;
	font-style:oblique;
}

#content p	{
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
}

#content p.newsdate {
    text-align:right;
    font-style:italic;
    margin:0;
    }

#content a	{
	color:#333;
}

#content a:hover	{
	color:#666;
}

#content .readMore	{
	font-size:0.9em;
	font-style:italic;
	font-weight:bold;
	text-align:right;
	margin-top:-10px;
	padding-bottom:15px;
}

#content .readMore a:link,
#content .readMore a:visited  {
	color:#666666;
	text-decoration:none;
}

#content .readMore a:hover {
	text-decoration:underline;
}

#content ul.links li {
	line-height:1.7em;
}

fieldset {
   /*-moz-border-radius-bottomleft:5px;
   -moz-border-radius-bottomright:5px;
   -moz-border-radius-topleft:5px;
   -moz-border-radius-topright:5px;
   -khtml-border-radius:5px;
   -msie-border-radius:5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    */
    border: 1px solid #CCCCCC;
}

fieldset legend {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    color: #666;
    font-weight:bold;
    }

fieldset b {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    }

label {
	cursor:pointer;
}

.formLastName	{
	display:none;
}


/******************/
/* footer styles */

#footer	p {
	margin:1.2em;
	color:#000;
}

div.pwm	{
	text-align:center;
	padding:4px 0;
	font-size:10px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

a.pwma {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:10px;
}
