body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 140%;
}
strong {
	color:#FF6600;
}
address {
	font-style:normal;
	font-size: 11px;
}
.clear {clear: both;}
#page {
	margin: 0px auto;
	width: 848px;
}
#header {
	height: 100px;
	background-image: url(images/header.jpg);
	border-bottom: 5px solid;
	border-bottom-color: #0C69A2;
}
#header h1 {
	float:right;
	font-size: 12px;
	color: #171C7A;
	width:350px;
	text-align:right;
	margin: 0;
	padding: 0;
	font-weight:normal;
	line-height: 100px;
}

#header h2 {
	float:left;
	font-size: 35px;
	color: #36407D;
	width:320px;
	margin: 0;
	padding: 0;
	line-height: 100px;
	letter-spacing: -2px;
}
#header h2 a {
	color: #003366;
	text-decoration: none;
}
#header p {
	margin: 5px 0 0 30px; padding: 0;
	font-size: 11px;
	color: #FFFFCC;
	padding-right:120px;
	text-align:left;
	clear:both;
}

#container {
	padding: 0px;
	width: 848px;
}
#sidebar {
	float: right;
	width: 200px;
	padding:0px;
	font-size: 12px;
}
#sidebar ul {
	margin: 5px 0; padding: 0;
	list-style: none; list-style-type: none;
}
#sidebar li {
	margin: 2px 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
} 
#sidebar h3 {
	margin: 0;
	padding: 0;
	font-size:14px;
	background-image: url(images/menu-w.jpg);
	background-repeat: no-repeat;
	text-indent: 25px;
	line-height: 25px;
}
#content {
	float: left;
	width: 630px;
	padding: 0px;
	margin-bottom: 10px;
}

#content h2 {
	padding: 0;
	margin: 0;
	font-size: 25px;
	color: #333333;
	background-image: url(images/title.jpg);
	height: 30px;
	line-height: 30px;
	text-indent: 60px;
	letter-spacing: 3px;
}

#content h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #003366;
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	text-indent: 30px;
	letter-spacing: 3px;
	background-image: url(images/title-s.jpg);
}

#footer {
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	width:850px;
	line-height:20px;
	background-color: #217EA0;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
