body {
	background: #FFFFFF;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

div {
	border: 1px none pink;
}

#header {
	width: 960px;
	position: absolute;
	top: 14px;
	left: 14px;
}

#content {
	position: absolute;
	top: 200px;
	left: 14px;
	width: 960px;
}

.centrecol {
	position: absolute;
	top: -36px;
	left: 170px;
	width: 580px;
	line-height: 1.3em;
}

.centrecolblog {
	position: absolute;
	top: -40px;
	left: 170px;
	width: 740px;
	line-height: 1.5em;
}

.rightcolred {
	position: absolute;
	top: -130px;
	left: 770px;
	width: 200px;
	height: 580px;
	background-color: #A01925;
}

.rightcolpurple {
	position: absolute;
	top: -130px;
	left: 770px;
	width: 200px;
	height: 580px;
	background-color: #568632;
}

.rightcolorange {
	position: absolute;
	top: -130px;
	left: 770px;
	width: 200px;
	height: 580px;
	background-color: #F47520;
}

.rightcolblue {
	position: absolute;
	top: -130px;
	left: 770px;
	width: 200px;
	height: 580px;
	background-color: #134B94;
}

.rightcolred img, .rightcolpurple img, .rightcolblue img, .rightcolorange img {
	margin-top: 10px;
	margin-left: 10px;
}

#footer {
	font-size: .8em;
	color: #666666;
	padding-top: 6px;
	position: absolute;
	top: 450px;
	width: 120px;
	line-height: 1.3em;
}

.logo {
	position: absolute;
	top: 0;
	left: 0;
}

.topmenu {
	width: 660px;
	position: absolute;
	top: 0;
	left: 310px;
	background-color: #D3D3D9;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.02em;
	font-size: 1.1em;
}

.topmenu a {
	color: #A01925;
	text-decoration: none;
	padding-right: .8em;
	padding-left: .8em;
}

.topmenu a:hover {
	background-color: #A01925;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
}

.lowmenu {
	position: absolute;
	top: 26px;
	left: 380px;
	background-color: #A01925;
	width: 580px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: yellow;
	font-size: 1.1em;
}

.lowmenu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 1.3em;
	padding-left: 1.3em;
}

.lowmenu a:hover {
	background-color: #D3D3D9;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #A01925;
}

.leftmenu {
	width: 120px;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	background-color: #D3D3D9;
	height: 440px;
	padding-left: 10px;
	padding-top: 10px;
}

.leftmenu ul {
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #A01925;
	font-size: 1.2em;
}

.leftmenu li {
	padding-bottom: 6px;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
	color: #A01925;
}

h3 {
	color: #A01925;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 6px;
}

h4 {
	color: #666666;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 6px;
}

a {
	color: #A01925;
}

.blog {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.bloghead {
	color: #333333;
}

h5 {
	font-size: 1.4em;
	margin: 20px 0 6px 0;
	font-weight: normal;
	color: #333333;
	padding-bottom: 3px;
}

#form {
	width: 100%;
	margin-top: 20px;
}

#form td {
	vertical-align: top;
	padding: 0px 50px 8px 0;
}

.input {
	margin: 10px 0 40px 0;
	border-top: 1px solid #CCCCCC;
	padding-top: 8px;
}

h2 {
	font-size: 1.4em;
	margin: 0 0 6px 0;
	font-weight: normal;
	color: #134B94;
}

.copy {
	padding-bottom: 20px;
}

.imagerow {
	text-align: center;
	padding-bottom: 20px;
}

.imagerow img {
	margin: 0 10px 0 10px;
	border: 1px solid #CCCCCC;
}

.login {
	margin-bottom: 60px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	width: 100%;
}

.login td {
	padding: 8px 20px 8px 0;
}

.login td.comment {
	width: 30%;
}

.menulogo {
	padding-bottom: 10px;
}

