/* CSS Document */

body { background-color: #666633; }

.body-sm { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; }
.body-lg { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
.body-xl { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; }

A { font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; }
A:hover { color: #666666; }
A:active { color: #999999; }

.title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #333333; font-weight: bold; }
.subtitle { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight: bold; }

#main { width: 640px; background-image: url(images/page_bg.gif); }
#header { height: 64px; background-image: url(images/header_bg.gif); }

#border-left { width: 12px; }
#border-middle { width: 2px; }
#border-right { width: 12px; }

#border-nav { width: 160px; }
#border-content { width: 456px; }

.border-a1 { width: 12px; height: 12px; background-image: url(images/border-a1.png); }
.border-a2 { background-image: url(images/border-a2.png); }
.border-a3 { height: 12px; background-image: url(images/border-a3.png); }
.border-b1 { background-image: url(images/border-b1.png); }
.border-b3 { background-image: url(images/border-b3.png); }
.border-c1 { width: 12px; background-image: url(images/border-c1.png); }
.border-c2 { background-image: url(images/border-c2.png); }
.border-c3 { background-image: url(images/border-c3.png); }

#navigation { background-color: #FFFFFF; text-align: left; }
#content { background-color: #FFFFFF; text-align: left; }

#breadcrumbs { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; }

#footer { height: 40px; background-image: url(images/footer_bg.gif); }