/* Common styles used throughout all pages */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a, a:link { color: #237B23; }
a:hover { color: #00CC00; text-decoration:none; }
a:visited { color: #185818; }

h1, h2 {
	color:#227A22;
	font-weight:bold;
	border-bottom:1px #BFBFBF dotted;
	font-size:22px;
	margin:5px 0;
}

h3 {
	color:#886F1A;
	font-weight:bold;
	font-size:18px;
}

hr {
	height:0;
	border:none;
	border-bottom:1px #BFBFBF dotted;
}

strong, em {
	color:#1C3A1C;
}

ul {
	list-style-image:url(../images/bullet_arrow.gif);
}
li {
	margin-bottom:4px;
}

blockquote {
	background-color:#B8DFB0;
	margin:15px;
	padding:15px;
	border-top:2px #BFBFBF dotted;
	border-bottom:2px #BFBFBF dotted;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left; 
	
}

#nav li a:hover { background-position: 0 -38px;}
#nav a {
	text-indent: -9999px;
}
#nav a.btn1 {
	background: url(../images/btn_whywerehere.jpg) no-repeat top left; 
	height: 38px;
	width: 150px;
	display: block;
}
#nav a.btn2 {
	background: url(../images/btn_whatwedo.jpg) no-repeat top left; 
	height: 38px;
	width: 121px;
	display: block;
}
#nav a.btn3 {
	background: url(../images/btn_whatsgoingon.jpg) no-repeat top left; 
	height: 38px;
	width: 146px;
	display: block;
}
#nav a.btn4 {
	background: url(../images/btn_connect.jpg) no-repeat top left; 
	height: 38px;
	width: 78px;
	display: block;
}
#nav a.btn5 {
	background: url(../images/btn_resources.jpg) no-repeat top left; 
	height: 38px;
	width: 91px;
	display: block;
}

img { border: 0;}

#rightContent .sidebox {
	background: url(../images/sidebar_divider.gif) no-repeat bottom left; 
}
#rightContent .sidebox .content { padding: 4px;}

#rightContent .sidebox .header {
	background: url(../images/rightTitleBg.jpg) no-repeat top left; 
	font-weight: bold;
	text-indent: 4px;
	height: 25px;
	line-height: 25px;
}

#leftNav h1 {
	border: 0;
	font-size: 14px;
	color: #000;
}

#leftNav .searchmodule, #leftNav .textmodule, #leftNav .newsmodule, #leftNav .linklistmodule{
padding: 8px;
}

#header, #copyContent, #rightContent {overflow:hidden;}
* html #body #content #copyContent {
	width: 465px;}
* html #body #content #rightContent {
float:right;
}
