body{
	margin: 0;
	padding: 0;
	font-family: Arial,'‚l‚r ƒSƒVƒbƒN',sans-serif;
	color: #000;
	font-size: small;
	background-color: #fafadc;
}

p{
	color: #666;
	font-size: medium;
}

a{
	color:#000;
}

#header {  
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #eeffff;
	height: 130px;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}

#header img{ float:left; width:400px; height:50px; }

#imagestrip {
	clear:both;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 80px;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;
}

.title {
	font-weight: bold;
	font-size: larger;
}

.address {
	float:right; width:35%; vertical-align:middle; margin:5px 10px 0 0;
}

ul {
	list-style: none;
	margin-top: 0;
}
ul a {
	color:#333;
	text-decoration:none;
}
ul a:hover {
	color:#000;
	text-decoration:underline;
}

li {
	font-family: Helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0;
	color: #666;
	font-size: small;
}
li a {
	color:#333;
	text-decoration:none;
}
li a:hover {
	color:#000;
	text-decoration:underline;
}

h2 {
	font-size: large;
	font-weight: bold;
	background-color: #eeffff;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3 {
	color: #333333;
	font-size: medium;
	font-weight: bold;
	background-color: #eeffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
}
h3 a {
	color:#333;
	text-decoration:none;
}
h3 a:hover {
	color:#0ff;
	text-decoration:none;
}

h4 {
	font-size: medium;
	font-weight: bold;
	color: #76839a;
	margin:5px 0 5px 10px;
}

dt {
	background-color: #fff;
	color: #666;
	font-size: medium;
	padding-left: 5px;
	margin: 0 0 0 5px;
}
dt a { text-decoration: none; }
dt a:hover { text-decoration: underline; }

dd {
	background-color: #fff;
	color: #666;
	font-size: small;
	padding-left: 5px;
	margin: 0 0 10px 5px;
}

img.storyImage {
	float:left;
	margin: 10px 0 0 0;
	padding-right: 10px;
	
}
img.r-storyImage {
	float:right;
	margin: 10px 0 0 0;
	padding-left: 10px;
}

.footer {
	background-color: #eeffff;
	margin-bottom: 10px;
	text-align: right;
	font-size: small;
	padding-right: 10px;
}
.footer a {color: #333; }

