body {
font-family: Arial, Helvetica, sans-serif;
font-size: .95em;
margin: 0px 0px 0px 0px;
padding: 0px;
background-color: #fff;
background-image: url(images/mainbg.jpg);
background-repeat: repeat-x;
background-position: top;
}

h1{
	font-size: 1.4em;
}

#header{
	margin: 0 auto 0 auto;
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
	height: 161px;
}

#headercontainer{
	margin: 0 auto 0 auto;
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
	width: 770px;
}

#maincontainer{
	margin: 0 auto 0 auto;
	width: 770px;
	
	background: url(images/maincontainer-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: white!important;
}

.logocontainer{
	float: left;
}

.strapcontainer{
	float: right;
	color: #0033cc;
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 120px;
}

.clear{
	clear: both;
}

.topnav{
height: 25px;
line-height: 25px;
background-color: #0033cc;
font-size: .90em;
width: 760px;
}


.topnav ul{
margin: 0px;
padding: 0px;
list-style: none;
text-align: right;
}

.topnav ul li{
margin: 0px;
padding: 0px 5px 0px 10px;
display: inline;

}

.topnav ul li a{
color: White;
text-decoration: none;
}

.topnav ul li a:hover{
color: Black;
}

.leftmenucontainer{
	float: left;
	width:152px;
	margin-left: 5px;
}

* html .leftmenucontainer{
	float: left;
	width:145px;
	margin-left: 4px;
}

.leftmenu{
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.leftmenu ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

* html .leftmenu ul{
	margin-top: 8px;
}

.leftmenu li{
	padding: 0px;
	margin: 8px 3px 0px 3px;
}

* html .leftmenu li{
	margin: 0px;
	padding: 0px;
}

.leftmenu li a{
	color: white;
	background-color: red;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	display: block;
	margin: 0px;
}


.leftmenu li a:hover{
	color: black;
	text-decoration: none;
	padding: 3px;
	border: 1px solid black;
	display: block;
}


.leftmenusub{
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.leftmenusub ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.leftmenusub li{
	padding: 0px;
	margin: 2px 0px 0px 0px;
}

* html .leftmenusub li{
	margin: 0px 0px -14px 0px;
	padding: 0px;
}

.leftmenusub li a{
	color: white;
	background-color: #ff4040;
	text-decoration: none;
	padding: 3px 3px 3px 10px;
	border: none;
	border-bottom: 1px dotted red;
	display: block;
	margin: 0px;
	font-weight: normal!important;
}




.leftmenusub li a:hover{
	color: black;
	text-decoration: none;
	padding: 3px 3px 3px 10px;
	display: block;
	border: none;
	border-bottom: 1px dotted red;
}


#footer{
	margin: 0 auto 0 auto;
	width: 770px;
	background-color: #0033cc;
	text-align: right;
}

#footer span{
padding:4px;
line-height: 25px;
color: white;
}

#footer span a{
	color: white;
	text-decoration: none;
}

#footer span a:hover{
	color: white;
	text-decoration: underline;
}

.pagecontent{
	float: left;
	padding: 15px 0px 15px 15px;
	width: 590px;
}


.pagecontent a{
	color: #0033cc;
	text-decoration: underline;
}

.pagecontent a:hover{
	color: red;
	text-decoration: none;
}

* html .pagecontent{
	width: 590px;
}

img.promopic{
	border: 3px solid #e6e6e6;
	margin: 4px 10px 10px 15px;
}

.pagecontent ul li blockquote{
margin-top: 5px;
padding-top: 5px;
padding-bottom: 15px;
margin-left: 10px;
padding-left: 10px;
}

a.genlink{
	color: #0033cc;
	text-decoration: underline;
}

a.genlink:hover{
	color: red;
	text-decoration: none;
}

ul.representation li{
padding-bottom: 20px;
}



.pagecontent ol li{
	list-style-image: none;
}

.pagecontent li{
	list-style-image: url(images/list-bullett.gif);
}

.span
dagger{
	color: red;
}

table.membershiplist{
width: 99%;
}

table.membershiplist th{
	background-color: #e6e6e6;
	border-bottom: 1px solid #ccc;
	text-align: left;
	margin-bottom: 5px;
	padding: 5px;
}

table.membershiplist td{
	padding: 8px 0px 8px 5px;
}

td.memlogo{
	text-align: center;
	vertical-align: top;
}

table.membershiplist td a{
	color: #0033cc;
	text-decoration: underline;
}

table.membershiplist td a:hover{
	color: red;
	text-decoration: none;
}

.maincontentholder{
float: left;
width: 620px;
margin: 0px 0px 10px 0px;
}

.maincontent{
	padding: 10px;
}

.loginbox{
	width: 420px;
	background-color: #eceae2;
	height: 130px;
	margin:40px 0px 60px 130px;
	padding: 10px;
	border-bottom: 3px solid red;
	border-top: 3px solid #ccc;
}

input.loginfield{
	width: 280px;
}

.guiderow {
	float: left;
width: 460px;
clear: both;
margin: 0px 0px 10px 0px; 
padding: 3px;
text-align: justify;
}

* html .guiderow{
	margin: 0px 5px 10px 0px; 
	width: 470px;
}
.guiderow span.label{
float: left;
width: 100px;
text-align: left;
font-weight: bold;
}

.guiderow span.details {
float: left;
width: 350px;
text-align: left;
color: Black;
}

.guiderow span.details ul{
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

#container{
background-color: #fff;
margin: 0 auto 0 auto;
width: 770px;
background-color: #fff;
}

.topmenu{
height: 27px;
line-height: 27px;
background-color: #0033cc;
font-size: .90em;
width: 770px;
float: left;
text-align: right;
}

.topmenu ul{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style: none;
text-align: right;
}

.topmenu ul li{
margin: 0px;
padding: 0px 5px 0px 5px;
display: inline;
color: White;

}

.topmenu ul li a{
text-decoration: none;
color: White;
}

.topmenu ul li a:hover{
text-decoration: underline;
color: #7599ff;
}

table.tbleditprojects{
	width: 750px;
	
	margin: 20px 0px 20px 0px;
}


table.tbleditprojects th{
	color: #eee;
	text-align: left;
	background-color: Black;
}

table.tbleditprojects th, table.tbleditprojects td{
border-bottom: dotted 1px #ccc;
padding: 4px; 
border-collapse:	collapse;
vertical-align: top;
}




table.tbleditprojects td.heading{
	border-right: dotted 1px #ccc;
	border-collapse:	collapse;
	font-weight: bold;
	width: 160px;
}

table.tbleditprojects td a{
	color: #0033cc;
	text-decoration: underline;
}

table.tbleditprojects td a:hover{
	color: #0033cc;
	text-decoration: none;
}


table.tbleditprojects{
	width: 750px;
	
	margin: 20px 0px 20px 0px;
}


table.tbleditprojects th{
	color: #eee;
	text-align: left;
	background-color: Black;
}

table.tbleditprojects th, table.tbleditprojects td{
border-bottom: dotted 1px #ccc;
padding: 4px; 
border-collapse:	collapse;
vertical-align: top;
}

a.h1breadlink{
	color: #204A7B;
	text-decoration: underline;
	font-weight: normal;
	font-size: .90em;
	letter-spacing: normal;
}

a.h1breadlink:hover{
	color: #204A7B;
	text-decoration: none;
}

input.inpheading{
	width: 500px;
}

input.projectheadingfield{
width: 350px;
}

textarea.projectdescriptionfield{
width: 350px;
height: 120px;
}

table.tblreplist{
	width: 99%;
	border-collapse:	collapse;
	margin: 20px 0px 20px 0px;
}


table.tblreplist th{
	color: #eee;
	text-align: left;
	background-color: #0033cc;
}

table.tblreplist td{
border: solid 1px #ccc;
padding: 4px; 
}

table.tblprojects{
	width: 740px;
	border-collapse:	collapse;
	margin: 20px 0px 20px 0px;
}


table.tblprojects th{
	color: #eee;
	text-align: left;
	background-color: #0033cc;
}

table.tblprojects td{
border: solid 1px #ccc;
padding: 4px; 
}

table.tblprojects td a{
	color: #204A7B;
	text-decoration:underline ;
}

table.tblprojects td a:hover{
	color: #204A7B;
	text-decoration: none;
	}
	
	
	.paginationrow{
		float: left;
		width: 750px;
	}
	
	
	.paginationleft{
		float: left;
		padding: 5px;
		width: 350px;
	}
	
		.paginationright{
		float: right;
		padding: 5px;
		color: #CCCCCC;
	}
	
		.paginationright a{
			color: #204A7B;
			text-decoration: underline;
		}
		
		.paginationright a:hover{
			color: #204A7B;
			text-decoration: none;
		}
		
		
.additemrow{
	width: 750px;
	border-bottom: 1px dotted #D7CCB1;
	padding: 4px 2px 4px 2px;
	background-color: #F8F7F3;
	margin: 20px 0px 20px 0px;
	}
	
	.additemrow a{
		color: #204A7B;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.additemrow a:hover{
		color: #204A7B;
		font-weight: bold;
		text-decoration: none;
	}
	
	.updaterow {
	float: left;
width: 740px;
clear: both;
margin: 10px 0px 10px 0px; 
padding: 3px;
text-align: right;
}

.warn{color:#FF0000}