/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/int-back.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
}
p {
	line-height: 18px:
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-size: 30px;
	color: ##006633;
	line-height: 30px;
}
h2 {
	font-size: 24px;
	color: #00436E;
	font-style:italic;
}
#side {
	top: 250px;
	width: 275px;
	height: 500px;
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
}
#side p {
	text-indent: 55px;
	line-height: 12px;
	margin-top: 25px;
	font-size: larger;
	color: #005481;
}
.side a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.side a:hover {
	text-decoration: underline;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  	color: #006699;
}
#header {
	border-bottom: #005481 thick solid;
	background-color: #FFFFFF;
}
#content {
	margin: 10px 10px 10px 10px;
}
#content a {
	color: #00436E;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
.credit {
	font-size:9px;
	color: #00436E;
}
.credit a {
	color: #00436E;
	text-decoration: none;
}
.credit a:hover {
	text-decoration: underline;
}