* { margin: 0; padding: 0; }

/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #000;
background-color: #fff;
}

ul {
margin-left: 30px; 
padding-left: 0px;
list-style-type: square;
}

li {
padding-top: 5px;
padding-bottom: 5px;
}


div.cent {
text-align: center;
width: 100%;
height: auto;

}

div.imgcent {
display: block;

}

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 {
font-weight: normal;
color: black;
text-transform:capitalize;
}

h3 {
font-weight:normal;
color: Black;

}

h1, h2 {
font-family: Georgia, Times, serif;
}

h1 {
font-size: 3em;
color: #FFF;
}

h2 {
font-size: 1.1em;
font-style: normal;
}

h4 {
font-size: 1.1em;
font-style: italic;

}

small, .small {
font-size: 0.9em;
}

/* links
----------------------------------------------- */
a {
text-decoration: none;
color: #222222;
background-color: inherit;
}

a image {
color: #D9E1E2;
border:#D9E1E2;
}

a.image {
color: #D9E1E2;
border:#D9E1E2;
}

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 1.5em Georgia, Times, serif;
}

img.divider {
margin: 2em 0;
text-align: center;
}




/* global layout
----------------------------------------------- */

#container {
width: 1024px;
margin: auto;
background-color: #fff;
color: #333;
border: 0px solid gray;
}

#accessibility {
position: absolute;
top: -10000px;
}


#head {
height: 20px;
\height:140px;
text-align: left;
overflow:hidden;
background-color: black;
}

#menu {
display: block;
margin: 0px;
padding: 0px;
width:1024px;
height: 25px;
border-bottom: 5px white solid;
border-top: 5px white solid;
text-align: center;
overflow:hidden;
background:#D9E1E2;
}

#sidebar-1 {
height: 1125px;
width:220px;
margin: 0px 0px 0px 0px;
float:left;
background:#D9E1E2;
padding: 10px;
display: inline;
overflow:hidden;
}

#sidebar-2 {
padding: 5px 5px;
margin: 0px 0px 0px 5px;
width:228px;
height: 1125px;
float:left;
background: url(/files/IC_bkgrnd.gif) repeat 50% 0;
padding-bottom:10px;
overflow:hidden;
display:inline;
}

#content {
width:535px;
padding-top: 0px;
margin: 0 0px 0px 5px;
float:left;
background:white;
padding-bottom:10px;
overflow:hidden;

}

#article-sb {
border: 1px solid #222222;
margin-left: 3px;
margin-top: 5px;
padding-bottom: 5px;
}



#article-sb2 {
border: 1px solid #222222;
margin: 10px;
font: 15pt arial;

}

#foot {
clear:both;
margin-top: 5px;
text-align: center;
}


.horizontolmenu{
position: relative;
left: 1px;
font: bold 14px arial;
text-transform: uppercase;
border-right: 5px solid white;
border-left: 5px solid white;
width: 535px;
height: 25px;
margin-right: auto;   
margin-left: auto; 
padding: 0px;
background-color: #D9E1E2;
text-align: center; 
list-style-type: none;
}

.horizontolmenu li {
overflow:hidden;
width: 129.99px;
display: block;
float: left;
text-align: center;
border-right: 5px solid white;
padding: 3px 0px 3px 0px;
}

.horizontolmenu li#rightmostitem{ 
border-right: none;
display:inline;
}

.horizontolmenu li a{

padding: 4px;
margin: -2px;
text-decoration: none;
color: black;
background-color: #D9E1E2;

}

.horizontolmenu li a:hover{
color: #366167;
padding: 4px;
margin: -2px;
background-color: #D9E1E2;

}


/* 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;
}