/* base
----------------------------------------------- */
html {
background-image: url(../images/4.gif);
}
body {
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #000;

background-image: url(../images/rightcolbg.jpg);
background-position: center top;
background-repeat: repeat-y;
}

td { font-size: 11px; }

#content {
padding-top: 10px;
width: 465px;
float: left;
}

#content img {
border: 1px solid #183538; margin-left: 19px; margin-right:12px; margin-top:6px;
}

#container {
margin: 0px auto;
width: 704px;

}

#sidebar-2 {
margin-left: 15px;
padding-top: 15px;
border: 0px solid red;
float: left;
font-size: 11px;
}

#sidebar-2 img {
margin-bottom: 3px;
}

blockquote, h3, p, li {
padding-right: 10px;
padding-left: 19px;
font-size: 11px;
line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3 {
font-weight: normal;
}

h1, h2 {
font-family: Georgia, Times, serif;
}

h1 {
font-size: 3em;
}

h2 {
font-size: 1em;
font-style: italic;
}

small, .small {
font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
color: #183538;

}

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 1.5em Georgia, Times, serif;
}

#sidebar-2 a, #sidebar-1 a {
color: #14301B;
border: none;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, {
font-size: 0.8em;
line-height: 1.5em;
}


#content hr {
margin: 2em 0;
width: 66%;
color: #ccc;
background-color: inherit;
}

.caps {
font-size: 11px;
letter-spacing: 0.1em;
}

img.divider {
margin: 2em 0;
text-align: center;
}

/* global layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}


#head {
text-align: center;
}





#foot {
margin-top: 5px;
clear: both;
text-align: center;
}

/* comments
----------------------------------------------- */
.comments {
font-size:11px;
}

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}