body,html
{
	background: url(../img/bg_content.png) repeat-y;
	background-color:#FFF;
	background-size: auto 100%;
}
#toprow
{
	background: url(../img/bg_nav.png) no-repeat;
	background-color:#FFF;
	height:49px;
	background-size:cover;
}
#navigation
{
	margin-top:15px;
	float:left;
}
#navigation ul
{
	list-style-type: none;
}
#navigation ul li
{
	float:left;
	text-align:center;
	border-right:1px solid #000;
	width:20%;
	min-height:20px;
}
#navigation ul li:last-child
{
	border-right:0px solid #000;
}
#contentrow
{
	margin-top:75px;
}
#textcontent
{
	padding-left:35px;
	padding-right:35px;
	padding-top:0px;
	padding-bottom:40px;
	margin:0px;
	font-size:1.6rem;
}
#textcontent p, #textcontent div
{
	font-size:1.6rem;
	letter-spacing:0.005em;
}
#textcontent a
{
	font-weight:bold;
	color: #7DB82E;
	border-bottom:1px solid #CCC;
}
#textcontent a:hover
{
	font-weight:bold;
	color: #7DB82E;
	border-bottom:1px solid #7DB82E;
}
#textcontent h3,#textcontent h1, #textcontent h2, #textcontent h4
{
	color: #7DB82E;
	font-weight:normal;
	padding-top:0px;
	margin-top:0px;
	letter-spacing:0.03em;
}
#textcontent h1
{
	font-size:240%;
	
	font-weight:300;
}
#textcontent h2
{
	font-size:200%;
	color:#2B3D57;
}
#textcontent h3
{
	font-size:170%;
	color:#2B3D57;
}
#textcontent h4
{
	font-size:145%;
	color:#2B3D57;
}
#textcontent h5
{
	font-size:125%;
	color:#2B3D57;
}

@media print { /*hide when printing*/
	#toprow
	{
		display:none;
	}
	
	
	body,html
	{
		background-color:#FFF;
		background: url(../img/bg_none.png) repeat-y;
	}
}
body,html,p,td,li,h1,h2,h3,h4,a
{
   font-family: "Roboto_Condensed";
}
.navitem a
{
	font-weight:500;
	color:#111;
	font-size:108%;
	padding-top:3px;
	border-top: 3px solid transparent;
	transition: border-top 0.35s;
}

.navitem a:hover, .navitem > .current
{
	border-top: 3px solid #2B3D57;
	transition: border-top 0.35s;
}
@media screen and (min-width: 10em){
	.navitem a {font-size:92%};
}
@media screen and (min-width: 36em){
	.navitem a {font-size:108%};
}