html, body{
height: 100%;
border: 0;
padding: 0;
margin: 0;
}
img {
	border:none;
}

body {
	color:#666666;
	background:url(assets/side-slice.png);
	background-repeat:repeat-x;
	text-align:left;
}

a:link, a:visited, a:active {
	color:#005397;
	/*color:#A3C308;*/
	text-decoration:underline;
}

a:hover {
	color:#666666;
}

.heading {
	color:#7497A0;
	font-size:16px;
	padding-top:12px;
	padding-bottom:12px;
	
}

hr {
	border:0;
	padding:0;
	margin:0;
	background:#CCCCCC;
	height:2px;
	margin-bottom:6px;
}

a.navlink:link, a.navlink:visited, a.navlink:active { 
	font-size:1.08em;
	color:#FFFFFF;
	text-decoration:none;
}

a.navlink:hover {
	color:#A3C308;
}

.padding {
	padding:5px
}

.just {
	text-align:justify
}

#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.red a:link {
	color:#C33;
	font-size:14px;
	font-weight:800;
}

.red-text {
	color:#C33;
	font-size:14px;
}

.red-text-bold {
	color:#C33;
	font-size:18px;
	font-weight:bold;
}
.red-text-largelinks {
	color:#C33;
	font-size:18px;
	font-weight:600;
}
