* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: white;
}
#header {
	padding: 15px;
	height: 40px;
	width: 900px;
	margin: auto;
	background-image: url(./images/headerBar.gif);
}

a.logo {
	text-decoration: none;
}
a,a img {
	border-width: 0px;
}
.logoA, a.logoA {
	text-decoration: none;
	letter-spacing: 1px;
	color: #004080;
	font-size: 27px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

.logoB {
	text-decoration: none;
	color: #004080;
	text-transform: uppercase;
	letter-spacing: 3px;
	word-spacing: 3px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

h1,h2,h3,h4 {
	font-size: 22px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

h2 {
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

h2.bar {
	text-align: center;
	padding: 2px;
	background-color: #00a7ff;
	color: white;
	font-size: 14px;
}

h3 {
	color: navy;
	font-size: 14px;
}

p,ul,ol,td {
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.center {
	text-align: center;
}
p.error {
	color: red;
	font-weight: bold;
}

p.byLine, p.byline {
	font-style: italic;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

i {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu {
	margin-left: 25px;
}

#menu li {
	font-size: 16px;
	color: white;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-left: 10px;
	display: inline;
}

#menu li a {
	color: white;
	font-weight: bold;
}

#menu li a:hover {
	text-decoration: underline;
}
#submenu {
	margin-left: 25px;
}

#submenu li {
	padding-left: 10px;
	color: #c2e7fd;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	display: inline;
}

#submenu li a {
	color: #c2e7fd;
	text-decoration: none;
	font-style: italic;
}

#submenu li a:hover {
	text-decoration: underline;
}

#content {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 0px;
	margin: auto;
	width: 870px;
}

#body {
	margin-bottom: 10px;
}

div#sidebar {
	display: block;
	float: right;
	margin-left: 20px;
	width: 200px;
	background-color: #c2e7fd;
	padding: 5px;
}

div#sidebar ul {
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

div#sidebar ul li {
	list-style-type: none;
}

#footer {
	clear: both;
	color: #999999;
	text-align: center;
	border-top-color: #c2e7fd;
	border-top-style: solid;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	font-size: 12px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	margin: auto;
	width: 880px;
}

#rightbar .title {
	text-align: center;
	text-shadow: 1px 1px #6666ff;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

ul.standard,ol.standard {
	margin-left: 20px;
}

p.standard {
	padding-bottom: 10px;
	padding-top: 10px;
}

p.error {
	font-weight: bold;
	color: red;
}

table.box td {
	padding: 10px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

ul.articleIndex {
	padding: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	list-style-type: disc;
	list-style-position: outside;
}

ul.articleIndex li {
	padding-left: 7px;
	font-size: 14px;
	padding-bottom: 4px;
}

ul.pagemenu {
	list-style-type: none;
	text-align: center;
}

ul.pagemenu li {
	font-size: 11px;
	font-weight: bold;
	color: #004080;
	display: inline;
}

ul.pagemenu li a {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	color: #004080;
	text-decoration: none;
}

ul.pagemenu li a:hover {
	text-decoration: underline;
}

table.data {
	width: 100%;
}

table.data thead td {
	padding: 1px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #c2e7fd;
	text-align: center;
}

table.data tbody td {
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

table.data tbody td.odd {
}
table.data tbody td.even {
	background-color: #66ffff;
}
table.data td.footer {
	border-bottom-color: #1767bb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #dae1e9;
	border-top-color: #1767bb;
	border-top-width: 1px;
	border-top-style: solid;
}
div.functionBox {
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: auto;
	width: 75%;
	border-color: #213d7d;
	border-width: 1px;
	border-style: dotted;
	background-color: #dae1e9;
}

div.functionBox input {
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.small {
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

div.coverImage, div.coverImage a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-bottom: 5px;
	text-align: center;
}

div.entryBox {
	padding: 10px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

div.entryBox td, div.entryBox a {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #191919;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

div.entryBox input, div.entryBox textarea {
	margin-bottom: 5px;
	color: #1767bb;
	font-size: 13px;
	width: 100%;
	font-style: normal;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
}

div.forum, div.forumFooter {
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 10px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-top: 3px;
}

div.forumFooter, div.forumFooter a {
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #4c4c4c;
	background-color: #cccccc;
}
div.forumFooterColors, div.forumFooterColors.td {
	color: #4c4c4c;
	background-color: #e6e6e6;
}
img.thumbnail {
	border-width: 0px;
	border-style: none;
	height: 259px;
	width: 200px;
}
div.adDisplay {
	padding: 10px;
	text-align: center;
}
div.adDisplay table {
	margin-right: auto;
	margin-left: auto;
}
h1.bigIssueTitle {
	font-size: 30px;
	margin: 5px;
	text-align: center;
}
table.infoBox {
	width: 100%;
	padding: 10px;
	background-color: #c2e7fd;
}
table.oaBox {
	border-style: none;
}
table.oaBox td {
	background-color: #66ffff;
	border-color: #5ebddf;
	border-width: 1px;
	border-style: dotted;
	padding: 5px;
	min-width: 200px;
	max-width: 200px;
	width: 200px;
}
table.sidebarOa td {
	max-width: 190px;
	min-width: 190px;
	width: 190px;
}
.oA {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oA a {
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
}
.memberTag {
	padding-left: 5px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-top: 1px;
	margin-left: 3px;
	margin-bottom: 2px;
	margin-right: 3px;
	margin-top: 2px;
	border-color: #004080;
	border-width: 1px;
	border-style: dotted;
	color: purple;
	background-color: #cccccc;
}

