body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #97BACF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	width: 950px;
	height: 208px;
}
#body {
	float: left;
	width: 950px;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-y;
}

/*--------------------- Side Bar ---------------------*/

#side-bar {
	float: left;
	width: 197px;
}
#nav-container {
	float: left;
	display: inline;
	width: 173px;
	margin: 0 12px 0 12px;
	padding: 0;
}
#nav-container ul {
	margin: 0;
	padding: 0;
	border-top: 1px dotted #7488A8;
}
#nav-container li {
	list-style-type: none;
	margin: 0px;
	border-bottom: 1px dotted #7488A8;
}
#nav-container li a {
	font-size: 12px;
	font-weight: bold;
	height: 17px;
	line-height: 14px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 6px 0 3px 19px;
	background-image: url(images/nav-bullet.gif);
	background-repeat: no-repeat;	
	background-position: 6px 10px;
}
#nav-container li a:hover {
	text-decoration: none;
	background-image: url(images/nav-bullet.gif);
	background-repeat: no-repeat;
	background-color: #3C6993;
}

/*--------------------- Body ---------------------*/

#body-inner {
	float: left;
	width: 683px;
	margin: 0 40px 0 30px;
}
p {
	margin: 5px 0 14px 0;
}
h1 {
	margin: 2px 0 16px 0;
	font-weight: normal;
	font-size: 24px;
	color: #2A4879;
	padding-bottom: 4px;
	border-bottom: 1px dotted #94A3BC;
}
h2 {
	margin: 15px 0 0 0;
	font-weight: bold;
	font-size: 14px;
	color: #2A4879;
}
h3 {
	margin: 15px 0 0 0;
	font-weight: bold;
	font-size: 12px;
	color: #2A4879;
}
a {
	color: #D45500;
	text-decoration: underline;
}
a:hover {
	color: #3C6993;
	text-decoration: none;
}
#body-inner ul {
	margin: 10px 0;
	padding: 0 0 0 15px;
}
#body-inner li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0 2px 17px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;	
	background-position: 2px 10px;	
}
.pic-left {
	float: left;
	margin: 0 15px 15px 0;
	padding: 4px;
	border: 1px solid #DFDFDF;
}
.pic-right {
	float: right;
	margin: 0 0 15px 15px;
	padding: 4px;
	border: 1px solid #DFDFDF;
}
.pic-left-no-border {
	float: left;
	margin: 0 15px 15px 0;
}
.pic-right-no-border {
	float: right;
	margin: 0 0 15px 15px;
}
hr {
	background-color:#ffffff;
	border:0 none;
	clear:both;
	height:1px;
	width:100%;
	border-bottom: 1px dotted #94A3BC;
}
/*--------------------- Footer ---------------------*/

#footer {
	clear: both;
	width: 950px;
	height: 56px;
	margin: 0 auto;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #2A4879;
}
#footer a {
	color: #2A4879;
	text-decoration: none;
}
#footer a:hover {
	color: #2A4879;
	text-decoration: underline;
}
#copyright {
	width: 950px;
	margin: 0 auto 0 auto;
	padding-top: 24px;
	text-align: center;
}