body {
background: url(images/bg-image.jpg) repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}

a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0033CC;
}

.banner {
}

#container {
margin: 0 auto;
width: 770px;
}

#logo {
float: left;
width: 150px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	height: 116px;
	margin-bottom: 20px;
}

#tag {
float: right;
}

.date {
text-align: right;
color: #fff;
font-size: 10px;
}

#subcont {
}

.navlist {
float: left;
width: 123px;
}

.navlist ul {
margin: 0;
padding: 0;
}

.navlist li {
list-style:none;
	}
	
.navlist li a {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #4865a1;
padding: 5px;
display: block;
text-decoration: none;
color: #fff;
	}
	
.navlist li a:hover, .navlist .active {
text-decoration: underline;
color: #fff;
	}
	
#content {
float: right;
background: #fff;
width: 641px;
padding: 2px;
}

#text-area {
text-align: justify;
width: 410px;
padding: 10px;
}

#right-col {
width: 205px;
float: right;
padding: 0;
}

blockquote {
background: #eee url(images/quote-1.jpg) 3px 10px no-repeat;
margin: 10px 0px 20px 0;
padding: 10px 8px 10px 45px;
border: 1px solid #dfdede;
float: right;
width: 150px;
font-size: 12px;
line-height: 18px;
	}




h2 {
font-size: 16px;
text-align: right;
padding-bottom: 0;
margin-bottom: 4px;
color: #fff;
} 

h3 {
font-size: 14px;
}

h4 {
font-size: 13px;
padding: 0;
margin: 0;
color: #fff;
}



