@charset "UTF-8";

html{
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #19bed5;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#19bed5;
	scrollbar-highlight-color:#a5a5a6;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-3d-light-color:#ffffff;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066cc;
}
body {
	background-image: url(images/flower_yellow.gif);
	background-repeat: repeat;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066cc;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	text-decoration: none;
	color: #3300CC;
}
a:active {
	text-decoration: none;
	color: #0066cc;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #ed1c24;
}
h2 {
	font-size: 18px;
	color: #ed1c24;
}
h3 {
	font-size: 14px;
	color: #ed1c24;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #0066cc;
}
.clear {
	clear:both;
}
#wrapper {
	margin: auto;
	height: auto;
	width: 950px;
}
#header {
	width:950px;
	height:300px;
	margin:auto;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}
#logo {
	width: 518px;
	height:170px;
	position:relative;
	top:100px;
	left:50px;
}
#content_area {
	width:950px;
	height:auto;
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
}
#nav_main {
	float: left;
	height: auto;
	width: 262px;
	margin-left:13px;
}
#content_text {
	float: left;
	height: auto;
	width: 580px;
	margin-left:50px;

}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 950px;
}
#nav_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	height: auto;
	width: 950px;
	text-align: center;
	margin-top: 10px;
}
