body {
	background-color: white;
	
	max-width: 1024px;
	width: 90%;
	margin: auto;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	background-image: url('../img/bar2.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#wrapper {
	margin-top: 0.5em;
	/*background-color: white; */
}
#header {
	border: 1px dotted #ccc; /*#042a2e;*/
	color: white;
	background-image: url('../img/insight.jpg');
	background-color: #0a0568;
	height: 64px;
	/*border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	background-repeat: no-repeat;
/*	text-indent: -899;
	font-size: 24pt;*/
	font-weight: bold;
	font-family: serif;
	/*padding: 0.5em;*/
}

#header h1 {
	padding-left: 0.5em;
	color: white;
	text-shadow: 2px 2px 2px #000;
	text-align: right;
}


h1.title {
	font-size: 18pt;
	margin-left: auto;
	margin-right: auto;
	font-family: serif;
	color: white;
}
#nav {
	width: 25%;
	float: left;
	color: #042a2e;
	/*border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	border: 1px solid #ccc;
	background-color: white;
	text-shadow: #ccc 0px 1px 0px;
}

a {
	color: #0a7682;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
#nav ul {
	list-style-type: none;
	
}

#nav li {
	padding-bottom: 0.6em;
	padding-top: 0.5em;
}

#nav a {
	display: block;
	
}

#content {
	width: 72%;
	float: right;
	/*border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	background-color: white;
	padding: 0.4em;
}

h1, h2, h3, h4, h5, h6 {
	color: #042a2e;
	margin-bottom: 0.2em;
	
}
h1.pagetitle {
	border-bottom: 1px solid #9fcf72;
	
	padding: 0.2em;
}

.clear {
	clear: both;
}

fieldset {
	border: none;
	border-top: 1px dotted #0a7682;
	border-bottom: 1px dotted #0a7682;
	margin-bottom: 0.3em;
	
}

label {
	display: block;
	margin-top: 1em;
	color: #0a7682;
}

textarea {
	width: 100%;
}

ul.sort {
	display: inline;
	padding: 0;
	margin: 0;
}

ul.sort li {
	display: inline;
	padding-left: 0.5em;

}

div.left {
	float: left;
	width: 20%;
}

div.right {
	float: right;
	width: 20%;
}

div.paging {
	border-top: 1px solid brown;
}

div.teaser {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #efefef;
	margin-bottom: 0.5em;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 0.8em;
	padding-top: 0.4em;
	margin-top: 0.6em;
}

div.teaser h2 {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
}

div.actions {
	float: right;
}

div.subscribe {
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	
}

textarea.article {
	height: 20em;
}

.smallish {
	font-size: smaller;
	font-style: italic;
	color: #0a7682;
}

.actionlist {
	width: 100%;
}

th.title {
	width: 75%;
	text-align: left;
}

.actionlist th {
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.altrow {
	background-color: #eee;
}

div#nav input {
	
}


#home {
	list-style-image: url('../img/home.png');
}

#articles {
	list-style-image: url('../img/articles.png');
}

#issues {
	list-style-image: url('../img/issue.png');
}


#home-txt {
	margin-left: 72%;
	padding-left: 0.4em;
}

#prev-wrapper {
	width: 100%;
	padding-top: 0.4em;
	text-align: justify;
	margin: 0;
}

#issue-prev {
	width: 30%;
	float: left;
}

#issue-prev h3 {
	background-color: #ddd8d8;
	padding: 0.2em;
}

#article-wrapper {
	width: 66%;
	margin-left: 32%;
}

#article-prev1 {
	width: 48%;
	float: left;
}

#article-prev2 {
	margin-left: 52%;
	width: 48%;
}
.wide {
	width: 60%;
}

.note {
	color: #042a2e;
	font-style: italic;
}

dt {
	font-weight: bold;
}

dd {
	padding-bottom: 0.4em;
}

.actionlist td {
	padding: 10px;
	border: none;
	border-bottom:1px #ccc dotted;
}

.actionlist{
	text-align:left; 
	border:none;
	
}

.leader {
	text-align: left;
	font-style: italic;
	font-size: smaller;
}

.prev-wrapper h1, h2, h3, h4 {
	text-align: left;
}

img {
	padding: 0.3em;
}

.message {
	color: maroon;
	font-style: italic;
}

.motto {
	background-color: yellow;
	width: 98%;
	font-size: smaller;
	color: black;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.motto p {
	padding: 0;
	margin: 0;
}


div.checkbox label {
	display: inline;
}

.input {
	padding-bottom: 0.4em;
}

.slideshow {
	width: 90%;
	height: 300px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	
}	

.slideshow img {
	width: 88%;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer {
	font-size: smaller;
	border-top: 1px solid #bbb;	
	text-align: center;
	color: #aaa;
}

.calendar li {
	padding: 0.3em;
}

summary {
	font-size: smaller;
	color: #aaa;
}

.actionlist {
	width: 100%;
	border-top: 2px solid #aaa;
	margin-top: 1em;
}

.actionlist tr {
	border-bottom: 1px dotted #ccc;
}

.pdf {
	float: right;
	border-bottom: 1px dotted black;
}

