body {
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:link, a:visited {
    text-decoration: none;
    color: #BA5900;
}

a:hover, a:active {
    color: #BA5900;
    text-decoration: underline;
}

blockquote {
	color: #333;
    padding: 10px;
    border: 1px solid #EAEBAF;
    background-color: #F2F8C9;
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

blockquote * {
    margin: 0;
}

h1, h2 {
    color: #24467F;
    margin: 10px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
}

h3, h4, h5, h6 {
    margin: 5px 0;
    color: #333;
}

table td {
	width: 335px;
	padding: 0 10px;
	vertical-align: top;
}

img	{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: none;
}

textarea {
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 11px;
}

ul {
    list-style-image: url(../img/bullet_carrot.png);
}

li {
    margin: 5px 0;
}

p {
    line-height: 20px;
}

.fr {float: right}

.fl {float: left}

img.fl {
    margin: 15px 10px 15px 0;
}

img.fr {
    margin: 15px 0 15px 10px;
}

#wrap {
    width: 900px;
    margin: 0 auto;
}

#header {
    height: 50px;
    background: #fff url(../img/logo_09272008.jpg) no-repeat top left;
}

#main {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #C4D3E1;
    background-color: #D3E3F2;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px #ddd;
	-moz-box-shadow: 0 5px 10px #ddd;
}

#navigation {
    width: 120px;
    float: left;
    font-family: sans-serif;
    font-size: 13px;
}

#navigation dt { 
    background-color: #535353;
    padding: 4px 6px;
    margin: 0;
}

#navigation dt.odd {
    background-color: #333;
}

#navigation dt#top {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
}

#navigation dt#bottom {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
}

#navigation dt a:link, #navigation dt a:visited {
    color: #fff;
    text-shadow: 0 1px 1px #000;
    text-decoration: none;
}

#navigation dd {
    display: none; /* for js behavior */
    text-shadow: 0 1px 1px #fff;
    margin: 3px 0 3px 10px;
    padding: 0;
    font-size: 11px;
}

#navigation dd a:link, #navigation dd a:visited {
    color: #00445E;
    text-decoration: none;
    margin: 0;
}

#navigation dd a:hover, #navigation dd a:active {
    text-decoration: underline;
}

#navigation dl {
    margin: 0;
    padding: 0;
	text-decoration: none;
}

#contact {
    font-size: 11px;
    color: #666;
    margin: 20px 5px 0 5px;
    vertical-align: bottom;
}

#contact a {
    color: #486499;
}

#content {
    background: #ffffff;
    padding: 10px 20px;
    width: 710px;
    margin-left: 130px;
    font-size: 13px;
}

#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#links {
    padding: 10px;
    background-color: #F7F8D8;
    font-size: 12px;
    text-align: center;
    color: #999;
    clear: both;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#links * {
    margin: 0;
}

#footer {
    font-family: sans-serif;
    font-size: 11px;
    color: #7F7F7F;
    text-align: right;
    line-height: 1.3em;
}

#twtr-widget-1 {
    margin-top: 30px;
}
