body {
	background: #fff url(img/bg2.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}

a { 
	text-decoration: none; 
	font-weight: bold;
	color: #3f8efe;
	border-style:none;
	}
	
a:hover {
	color: #49515C;
	}

#container {
	margin: 0 auto;
	width: 738px;
	background: #fff url(img/dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
#header {
	background: #3f8efe url(img/header_right.gif) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 0px;
	padding-left: 20px;
	}
		
#header h1 {
	font-family: Arial;
	margin: 0;
	color: white;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	cursor: default;
	}
		
#header h2 { 	
	font-family: Arial;
	margin: 0;
	color: black;
	font-size: 16px;
	padding-left: 1px;
	cursor: default;
	}	

#nav {
	background: white; 
	border-bottom: 4px solid #fff;
	margin: auto 0px; 
	padding: 0;
	height: 38px;
	}
	
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}
	
#nav li a { 
	width: 119px;
	height: 28px;
	text-decoration: none; 
	color: black;
	background: #ffd93e url(img/tabcover.gif) no-repeat 100% 0;
	margin: 2px;
	padding-top: 6px;
	border-bottom: 0;
	font-size: 1em;
	float: left;
	text-align: center;
	font-weight: bold;
	}
		
#nav li a:hover {
	background-color: #a4caff;
	}

#nav li a.on {
	background: #ff873e url(img/tabcover.gif) no-repeat 100% 0;
 	color: black; 
 	}
 	
body#home a#homenav,
body#contact a#contactnav,
body#membership a#membershipnav,
body#meetings a#meetingsnav,
body#articles a#articlesnav,
body#links a#linksnav {
	background: #ff873e url(img/tabcover.gif) no-repeat 100% 0;
 	color: black; 
	}
 	
#sidebar {
	float: left;
	width: 182px;
	font-size: 11px;
	position: relative;
	line-height: 14px; 
	word-spacing: 2px;	
	}
	
#sidebar div {
	background: #fff repeat-x;
	}	

#sidebar h3 { 
	font-family: Arial;
	font-size: 14px; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
	
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
  	padding: 10px;
	}
		
.plink {
	border:1px solid #fff;
	vertical-align: top;
	}	

#content {
	float: left;
	width: 535px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: left; 
	font-size: 13px;	
	}

#content h4 { 
	font-family: Arial;
	font-size: 14px; 
	color: blue; 
	margin-bottom: 0px;
	 
	}
			
#content h3 { 
	font-family: Arial;
	font-size: 18px; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
	
#content h2 { 
	font-family: Arial;
	font-size: 14px; 
	color: red; 
	margin: 0 0px 0 0; 
	cursor: default;
	}

#content h1 { 
	font-family: Arial;
	font-size: 16px; 
	color: #49515c; 
	margin: 0 0px 0 0; 
	cursor: default;
	}
		
#content a:link {
	border: 0px #fff;
	}

#content p {
	margin-bottom: 5px;
	}
	
#content div {
	background: #fff url(img/para_bg.jpg) repeat-x;
	}	

#footer {
	background: url(img/footer.gif) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: gray;
	font-size: 10px;
	height:52px;
 	line-height: 12px;
	clear: both;
	}
			
#footer a {
	text-decoration: none;
	color: #A2AFBF;
	}

#footer a:hover {
	color: #fff;
	}

.pic {
	text-align: right;
	padding: 0px;
	margin-right: 10px;
	}
.picl {
	text-align: right;
	padding: 0px;
	margin-right: 10px;
	border-style: none;
	}

a:link img {
	border-style: none;
	}
