/* base
----------------------------------------------- */

body {
 margin: 0;
 padding: 0;
 color: #000099;
 background-color: #FFFFFF;
}

blockquote, h3, p, li {
 padding-right: 10px;
 padding-left: 10px;
 font-size: 0.9em;
 line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3 {
font-weight: normal;
}

h1 {
font-size: 3em;
}

h2 {
font-size: 1.5em;
font-weight: bold;
padding-left: 10px;
}

hr {
margin: 2em auto;
width: 370px;
height: 1px;
color: #7a7e7d;
background-color: #7a7e7d;
border: none;
}

small, .small {
font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #0000FF;
}

a:hover {
color: #000033;
background-color: #CCCCFF;
text-decoration: underline;
}

a:active {
background-color: #CCCCFF;
}

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font-size: 1.5em;
}

#sidebar-2 a, #sidebar-1 a {
color: #000099;
border: none;
}

#content a {
text-decoration: underline;
}

#sidebar-1 a:hover {
color: #000033;
background-color: #CCCCFF;
}


/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
font-size: 0.8em;
line-height: 1.5em;
}

/*.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}*/

div.divider {
/*margin: 2em 0;*/
margin: 0.5em 0;
text-align: center;
}

ul.section_list_style {
margin-top: 0.0em;
margin-bottom: 0.8em;
}

ul.section_list_style li, div.section_list_style {
list-style-type: none;
padding-bottom: 0.0em;
padding-top: 0.0em;
line-height: 1.6em;
margin-top: 0.0em;
margin-bottom: 0.0em;
padding-right: 10px;
}

ul.section_list_style li{
font-size: 0.8em;
}

div.section_list_style {
background-color: #E6E6FF;
font-size: 0.9em;
}

a.section_list_style_selected {
background-color: #CCCCFF;
}

div.section_list_article_titles {
list-style-type: none;
padding-bottom: 0.0em;
padding-top: 0.0em;
margin-top: 0.0em;
margin-bottom: 0.0em;
font-size: 0.9em;
padding-right: 10px;
line-height: 1.2em;
}

/* layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
margin: 10px auto;
padding: 10px;
/*width: 1060px;*/
/*background: #FFCCCC;*/
}

#head {
height: 60px;
text-align: center;
/*background: #CCFFFF;*/
}

#sidebar-1, #sidebar-2 {
padding-top: 5px;
width: 200px;
}

#sidebar-1 {
margin-right: 5px;
padding-right: 5px;
float: left;
text-align: left;
line-height: 1.8em;
/*background: #CCCCFF;*/
}

#sidebar-2 {
margin-left: 5px;
float: right;
/*background: #CCCCFF;*/
}

#content {
margin: 0 205px;
padding-top: 5px;
/*background: #FFFFCC;*/
}

#content p {
text-align: justify;
}

#foot {
margin-top: 5px;
clear: both;
text-align: center;
/*background: #CCFFCC;*/
}


/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

/*
#container {
\width: 870px;
w\idth: 860px;
}

#sidebar-1, #sidebar-2 {
\width: 250px;
w\idth: 250px;
}
*/

/* comments
----------------------------------------------- */

.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;
}

/* images
----------------------------------------------- */
img.header {
	border: 0px;
}



/* fineborder
----------------------------------------------- */
div.fineborder {
padding:4px;
border:1px solid #666;
}



/* Searching */

.search_result_count {
    font-weight: bold;
}

