body {
	background: #fff url("../images/bg.gif") 0 0 repeat-x;
	font-family: "trebuchet MS", verdana, tahoma;
	font-size: 16px;
	color: #000;
	padding: 0;
	margin: 0 auto;
}
p, table, ul, li, img, a, form, h1, hr, object, param {
	padding: 0;
	margin: 0;
	border: none;
	list-style-type: none;
	color: #000;
	vertical-align: middle;
}
tr {
	vertical-align: top;
}
ol {
	padding: 0 16px;
	margin: 0;
}
ol li {
	list-style-type: disc;
}
input, select, textarea {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	background: #d2d4e0;
}
#title {
	padding: 3px;
}
#title img {
	border: #000d4d 1px solid;
}
#photobar {
	border-top: #000d4d 10px solid;
	border-bottom: #000d4d 10px solid;
	height: 100px;
	text-align: center;
	overflow: hidden;
}
.selected {
	font-weight: bold;
}
.hidden {
	display: none;
}
#login {
 padding: 7px;
 margin: 0 0 0 17px;
 float: right;
 border: #485b80 1px solid;
}
#menu {
	margin: 0 auto;
	width: 760px;
	margin: 4px auto;
	text-align: center;
}
#menu p {
	margin: 0 auto;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	height: 37px;
	text-align: center;
	padding-top: 7px;
}
#menu a {
	margin: 0 25px;
	cursor: pointer;
}
#menu a:hover {
	color: #FF0000;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.button {
	border:  #000 1px solid;
	background: #d2d4e0;
	text-decoration: none;
	padding: 0 7px;
	cursor: pointer;
}
.button:hover {
	background: #fff;
}
#body {
	margin: 40px;
	text-align: center;
}
.pointer {
	cursor: pointer;
}
.strong {
	font-weight: bold;
}
h1 {
	font-variant: small-caps; 
	font-size: 24px;
	color: #0b1d70;
}
h2 {
	font-size: 18px;
	color: #0b1d70;
}
h3 {
	text-align: center;
	font-size: 18px;
	color: #FF0000;
}
.success {
	color: #00480c;
}
.comment {
	color: #000b3b;
}
.box {
 	background: #fff;
 	border: #485b80 2px solid;
	margin: 0 auto 18px auto;
	text-align: left;
	padding: 10px;
}
#arrow {
	position: relative;
	right: 288px;
	display: none;
}
#footer {
	text-align: center;
	margin: 20px 0;
	padding: 8px;
	border-top: #485b80 2px groove;
}
.row1 {
	padding: 20px 5px;
	background-color: #485b80;
}
.topics {
	padding: 10px 0;
	margin: 10px 0;
	background-color: #d2d4e0;
	border: #485b80 1px solid;
	width: 100%;
}
.topics .button {
	background-color: #e3e3e3;
	margin: 5px;
}
#leftcol {
	margin: 0 5px 0 0;
	padding: 10px;
	border-right: #485b80 1px solid;
}
#leftcol .button {
	display: block;
	width: 125px;
}
#rightcol {
	width: 100%;
}
.altcolor {
	background-color: #AABEFF;
}
.desc {
	font-size: 12px;
}
.article {
	padding: 20px;
	margin: 5px 0 10px 0;
	background-color: #e3e3e3;
	border: #485b80 1px solid;
}
#rightcol textarea {
	background-color: #e3e3e3;
}
#rightcol p {
	margin: 10px;
}
.comment {
	padding: 20px;
	margin: 5px 0 10px 0;
	background-color: #ece1e5;
	border: #485b80 1px solid;
}
