body {
 margin: 0 auto;
 font-family: Arial, Tahoma, Verdana, sans-serif;
 font-size: 12px;
 background-color: #D2FFFF;
 text-align: center;
}
div#main {
 width: 820px;
 margin: auto;
 background-image: url('images/pagebg.jpg');
 text-align: left;
}
div#section_top {
 height: 200px;
 background-image: url('images/banner.jpg');
 background-repeat: no-repeat;
 background-position: 10px 0px;
 position: relative;
}

div#section_left {
 top: 1px;
 width: 170px;
 margin-left: 10px;
 float: left;
}
div#section_left ul {
 margin-left: 0;
 padding-left: 0;
 margin-top: 5px;
 list-style-type: none;
}
div#section_left a {
 display: block;
 padding: 5px;
 width: 160px;
 border-bottom: 0px solid #eee;
 text-decoration: none;
 color: #000;
 text-align: center;
 border-left: 0px solid #fff;
}
div#section_left a:hover {
 background-color: #DFECFF;
}
div#section_content {
 width: 440px;
 position: relative;
 margin-left: 181px;
 top: 1px;
 text-align: justify;
 padding: 10px;
}
div#section_content a {
 color: #2D4953;
}
div#section_content a:hover {
 text-decoration: none;
}
div#section_right {
 top: 1px;
 width: 159px;
 margin-right: 10px;
 float: right;
 padding: 5px;
}
div#footer {
 background-image: url('images/footerbg.jpg');
 background-position: 0% 100%;
 height: 100px;
 text-align: center;
 padding-bottom: 0px;
 font-size: 10px;
 color: #666666;
 clear: both;
}
#footer a {
 color: #444444;
}
#footer a:hover {
 color: #666666;
 text-decoration: none;
}
#section_right p.header {
 text-align: left;
 font-weight: bold;
 font-family: Tahoma, Arial, sans-serif;
 font-size: 11px;
}
#section_right p.rightbar-item, p.rightbar-item a {
 font-size: 11px;
 font-family: Tahoma, Arial, sans-serif;
 color: #2D4953;
 text-decoration: none;
}
#section_right p.rightbar-item a:hover {
 text-decoration: underline;
}
#section_right p.rightbar-item span.rightbar-item-date {
 font-weight: normal;
 font-size: 10px;
 font-family: Verdana, Tahoma, sans-serif;
 color: #555;
}
#section_content h1 {
color: #306754;
}
input.fancy-button {
 border: 1px solid #2D4953;
 background-color: #2D4953;
 color: #fff;
 cursor: pointer;
}
input.fancy-button:hover {
 border: 1px solid #2D4953;
 background-color: #CCD9DD;
 color: #000;
}
table {
 width: 420px;
 border: 0;
 padding: 0;
 margin: 0;
}
td {
 padding: 5px;
 background-color: #DADAFF;
 height: 25px;
}
th {
 background-color: #CCD9DD;
 text-align: right;
 font-size: 12px;
 font-weight: bold;
 padding: 2px;
}
input[type=text] {
 font-family: Arial, Verdana, Tahoma, sans-serif;
 font-size: 12px;
}
textarea {
 font-family: Arial, Verdana, Tahoma, sans-serif;
 font-size: 12px;
}
div.list {
 padding: 5px;
 margin-bottom: 15px;
 background-color: #DAE4E7;
 border: 1px dashed #2D4953;
}
div.list img {
 margin: 5px;
 display: inline;
}
div.list .title {
 font-size: 18px;
 font-weight: bold;
 display: block;
 margin-bottom: 5px;
}
div.list .name {
 font-size: 18px;
 display: block;
}
div.list .subheading, .introduction {
 font-size: 12px;
 display: block;
 padding-bottom: 3px;
}
.details {
 font-weight: normal;
 font-size: 10px;
 font-family: Verdana, Tahoma, sans-serif;
 color: #555;
 display: block;
 margin-bottom: 5px;
}
span.quote-author {
 font-weight: bold;
 font-size: 14px;
 display: block;
 margin-top: 15px;
 margin-bottom: 5px;
}
table.photos td {
 width: 140px;
 text-align: center;
}
table.photos a img {
 border: 0;
}
table.photos a:hover img {
 -moz-opacity: 0.7;
 filter: alpha(opacity=70);
}
