body {
	background-color:#f1c56c;
	text-align:center;
	font-family:verdana,helvetica,sans serif;
	font-size:small;
	color:#333333;
}

#header {
	width:745px;
	background-image: url(/images/not_for_profit_header-new.jpg);
	height:150px;
	margin-left:auto;
	margin-right:auto;
}
#navigation {
	width:745px;
	background-color:#FFFFFF;
	background-image: url(http://nfpaccountinghelp.org/images/non_profit_accounting_nbg-n.jpg);
	background-repeat: no-repeat;	
	height:25px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding-top:5px;
}

#container {
	width:750px;
	background-color:#ececee;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	border:1px solid #485882;
	display:block;
	height:auto;

}
h1 {
	background-color:#ececee;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:3px;
	display:block;
	height:auto;
	text-align:left;
	font-family:verdana,helvetica,sans serif;
	font-size:large;
	color:#333333;
}


#left_box {
	width:72%;
	background-color:#FFFFFF;
	margin-left:5px;
	padding:5px;
	text-align:left;
	border:1px solid #CCCCCC;
	float:left;
	height:auto;
	font-family:verdana,helvetica,sans serif;
	font-size:small;
	color:#333333;
}

#right_box {
	width:22%;
	background-color:#FFFFFF;
	margin-left:565px;;
	margin-right:5px;
	padding:5px;
	text-align:left;
	border:1px solid #CCCCCC;
	clear:right;
}

#footer {
	width:750px;
	background-color:#ececee;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	border:1px solid #485882;
	display:block;
	padding:5px;
	font-family:verdana,helvetica,sans serif;
	font-size: x-small;
	color:#666666;
}



.box_heading {
	background-color:#3856b6;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #485882;
	display:block;
	padding:3px;
	font-family:verdana,helvetica,sans serif;
	font-size:small;
	font-weight:bold;
	color:#FFFFFF;
}

.formRow{
	background-color:#3856b6;
	border:1px solid #485882;
	padding:3px;
	font-family:verdana,helvetica,sans serif;
	font-size:small;
	font-weight:bold;
	color:#FFFFFF;
}

/* above is page css */


a:link {
		color: #0033CC;
		text-decoration: none;
		font-weight: bold;
		font-family:verdana,helvetica,sans serif;
		font-size:small;
		}
					
a:visited {
		color: #0033CC;
		text-decoration: none;
		font-weight: bold;
		}	
		
a:hover{
		color: #0099cc;
		text-decoration: none;
		font-weight: bold;
		}




input.submit {
color: #FFFFFF;
font-weight:bold;
padding:1px;
background: #2e9516;
border:2px #CCCCCC outset;
text-align:center;
margin-top:3px;
}

li {
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	margin-left:3px;
}



/* navigation style */



.navtab {
	background-color:transparent;
	text-decoration: none;
	text-align: center;
	vertical-align: baseline;
	height:20px;
	padding: 0px 5px 0px 5px;
}
.navtabcurrent {
    background-color:transparent;
	text-decoration: none;
	text-align: center;
	vertical-align: baseline;
	height:20px;
	padding: 0px 5px 0px 5px;
	color:#f1c56c;
}
.navtab:link, .navtab:visited { 
	color: #FFFFFF;
	font-weight:bold; 
	text-decoration: none; 
}
.navtab:hover, .navtab:visited:hover { 
	color:#f1c56c;
	font-weight:bold; 
	text-decoration: none; 
	background-color:transparent; 
}
.navtabcurrent:link, .navtabcurrent:visited { 
	color:#f1c56c;
	text-decoration: none; 
	font-weight:bold; 
}
.navtabcurrent:hover, .navtabcurrent:visited:hover { 
	color:#f1c56c;
	text-decoration:none; 
	font-weight:bold;
}

