/* 
CSS defined here:
-- font-family
-- font-size
-- font-weight
-- line-height
-- text-align
-- text-decoration
-- white-space
*/

body {
    font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
    font-size: 62.5%;
}

.bold{font-weight: bold;}

a,
a:link,
a:visited,
a:active,
#linkbar a:link,
#linkbar a:visited,
#linkbar a:active,
#blocks a,
#blocks a:link,
#blocks a:visited,
#blocks a:active
{
	text-decoration: none;
}
a:hover,
#linkbar a:hover,
#blocks a:hover
{
	text-decoration: underline;
}
#linkbar a.selected {
	font-weight: bold;
}

#linkbar,

/**** BREADCRUMB STYLES ********/
#breadcrumb { font-size: 10px; color: #999999;}
.breadcrumb { font-size: 10px; color: #999999;}
.breadcrumbsNoLMar{ padding-left: 147px;}
.breadcrumbup { color: #999999;}
.breadcrumbactive { font-size: 10px; color: #65AC1E;}
.breadcrumb a:link,.breadcrumb a:visited  {color: #999999;}
.breadcrumb a:hover { color: #CC0066;}
	
#nav {
	font-size: 1.0em;
	line-height: 1.4em;
}

#sidebar h4 
{
	font-weight: normal;
	font-size: 1.1em;
	padding-top: 27px;
}
#sidebar a 
{
	font-size: 1.1em;
}

#contentContainer {
	font-size: 1.1em;
	line-height: 20px;
}

#contentContainer h1 {
	font-size: 3em;
	line-height: 1.25em;
	font-weight: normal;
}

#contentContainer h2 {
	font-size: 1.6em;
}

/*.contentimage {
	font-size: 0.9em;
	line-height: 1.2em;
}*/

#blocks p {
	/*font-size: 1.3em;*/
	line-height: 20px;
}
#blocks .supplement div 
{
	font-size: 1.1em;
}

#blocks p a,
#blocks p a:link,
#blocks p a:visited,
#blocks p a:active {
	/*font-size: 0.9em;*/
}
#blocks p a:hover {
	/*font-size: 0.9em;*/
}

#blocks li {
	/*font-size: 1.0em;*/
	font-size: 1.1em;
	line-height: 17px;
}

#footer {
	font-size: 1.1em;
}
