body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #07103F;
	background-color: #07103F;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

#header {
	padding: 20px 20px 0px;
	margin: 0px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 250px;
}
#header #logo {
	float: left;
}
#header h1 {
	font-size: 120%;
	line-height: 130%;
	font-weight: bold;
	width: 60%;
	margin-left: 28px;
	display: block;
	float: left;
	padding: 0px;
	margin-top: 25px;
	font-style: italic;
	margin-bottom: 0px;
}
.clearBoth {
	clear: both;
	height: 18px;
	min-height: 1px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#content {
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: left 90px;
	margin: -90px 0px 0px;
	padding: 0px 5% 5% 269px;
	line-height: 130%;
	font-size: 110%;
	width: auto;
}
a:link, a:active{
	color: #07103F;
}
a:hover {
	color: #FF9900;
}
a:visited {
	color: #000099;
}

.introPara {
	font-size: 110%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#content .copy p {
	margin: 0px 0px 2%;
	padding: 0px;
}

#content li {
	font-size: 100%;
	line-height: 140%;
	list-style-type: circle;
}
#content .copy ul {
	margin: 0px 0px 2% 15px;
	padding: 0px 0px 0px 15px;
}

#content #note {
	position: absolute;
	left: 15px;
	top: 125px;
	font-size: 90%;
	background-image: url(images/sticker.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;
	color: #FFFFFF;
	padding-top: 60px;
	text-align: center;
	padding-right: 30px;
	width: 160px;
	padding-left: 12px;
	padding-bottom: 80px;
	min-height:160px;
}
#content .vcard a {
	color: #07103F;
	text-decoration: underline;
}
#contact .url{
	font-size: 150%;
	color:#FFFFFF;
	margin-bottom: 2%;
	display: block;
	text-decoration: none;
	margin-top: 0%;
	padding: 2% 0px 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#contact .org {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1%;
	margin-left: 0px;
	font-size: 130%;
}
#contact .email, 
#contact .street-address,
#contact .region,
#contact .postal-code,
#contact .country-name,
#contact .tel {
	font-size: 120%;
	color: #FFFFFF;
	
}

#contact .email{
	display: block;
	margin: 0px 0px 1% 0;
	padding: 0px;
	color: #FFFFFF;
}

#contact .tel, #contact .street-address, #contact .email{
	display: block;
	margin: 2% 0px;
	padding: 0px;
}

#contact {
	/*display:none;
	*/
	font-size: 100%;
	margin: 0 0 50px 0;
	padding: 0px;
}

#footer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 100%;
	color: #FFFFFF;
	height: 120px;
	padding-left: 269px;
	padding-top: 12px;
}
#footer p {
	margin-bottom: 2%;
}
#footer p.top {
	margin: 0px;
	padding: 0px;
}


/**/
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
