/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: arial, helvetica, sans-serif;
/*font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;*/
color: #000;
/*background: #CCCCCC url(/images/greyfade.jpg) repeat-x left top;*/
background: #ffffff;
font-size: 0.9em;
text-align: justify;
}

blockquote, h3 {
padding-right: 30px;
font-size: 0.9em;
line-height: 1.6em;
padding-left: 0px;

}

li {
margin-left: 20px;
padding-left: 20px;
}

bold {

font-size: 1em;
font-weight: bold;
color: #79ac00;}


img { border: none; }

blockquote {
margin-right: 0;
margin-left: 30px;
}

h1 {
font-size: 1.5em;
color: #99cc00;
	border-bottom: 1px solid #666;
}

h2 {
font-size: 1.1em;
color: #999999;
}

hr {
margin: 2em auto;
width: 370px;
height: 1px;
color: #7a7e7d;
background-color: #7a7e7d;
border: none;
}

table
{
	background: #fff;
	border: 10px;
	empty-cells: show;
	font-size: 0.8em;
        vertical-align: top;   
}

td
{
	border: 4px;
	padding: 0.5em 0.5em 0.5em 0.5em;
	vertical-align: top;
}


small, .small {
font-size: 0.7em;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #888888;
border-bottom: 1px solid #999999;
}

a:hover {
text-decoration: none;
color: #99cc00;
border-bottom: 1px solid #999999;
}

h1 a, h2 a, h3 a, head a {
border: none;
}

h3 a {
font: 1.5em Georgia, Times, serif;
}



/* overrides
----------------------------------------------- */


div.divider {
margin: 2em 0;
text-align: center;
}

/* layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
margin: 0px auto;
padding: 0px;
width: 1000px;
background-color: #ffffff;
min-height: 500px;
}



#content {
background-color: #ffffff;
padding-top: 60px;
padding-left: 25px;
padding-right: 25px;
width: 700px;
w\idth: 700px;
}

#sidebar-2 {
  background: #ffffff;
  width: 230px;
  padding-top: 30px;
  padding-bottom: 0px;
  margin-left: 15px;
  text-align: left;
  float: right;
  min-height: 500px;
  font-size: 0.7em;
}

#sidebar-2 h1 {
  font-size: 1.3em;
  border-bottom: none;
}

#head{
margin: 0px auto;
padding: 0px;
width: 1000px;
background-color: #ffffff;
}
#head #mainnav{
	width: 1000px;
	text-align: right;
	float: left;
	margin: 0 0;
	padding: 0;
        background: #CCCCCC url(/images/dark-fade.png) repeat-x left top;		

}

#head #mainnav ul{
	margin: 0;
	padding: 0;
}
#head #mainnav li{
	font-size: 75%;
	float: left;
	width: 123px;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #666;
}
#head #mainnav li a{
	display: block;
	line-height: 2.5em;
	color: #fff;
}
#head #mainnav li a:hover{
	
	display: block;
        background: #000000;
}





#foot {
margin-top: 5px;
clear: both;
text-align: center;
}



/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 4.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;
}