﻿body {
	margin: 10px 0 0 0;
	font-family: Verdana, Arial;
	background-color: #FFEAFF;
}
#wrapper {
	width: 760px;
	border: 3px #33CCFF double;
	padding: 5px;
	background: #FFFFFF;
}
#headerLogo {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #FF00FF;
}
#catchphrase {
	letter-spacing: 1px;
}
.navbar a {
	font-weight: bold;
	text-decoration: none;
}
.navbar a:hover {
	background: red;
	color: white;
}
#leftcolumn {
	float: left;
	width: 160px;
	height: 100%;
	text-align: center;
	height: 100%;
	border-right: 1px solid #CCCCCC;
}
.menu {
	font-size: 11px;
}
.menu a {
	border-width: 2px;
	border-style: double;
	border-color: #FF00FF;
	display: block;
	width: 130px;
	height: auto;
	padding: 5px;
	text-decoration: none;
	background-color: #CCFFFF;
	color: #000000;
}
.menu a:hover {
	border-width: 2px;
	border-style: double;
	border-color: #00FFFF;
	display: block;
	width: 130px;
	height: auto;
	padding: 5px;
	text-decoration: none;
	background-color: #FFCCFF;
	color: #000000;
}
html > body .menu a:active {
	/* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
#content {
	width: 560px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
	float: right;
	text-align: justify;
	font-size: 12px;
	line-height: 1.4em;
}
.headline {
	text-align: left;
	font-size: 22px;
	margin-top: 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	line-height: 1.3em;
}
#summary {
	font-size: 16px;
	text-align: justify;
	line-height: 1.4em;
	font-weight: bolder;
}
#titlelinks {
	padding: 3px;
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
}
#titlelinks a {
	text-decoration: none;
}
#titlelinks a:hover {
	text-decoration: underline;
}
.subtitle {
}
.subtitle h3 {
	margin-bottom: 0px;
}
.subtitle p {
	margin-top: 0px;
	margin: 10px;
}
#footer {
	font: 10px inherit Verdana;
}
