@charset "UTF-8";
html {
	scrollbar-arrow-color: #blue;
	scrollbar-base-color: #006699;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#AAD4E2;
	scrollbar-highlight-color:#ebf6fa;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-3d-light-color:#ffffff;
}
body,td,th {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 14px;
	color: #666666;
}
body {
	background-color: #ebf6fa;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	text-decoration:underline;
	color: #669966;
	
}
a:visited {
	text-decoration:underline;
	color: #669966;
}
a:hover {
	text-decoration:underline;
	color: #006699;
}
a:active {
	text-decoration:underline;
	color: #669966;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
}
h1 {
	font-size: 30px;
	color: #006699;
	font-weight:normal;
}
h2 {
	font-size: 26px;
	color: #669966;
}
h3 {
	font-size: 22px;
	color: #669966;
}
h4 {
	font-size: 18px;
	color: #669966;
}
p {
	font-family:"Verdana", Arial, Helvetica;
	color:#666666;
	font-size:13px;
	line-height: 20px;
}
#wrapper {
	margin: auto;
	height: auto;
	width: 950px;
}
#header {
	height: 212px;
	width: 950px;
}
#nav_bar {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 950px;
}
#body {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 950px;
}
#content {
	margin: auto;
	height: auto;
	width: 850px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 950px;
}
#nav_bottom {
	margin: auto;
	height: 90px;
	width: 950px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: .1em;
}
