body {
	margin: 0;
	background: #fff url('images/background.jpg');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
}
#content {
	max-width: 1000px;
	padding: 16px;
	width: 100%;
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
}

a {
	color:#f60;
}

h1 {
	font-size: 25px;
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
	padding: 0;
}
h1 a {
	text-decoration: none;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

p {
	line-height: 130%;
	margin-top: 0em; 
	margin-bottom: 1em;
}
.header {
	height: 140px;
}

.footer1 {
	background: url(images/footer1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0;
	margin: 0;
	height: 44px;
}
.footer2 {
	background: url(images/footer2.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	height: 73px;
}
.disclaimer {
	margin-right: 120px;
	margin-left: 20%	;
	padding-bottom: 10px;
}
.col1 {
	width: 280px;
	padding-right: 15px;
}

.menu {
	text-align: right;
	font-size: 28px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 63px;
	padding-right: 20px;
	background: url(images/menubg.jpg);
	background-repeat: none;
	background-position: right;
}
.menu a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #666;
	padding-bottom: 6px;
	margin-left: 1em;
}
.menu a:hover {
	border-bottom: solid 6px #f60;
	padding-bottom: 0;
	margin-bottom: -10px;
}

.articles {
	width: 250px;
	margin: 6px;
}
.article td {
	height: 120px;
}
.left .article td {
	text-align: right;
	vertical-align: bottom;
}
.right .article td {
	vertical-align: bottom;
}
.article a {
	font-weight: bold;
	text-decoration: underline;
}

h1 a:hover {
	text-decoration: underline;
}
.article a:hover, h1 a:hover {
	text-decoration: underline;
}
.body {
	background: url(images/background.png);
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.prevThumb {
	border: 1px solid #d0d0d0;
}
#issuesmenu {
}
#issuesmenu a {
	padding: 5px;
	display: block;
	background-color: transparent;
	color: #DA6318;
	margin-right: 40px;
	margin-bottom: 5px;
	text-decoration: none;
	border: 1px #c30 dotted;
}
#issuesmenu a.current, #issuesmenu a:hover {
	background-color: #DA6318;
	color: #eed;
	border: none;
	padding: 6px;
}
#issuesmenu a:hover {
	text-decoration: underline;
}
#issuesmenu a.current {
}
#issuesmenu h1 {
	font-size: 18px;
	font-weight: bold;
}
#issuesmenu h2 {
	font-size: 10px;
}
#issuesmenu h1,#issuesmenu h2 {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input.field {
	border: solid 1px #DA6318;
	background-color:#F7F7F1;
}
input[type="submit"] {
	background: #f7f7f1;
	border: inset 1px #da6318;
	padding: 0 1em;
	color: #DA6318;
	text-decoration: none;
	border: 1px #c30 dotted;
	font-weight: bold;
}
input[type="submit"]:hover {
	background-color: #DA6318;
	color: #eed;
	border-style:solid;
	text-decoration: underline;
}