* {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
body {
    color: #555555;
    font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    margin: 10px;
}
html {
    height: 100%;
    margin-bottom: 1px;
}
.header {
    background: none repeat scroll 0 0 #000000;
    cursor: pointer;
    padding: 4px;
}
#footer {
    color: #BBBBBB;
    margin: 0 auto;
    width: 960px;
}
#footer a {
    color: #AAAAAA;
    font-weight: bold;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer a.bodylink {
    color: #005FAA;
    font-weight: bold;
    text-decoration: none;
}
#footer a.bodylink:hover {
    color: #597F9A;
    font-weight: bold;
    text-decoration: underline;
}
#footer .validate {
    xfloat: right;
	text-align: center;
    font: 90% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}
.header:hover {
    background-color: #666666;
}
#header h1 a {
    color: #0000A0;
    text-decoration: none;
}
#header h1 a:hover {
    color: #000000;
}
.selected {
    background-color: #FF0000;
    color: #FFFFFF;
}
.content {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 4px;
}
h2 {
    clear: both;
}
#header h1 {
    color: #232323;
    /* font: italic 350% Georgia,"Trebuchet MS"; */
    font: italic 340% Georgia,"Trebuchet MS";
    letter-spacing: -1px;
    margin-top: 50px;
    text-align: center;
}
#header h2 {
    color: #BBBBBB;
    font: 105% Verdana;
    letter-spacing: 2px;
    margin: 10px 0 30px;
    text-align: center;
    text-transform: uppercase;
}
#accordian {
    margin: 0 auto;
    padding: 5px;
    width: 660px;
    z-index: 2;
}

blockquote {
	  font: 1.5em/1.8em Georgia, "Times New Roman", Times, serif;
	  background: url(../images/close-quote.gif) no-repeat right bottom;
	  padding: 0px 18px;
	  text-indent: -18px;
	  color:#888;
	  margin:20px 40px;
}

blockquote:first-letter {
	background: url(../images/open-quote.gif) no-repeat 0px 3px; /* left top; */
    padding-left: 18px;
}

img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    float: right;
    margin: 0 0 16px 20px;
    padding: 5px;
}
img.center {
    border: 0 solid #EEEEEE;
    float: none;
    margin: 0;
}
p {
    line-height: 19px;
    margin: 15px 0;
}

.titlebox {
    color: #0000A0;
    font: 120% Verdana;
    font-weight: bold;
}

