body {
    background: #fff;
    font-family: 'Lucida Grande',Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman";
	font-weight: normal;
}

h1 { 
    color: #0099cc;
    font-size: 28px; 
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 { 
    color: #006699;
    font-size: 24px; 
    line-height: 28px; 
    margin-bottom: 18px;
}

h3 { 
    font-size: 18px; 
    line-height: 24px; 
}

.left { 
    float: left; 
    margin: 0 18px 18px 0; 
}

.right { 
    float: right; 
    margin: 0 0 18px 18px; 
}

.callout {
    font-size: 11px;
    color: #a39c8d;
    border: 1px solid #ddd;
    background: #f1f2e7;
    padding: 8px 10px;
    margin-bottom: 18px; 
}

.callout :last-child { 
    margin-bottom: 0; 
}

.callout h4 { 
    font-size: 11px; 
    line-height: 18px; 
}

.colborder, .border {
	border-right: 1px solid #ddd!important;
}
  
.footerlinks {
	font-size: 80%;
	background: #333;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	color: #999;
}

.footerlinks h3 {
	color: #ddd;
}

.footerlinks a, .footerlinks a:link, .footerlinks a:visited {
	text-decoration: none;
	color: #999;
	border-bottom: 1px dotted;
}

.footerlinks a:hover {
	border-bottom: 1px solid;
}

.footerlinks ul, .footerlinks ul li {
	list-style: none;
	font-size: 11px;
}

.footerlinks input[type=text] {
	border: none;
	border-bottom: 1px solid #999;
	background: none;
	color: #999;
}

.footerlinks button {
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	color: #999;
	background: none;
	border: none;
}