/* brief style sheet */

@charset "utf-8";
/* Disabling default styles */
html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt {
	border: none;
	margin: 0;
	padding: 0;
}
html {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	
	margin: 0;
	padding: 0;
}
body {
	background-color: #F0EFF0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

/* Structure */
#wrapper {
	padding: 0 10px;
}
#header {
	padding-bottom: 0px;
}
#headertop {
	height: 70px;
}
#headertopmargin {
	background-color: #EDEDED;
	height: 10px;
}
#content {
	padding-bottom: 15px;
}
.main {
	padding-left: 0px;
	padding-right: 10px;
}
.side {
	padding-left: 10px;
	padding-right: 0px;
}

td.heading{
font-family: "Lucida Calligraphy", cursive;
font-size: 34px;
color: #333;
font-weight: bold;
line-height: 120%;
}

.ethic {
font-family: Verdana, Geneva, sans-serif;
font-size: 20px;
font-weight: normal;
color: #3333ff;
margin: 0;
line-height: 120%;
}

td.focus {
font-family: Verdana, sans-serif;
font-size: 30px;
font-weight: bold;
color: #333;
line-height: 120%;
}

.details {
font-family: Verdana, sans-serif;
font-size: 18px;
font-weight: normal;
color: #333;
line-height: 120%;
}
						
.details A:link	{color: #3333FF; text-decoration: none; font-weight: normal;}
.details A:visited	{color: #3333FF; text-decoration: none; font-weight: normal;}
.details A:hover	{color: #00CC00; text-decoration: none; font-weight: normal;}
.details A:active	{color: #3333FF; text-decoration: none; font-weight: normal;}

.fullwidth {
	padding-left: 10px;
	padding-right: 10px;
}
.fullwidthtext {
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	line-height: 120%;
}
.fullwidthtext a:link,
.fullwidthtext a:visited,
.fullwidthtext a:active {
	color: #0069B7;
	text-decoration: none;
	font-weight: bold;
}
.fullwidthtext a:hover {
	color: #000;
}

#footer {
	border-top: 1px solid #C0C0C0;
}
.footertext {
	color: #e60000;
	padding: 0px 10px;
	font-size: 18px;
	font-weight: normal;
}
.footertext a:link,
.footertext a:visited,
.footertext a:active {
	color: #0069B7;
	text-decoration: none;
	font-weight: bold;
}
.footertext a:hover {
	color: #000;
}
