@charset "UTF-8";
/* CSS Document */
/* Created Jan 2008 */
/* by Daniel Keohane */
/* Last modified 4 Feb 2008 */




/* STANDARD ELEMENTS */


body,td,th {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;

}

body {
	background-color: #FFFFFF;
	margin: 0;
	text-align:left;
}

h1 {
	font-size:18px;
	/*font-weight:bold;*/

	padding-left:0px;  
	color:#000; 
	margin:5px;
	/*blk 16px*/
}

h2 {
	font-size:12px;
	font-weight:bold;
	
	padding-top:8px;
	padding-left:20px;
	color:#FFFFFF; 
	margin:5px;
}

a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #FFFFFF;
	background-color:#000000;
}



/* LAYOUT STYLES */

.maincontainer {
	padding: 0px;
	width: 864px;
	border: none;
	margin: 10 auto;
	text-align:left;
	
}

.content {
	/*background-image:url(images/blk-middle.gif);*/
	background-repeat:repeat-y;
	width: 814px;
	margin-top:-5px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:25px;
}

.blogitem {
	border:none; 
	width:590px; 
	
	padding:0px;
	margin:5px;
	float:left;
	background-color:#000;
	color:#FFF;
	background-image:url(images/curved-top.gif);
	background-repeat:no-repeat;
}

.blogitem p {
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}

.footer {
	font-size:10px;
	color:#999999;
	padding-left:30px

}

.blogpic {
	padding:5px;
	float:left;

}

.clearfloat { 
	clear:both;
    height:20px;
    font-size: 1px;
    line-height: 0px;
}

.thrColFix #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


/* Navigation bar styles */


.topnav {
	/*width: auto;*/
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	padding:0px;
	float: right;
	list-style-image: none;
	list-style-type: none;
}

.topnav ul {
	padding: 5px 0;
	margin: 0;
	text-align: right;
	list-style-type: none;
}

.topnav {

/*width: auto;*/
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	padding:0px;
	float: right;
}

.topnav:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.topnav a:visited {
	color: #000;
}

.topnav ul {
	background-color: #ffffff;
	padding: 0px 0;
	margin: 0;
}

.topnav ul li {
	display: inline;
}


.topnav ul li a {
	color:#000000;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	display: inline;
	float: left;
}

.topnav ul li a:hover {
	color: #FFFFFF;
	background-color:#000000;	
}

.selectedpage {
	border-bottom: 3px #000000 solid;
}




