@charset "utf-8";
/* CSS Document */

body  {
	font: 80% Helvetica, Verdana, Arial, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#header {
width:849px;
height:150px;
background-color:#FFFFFF;
}

img.right {
  float:right;
  margin:0 0 0 0px;
}

img.left {
  float:left;
  margin:5px 5px 0px 0px;
}

/* links
--------------------------------------------------*/
a {
	color:#000000;
	text-decoration: underline;
}

a:hover {
	color:#CCCCCC;
	text-decoration: none;
}

a:visited {
	color:#CCCCCC;
}

/* navigation
--------------------------------------------------*/
#navigation {
	width:849px;
	height:50px;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:right;
  margin:0;
  padding:0;
  list-style-type:none;
  white-space:nowrap;
}


#navigation li a {
  display:block;
  padding:0px;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */


.twoColFixRt #container {
	width: 849px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 50px;
}

.twoColFixRt #container_pres {
	width: 849px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.twoColFixRt #sidebar1 {
	float: right;
	width: 320px;
	background: #FFFFFF;
	padding: 15px 0px;
	text-align: left;
}

.twoColFixRt #sidebar_pres{
	float: left;
	width: 849px;
	text-align: left;
}
.twoColFixRt #sidebar1 p{
	text-align: left;

}

.twoColFixRt #mainContent { 
	margin: 20px 350px 0 0;
	padding: 0 20px 0px 50px; 
	height: 300px;
	width: 400px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Articles
--------------------------------------------------*/
#articleImages {
}

#articleImages ul {
  margin:0;
  padding:0;
}

#articleImages li {
	float:right;
	list-style-type:none;
	white-space:normal;
	border: none;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#articleImages li a {
}
#articleImages li a:hover {
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin none #000000;
	border-left: thin none #000000;
    background-color: #70B005;
}
.articleImage_boarder {
        border: 1px solid #999999;
}
#article_text {
clear:both;
}

/* ------------------- Footer ----------------- */
#footer {
/*clear:both; */
text-align: left;
}

#footer p{
	font: 80% Helvetica, Verdana, Arial, sans-serif;
	color: #999999;
}
