@charset "UTF-8";
/* CSS Document */
/* Created: 18 October 2009 */
/* By: dontpushthebutton.net */
/*     Dan keohane */

/* Last modified: 18 October 2009 */
/* By: Dan Keohane */


/* Standard Elements */


body,td,th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #2D2D2D;
}
body {
	background-color:#FFF;
}
a:link {
	color:#09F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #47C8F5;
}
a:hover {
	text-decoration: underline;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #09F;
}
h1 {
	font-size: 18px;
	color:#2D2D2D;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
}


/* Layout Elements */

.maincontainer {
	padding: 0px;
	width: 900px;
	border: none;
	margin: 0 auto;
	text-align:left;
	
}

.contentcontainer {
	background-color:#f2f2f2;
	width:900px;
	float:left;
	background-image:url(Images/header-btm2.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

.content-left {
	width:430px;
	float:left;
	padding:5px;
		padding-top:24px;
	
}

.content-left img {
	float: left;
	margin-right:5px;
	margin-bottom:5px;
	
}
.content-right {
    width:430px;
	float:right;
	padding:5px;
	padding-top:24px;
	

	
	
}
.content-right img {

	float: left;
	margin-right:5px;
	margin-bottom:5px;

}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.footer {
    width:890px;
	color:#FFFFFF;
	background-color:#404040;
	padding:5px;
	text-align:center;
	font-size:x-small;
	}
	

/* Navigation Menu */ 

.topnav {
	width: 900px;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding:0px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	vertical-align:bottom;
	
}

.topnav ul li {
	display: inline;
	
	
}

.topnav ul {
	padding: 0px;
	margin: 0px;
	text-align:left;
	list-style-type: none;
}



.topnav:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.topnav  li a  {
	padding:5px; 
	text-decoration: none;
	display: inline;
	float: left;
	color:#2d2d2d;
}

.topnav  a:visited {
	color:#2d2d2d;
}



.topnav ul li a:hover {
	color: #2d2d2d;
	background-color: #f2f2f2;
}

.selectedpage  {
	background-color:#f2f2f2;

   
	
}

