@charset "UTF-8";
/* CSS Document */

img, div { behavior: url(css/iepngfix.htc) }
body {
	color: #A7AAD0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	text-align: center;
	margin-top: 36px;
}
#container #navBox {
	height: auto;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 60px;
	margin-top: 12px;
	text-align: left;
}
#container #leftCol {
	background-image: url(../images/leafbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 12px;
}
a {
	color: #A7AAD0;
	text-decoration: none;
}
a:hover {
	color: #666880;
}
a:visited {
	color: #A7AAD0;
}
#leftCol ul {
	font-size: 1.5em;
	list-style-type: none;
	margin-top: 2em;
}
#leftCol li {
	margin-bottom: 2em;	
}
#container #rightCol {
	text-align: left;
	color: #666666;
}
h2 {
	color: #333333;
}
h4 {
	color: #333333;
}
#boxThese img {
	border: 1px solid #;
	border: 1px solid #666666;
	margin-right: 3px;
}
#container #copyright {
	text-align: center;
}

