/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}



body
{
	position: relative; 
	min-width: 600px; 
	width: 100%; 
	margin: 0; 
	padding: 0;
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #fff;
	color: #555;
}


.clear
{
	clear: both;
}

/* Outer */
#outer
{
    position: absolute;
    border: 20px solid #FFF; 
}


/* Header */

#header
{
	position: absolute;
	top: 4.5em;
	background: #426719 url('images/header.gif') top right no-repeat;
	height: 128px;
	width: 100%;
}

#header h1
{
	position: absolute;
	top: 1.2em;
	left: 1.0em; 
	font-size: 2.5em;
	color: #fff;
}

#header h2
{
	position: absolute;
	top: 6em;
	left: 2.5em; 
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
}

#header a
{
	color: #fff;
	text-decoration: none;
}



/* Menu */

#menu
{
position: absolute;
	width: 100%;
	top: 0em;
	left: 0em;
	background: #426719;
	height: 4em;
}

#menu ul
{
	list-style: none;
	position: absolute;
	bottom: 0em;
	left: 1em;
}

#menu li
{
	display: block;
	float: left;
}	

#menu li a
{
	color: #fff;
	display: block;
	padding: 0.75em 1.25em 1.25em 1.25em;
	text-decoration: none;
}

#menu li a:hover
{
	background: #003300;
}




/* Content */

#content
{
	width:100%;
	line-height: 1.7em;
	padding-top: 188px;
}

#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
}

#content h2 span, #content h3 span
{
	position: absolute;
	top: 0em;
	right: 0em;
	width: 16px;
	height: 28px;
}

#content ul
{
	list-style: square;
	margin-bottom: 1.5em;
	padding-left: 1em;
}



#content blockquote
{
	border: dashed 1px #BFB793;
	padding: 1em;
	margin-bottom: 0em;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 0em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0em;
}

#content table tr.rowA
{
	color: inherit;
}

#content table tr.rowB
{

	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{ 
position: absolute; 
left:22%; 
width: 54%;
overflow:hidden;
margin: 1% 1% 0 1%; 
}


/* Secondary Content */

#secondaryContent
{
position: relative;
float: left;
width: 18%;
padding: 1.5em;
margin-right: 1em;
border-left-style: solid;
border-left-width: 1px;
border-right-style: solid;
border-right-width: 1px;
border-color: #DADADA;
}

/* Tertiary Content */

#tertiaryContent
{
position: relative;
float: right;
width: 18%;
padding: 1.5em;
border-left-style: solid;
border-left-width: 1px;
border-right-style: solid;
border-right-width: 1px;
border-color: #DADADA;
}

/* Footer */

#footer
{
	padding: 1.5em;
	background: #fff url('images/x2.gif') top left repeat-x;
	text-align: center;
}









/* SNEWS */
fieldset { border: 1px solid #ccc; padding: 10px 8px; margin: 0 0 8px 0; background: #E6FFE4; color: #000; }
input { padding: 3px; margin: 0; }
textarea { width: 97%; height: 20em; padding: 3px;}
input.searchbutton { border: 2px solid #fff; padding: 2px; width: 60px; }
.comment { background: #eee; color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 0px solid #ccc; }
.commentsbox {padding: 10px; margin: 0 0 10px 0; border-top: 0px solid #ccc; }

/* comments counter */
.comments_counter { 
    float: right; 
    color: #333; 
    font-size: 30px;  
    line-height: 30px; /* for IE... */ 
    padding: 5px; 
}


/* digg furl del.ici.ous linklibrary indexer */
.bkmt img{
border: 1px solid #ccc;
}

.bkmt:hover img{
border: 1px solid navy;
}

.bkmt:hover{
color: white; /* irrelevant definition to overcome IE bug */
}


/* article pagination */
.paginator {
padding: 2px;
text-align:center;
margin: 0 5px 0 0;
}

.paginator span a:hover{
color: #000;
text-decoration: none; 
background-color:#FFE;
}

.paginator span{padding: 0 5px;
border: 1px solid #ccc;
margin-right:3px;
text-decoration: none; 
color: #303030;}


.article_text {
     width: 98%;
     height: 500px;
}


/* links on page */
a
{
	color: #426719;
	text-decoration: none
}

a:active
{
background-color: #426719;
border: 1px #ffffff inset;
}

a:hover {
font-size: 14px;
font-weight: bold; 
}





/* caollapsible mod */
.expandacat { 
border: 0px solid #ccc; 
padding: 0px 0px; 
margin: 0 0 0px 0; 
background: #fff; 
color: #0066B3; 
text-decoration:none; 
}

.expandaArticles {
border: 0px solid #ccc;
padding: 0px 2px; 
margin: 0 0 10px 10px; 
color: #000; 
text-decoration:none;
}
/*////////////////*/


















img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }

img a:hover img
  {
  border: 1px solid #0000ff;
  }
