/* COMMON STYLES */
	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background:#333333 url("../images/bodybg.gif");
}
/*BN2Netscape */
	p, td, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #0000FF;
}
a:hover {
	color: #d31145;
	background-color: inherit;
}
a:active {
	color: #FF0000;
	background-color: inherit;
}
a:visited {
}
#member-organizations {
	width: 100%;
}
tbody tr:hover {
	background-color: #FFFFFF;
}
#member-organizations a {
	font-size: 80%;
}
h1.title {	/* Welcome line */
	font-size: 130%;
	font-weight: bold;
	color: #d31145;
	background-color: inherit;
	margin-top: 0;
}
h1 { /* Page Titles */
	font-size: 105%;
	font-weight: bold;
}
p { /* Primary Font */
	font-size: 85%;
	margin: 0 0 10px 0;
	text-indent: 20px;
}
#wrapper { /* Div to align center */
	width: 780px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
/* HEADER SECTION */
	#header {
	width: 100%;
	clear: both;
	text-align: left;
	background: #d31145 url(../images/headerbg.gif);
	padding: 20px 0;
	color: #FFFFFF;
	background-color: inherit;
	font-size: 180%;
	font-weight: bold;
	border-top: 4px;
	border-left: 0px;
	border-bottom: 4px;
	border-right: 0px;
	border-color: #333;
	border-style: solid;
}
#header p {
	text-indent: 0;
	padding: 0 15px;
	margin: 0;
}
#links {
	display: block;
	text-align: right;
	padding: 5px 10px 5px 5px;
	font-size: 75%;
}
#links a {
	color: #454545;
	background-color: inherit;
	text-decoration: none;
}
#links a:hover {
	color: #000;
	background-color: inherit;
}
#links a:active {
	color: #d31145;
	background-color: inherit;
}
#links a:visited {
	color: #454545;
	background-color: inherit;
}
/* ACCESSIBILITY */
	.abbr {
	border-bottom: 1px dotted black;
	line-height: normal;
}
/* CONTENT SECTION */
.content { 	/* White Content area under tabs */
	float: right;
	width: 600px; /* IE5 value */
	margin-right: 5px; /* Reduced value from 10px to solve styling issues */
	display: inline; /* Added to solve styling issues */
	background: #ebebeb url("../images/contentbg.gif") repeat-y center top;
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #776655;
	margin-bottom: 10px;
	width: 580px;  /*Modern value*/
}
html>body .content {
	width: 580px;
} /*BN2Opera*/
.content img, .content img a {	/* Pad all images inserted into primary content area */
	padding: 5px;
	border: 0px;
}
#sidebar {
	width: 160px;
	margin-left: 5px;
	display: inline; /* Added to solve styling issues */
	text-align: left;
	float: left;
}
#sidebar h2 {
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
#sidebar p {
	text-align: left;
	text-indent: 0px;
	font-size: 80%;
	padding: 0px 5px 5px 5px;
}
/* FOOTER SECTION */
#footer {
	display: block;
	width: 100%;
	clear: both;
	background: #d31145 url("../images/footerbg.gif");
	padding: 5px 0;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: inherit;
	border-top: 2px;
	border-right: 0px;
	border-bottom: 2px;
	border-left: 0px;
	border-color: #333;
	border-style: solid;
	text-align: right;
}
#footer p {
	color: #FFF;
	background-color: inherit;
	font-size: 75%;
	padding: 0 10px 0 0;
	margin: 0;
}
/* NAVIGATION */
#navigation {
	float:right;
	width:600px;
	margin-right: 5px; /* Reduced from 10px to solve styling issues */
	background: #FFFFFF url("../images/bg.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
}
#navigation ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#navigation li {
	float:left;
	background:url("../images/left_both.gif") no-repeat left top;
	margin:0;
	padding:0 2px 0 9px;
	border-bottom:1px solid #765;
	white-space: nowrap; /*Modified to fix Styling Errors */
}
#navigation a {
	float:left;
	display:block;
	width:.1em;
	background:url("../images/right_both.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	background-color: inherit;
	white-space: nowrap; /*Modified to fix Styling Errors */
}
#navigation > ul a {
	width:auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {
	float:none;
}
/* End IE5-Mac hack */
#navigation a:hover {
	color:#333;
	background-color: inherit;
}
/*  #BodyID #NavigationID */
#home #nav-home, #members #nav-members, #resources #nav-resources, #links #nav-links, #contact #nav-contact {
	background-position:0 -150px;
	border-width:0;
}
#home #nav-home a, #members #nav-members a, #resources #nav-resources a, #links #nav-links a, #contact #nav-contact a {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#333;
	background-color: inherit;
}
#navigation li:hover, #navigation li:hover a {
	background-position:0% -150px;
	color:#333;
	background-color: inherit;
}
#navigation li:hover a {
	background-position:100% -150px;
}

