@charset "utf-8";
*.bluetop {
	background: #0B3861;
	color: #FFFFFF;
	font: 1.2em bold;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
}
center.archives {
   width: 35%;
   border-top: 1px solid black;
   font: 1.2em Arial, Helvetica, sans-serif;
}
p {
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1.2em;
}

p.spacer {
	margin: 0;
	padding: 3px 0;
}

p.filler {
	margin: 0;
	padding: 5px 0;
}
td.bold{
	font-weight: bold;
}
a.noline, a.noline:hover, a.noline:link, a.noline:visited {
	color: black;
}
a.noline {
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #333399;
}
a.small {
	font: 0.9em Arial, Helvetica, sans-serif;
}
img {
	border-width: 0px;
	border-style: none;
}
a:hover, .current, li#current a {
	text-decoration: underline;
}
li {
	padding-left: 3px;
	margin-left: 25px;
}
li.no_bullet {
	list-style-type: none;
}
h3 {
	margin-top: 15px;
	margin-bottom: 30px;
}
h3.headlines {
	margin: 15px 0 5px 0;
	color: #000000;
	line-height: 1.2em; /* To make sure that there is room between the lines when a title spans on 2 lines. The underline from the <a href> tag cuts into the
								default spacce and text becomes unreadable.*/
}

h3 a {
	text-decoration: none;
	color: #000000;
}

h3 a:hover {
	text-decoration: underline;
	color: #000000;
}

h4 {
	margin-top: 12px;
	margin-bottom: 12px;
}
textarea {
	font: 1em Arial, Helvetica, sans-serif;
	padding: 3px;
	overflow: auto;
}
#footer {
	padding-left: 12px;
	padding-right: 12px;
}
#footer a {
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#header {
	background: url(../../images/header_bg.png) repeat-x;
	height: 110px;
}
#logo {
	padding-top: 22px;
	padding-left: 12px;
}
#nav {
	height: 46px;
	background: url(../../images/nav_bg.png) repeat-x;
}
#mainlinks {
	padding-top: 12px;
	padding-left: 20px;
	list-style: none;
}
#mainlinks li {
	float: left;
	margin-right: 25px;
	padding-left: 0px;
	margin-left: 0px;
}
#mainlinks a {
	color: #000000;
}
#main {
	margin-top: 10px;
	line-height: 1.1em;
/* Optional full height right navigation background
	background: url(../images/main_bg.png) repeat-y right;
*/
}
#content {
	width: 685px;
}
.item {
	background: #EEEEEE;
	padding: 12px 15px;
	margin-bottom: 18px;
}
#popinfostr {
	background: url(../../images/popinfo_bg.png) repeat-x;
}
#popinfo {
	height: 213px;
	background: #EEEEEE url(../../images/populationinfo.jpg) no-repeat;
	margin-bottom: 18px;
}
#counter {
	text-align: right;
	padding-top: 50px;
	padding-right: 40px;
}
#counter #worldpop {
	font-size: 42px;
	color: #333333;
	border: none 0px;
}
#counter #growth {
	padding-top: 20px;
	padding-right: 3px;
}
#poptxt {
	color: #333333;
	padding-top: 12px;
	margin-left: 260px;
	margin-right: 10px;
}
#right {
	float: right;
	width: 250px;
	background: #EEEEEE;
}
.rightheading, .rightlinks {
	padding-right: 5px;
	padding-left: 8px;
}
.rightheading {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	background: url(../../images/nav_bg.png) repeat-x 0px -1px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 1px;
}
.rightlinks {
	margin-top: 12px;
	margin-bottom: 20px;
}
.rightlinks li {
	padding-left: 3px;
	margin-left: 15px;
}
#footer {
	background: #EEEEEE;
	padding-top: 10px;
	padding-bottom: 6px;
}
.center {
	text-align: center;
}
.snip {
	margin: 5px 10px;
	padding: 10px;
	background: #CCC;
}
#quotes td {
	padding: 12px;
	background: #D7D7D7;
}
.slider h4 {
	font-size: 1em;
	background: #D7D7D7;
	padding: 8px;
	border: 1px solid #CCC;
}
.member_info {
	padding: 10px 15px;
	background: #D7D7D7;
	border: 1px solid #CCC;
}
.member_info span {
	color: #666;
}
.red, span.red {
	color: red;
}
.right {
	float: right;
}
.left {
	float: left;
}

/******************** Mail Template System **********************/

div.address_book {
	height: 500px; 
	width: 475px;
	margin-left: 10px;
	border: 1px solid black;
}

span.address_book_title {
	position: relative; 
	top: 0; 
	left: 0; 
	width: 100%; 
	text-align: center; 
	padding: 10px 0px; 
	background: white; 
	display: block; 
	font-weight: bold; 
	border-bottom: 1px solid black;
}

div.addresses {
	position: relative;
	top: 10px;
	width: 98%;
	height: 450px;
	margin-left: 1%;
	overflow-x: none;
	overflow-y: scroll;
}

table.address_list {
	background: white;
	width: 430px;
	border-collapse: collapse;
}

table.address_list tr {
	padding: 0;
}

table.address_list td {
	border: 1px solid black;
	padding: 2px 0px;
}

table.address_list td.contacts_category {
	padding: 2px 0px;
	text-align: center;
	background: #333399;
	color: white;
	font-weight: bold;
}
