ibody, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 11px;
	font-weight: 400;
	color: #000000;
}
body {
	background-color: #e5e5d9;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 30px;
}

img {
	border:0px;
}

p {
	text-align: justify;
}
a {
	color: #cc0022;
	text-decoration: none; 
}
a:visited { color: #cc0022; }
a:active { color: #cc0022; }
a:hover { color: #ff0000; }

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
}
h2 {
	font-family: Myriad, "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin-top: 0px;
}
h3 {
	font-family: Myriad, "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	border-bottom: dotted 1px #aaaaaa;
}
h4 {
	font-family: Myriad, "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h5 {
	font-family: Myriad, "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}
hr {
	border-top: 1px dotted #cccccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

ul {
	list-style-image: url(images/bullet.gif);
}
li {
	margin-bottom: 0.5em;
}

#main {
	width: 700px; 
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #999999;
} 
#logo {
	/*background-color: #d8dfdf;*/
	background-color: #dee4e4;
	border-bottom: solid 1px #aaaaaa;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#link_bar {
	background-image: url("images/link_bar.png");
	background-color: #dddddd;
	border-bottom: solid 1px #aaaaaa;
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #696A6C;
	padding: 5px 15px 5px 15px;
}
#menu {
	width: 120px;
	background-color: #e7eeee;
	border-right: dotted 1px #aaaaaa;
	margin: 0px;
}
#menu p {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	margin: 0px;
	padding: 10px 10px 0px 10px;
}
#menu hr {
	border-top: 1px dotted #cccccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-top: 10px;
	margin-bottom: 0px;
}
.heading {
	text-transform: uppercase;
	color: #666666;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
.heading a {
	color: #666666;
}
.heading a:visited { color: #666666; }
.heading a:active { color: #666666; }
.heading a:hover { color: #ff0000; }
#menu a {
	line-height: 18px;
}
#content {
	padding: 20px;
}

#footer {
	color: #696A6C;
	text-align: center;
	margin: 0px;
	padding: 10px;

	border-top: solid 1px #aaaaaa;
	color: #666666;
	background-color: #d8dfdf;
	clear: both;
	font-size: x-small;
}
.quote {
	font-style: italic;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
}
.quote_credit {
	font-style: normal;
	text-align: left;
	font-weight: bold;
	padding-left: 25px;
}
.box {
	border: solid 1px #cccccc;
}
