@charset "utf-8";
html, body {
	height:100%; /* needed for container min-height */
	background-image:url(images/BGTile.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:1.3em;
	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;
}

h2 {
color:#999999;
font-weight:bold;
font-size:18px;
float:left;
margin:0;
}

.oneColElsCtr #mainContent {
	padding: 0 0 20px0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColElsCtr #mainContent p{
	width:570px;
}

.oneColElsCtr #header {
background-color:#FFFFFF;
	height:90px;
}

.oneColElsCtr #rightCol {
background-color:#eeeeee;
	float:right;
	width:296px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */ /* this overrides the text-align: center on the body element. */

}

#nav {
	margin:-36px 0 0 0;
	padding: 0;
}

#nav p {
	display: inline;
}

#nav ul, #nav li {
	display: inline;
	margin:0 0 0 10px;
	padding: 0;

}

.alt {
display:none;
}

#news {
margin:22px 0 0 0;
width:269px;
float:right;
}

.article {
width:259px;
color:#858585;
padding:0 10px 0 0;
}

.date {
font-weight:bold;
color:#000000;
}

#blogContainer {
margin-bottom:20px;
}

#blogArticle {
border-left:#CCCCCC solid 1px;
padding:0 0 0 10px;
}

a:link {
font-weight:bold;
color:#666666;
}

a:hover {
font-weight:bold;
color: #333333;
}

a:visited {
font-weight:bold;
color:#666666;
}
