﻿/*The Alfred CSS layout 2.1*/
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image:url('../images/bodybgr.gif');
}

h1 {
	background-color: transparent; color: #2b2b2b; font-size: 16px; font-weight: bolder
}
h2 {
	background-color: transparent; color: #2b2b2b; font-size: 14px; font-weight: bolder
}
h3 {
	background-color: transparent; color: #2b2b2b; font-size: 14px; font-weight: bold
}
h4 {
	background-color: transparent; color: #2b2b2b; font-size: 12px; font-weight: bold
}

ul {
	list-style-image: url(../images/bullet-circle.png);
}

hr {
	width: 90%;
	color: transparent;
	background-color: #ccff33;
}

b, strong {
	font-weight: 900;
}
img:link, img:visited, img:hover, img:active {
	border-width: 0;
}

img {
	border-width: 0;	
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #3399CC;
	text-decoration: none;
}

a:active {
	color: #3399CC;
	text-decoration: none;
}

#pageholder {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
}

#masthead {
	width: 100%;
}

#top_nav {
	height: 4px;
}

#container {
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	min-width: 900px;
}

#right_col {
	width: 200px;
	float: right;
	min-height: 400px;
	background-image: url('../images/sidebox-backgr.png');
	background-repeat:no-repeat;
	background-color: #FFFFFF;
}

#right_col > p,ul {
	padding-left: 20px;
}

#page_content {
	width: 715px;
	margin-right: 200px;
	padding: 15px;
	min-height: 400px;
	background-image: url(../images/lshd.png);
	background-repeat: repeat-y;
}

#footer {
	clear: both;
	height: 60px;
	background-image:url('../images/footerbackgr.png');
	background-repeat:no-repeat; 
}

#footer > p {
	text-align: center;
	padding-top: 20px;
}

.floatleft {
	float: left;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 10px;
}

.floatright {
	float: right;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-right: 0px;
}

.floatr10 {
	float: right;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
}

.subtitle {
	font-size: 12px;
	font-weight: 900;
	color: #030303;
	margin-right: 4px;
}

em {
	background-color: transparent;
	color: #009918;
	font-weight: bolder;
	font-size: larger;
}


.sidesh {
	font-size: 12px;
	font-weight: 900;
	color: #330099;
	background-color: transparent;
}
