body {
	background: url(../images/body_bg.gif) repeat-x;
	background-color: #2e3aad;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	}
p {
	padding-bottom: 10px;
	}
strong {
	font-weight: bold;
	}
#container {
	width: 804px;
	margin: auto;
	text-align: left;
	}
	#toplinks {
		height: 21px;
		padding: 10px 28px 0 0;
		text-align: right;
		color: #1c2477;
		font-size: 11px;
		}
		#toplinks a {
			color: #1c2477;
			text-decoration: none;
			padding: 0 2px 0 2px;
			}
		#toplinks a:hover {
			background-color: #1c2477;
			color: #ffffff;
			}
	#newsletter {
		height: 39px;
		background: url(../images/newsletter_bg.jpg) no-repeat;
		font-size: 12px;
		color: #ffffff;
		padding: 10px 0 0 28px;
		}
		#newsletter p {
			padding-bottom: 0px;
			}
		#newsletter p.right {
			float: left;
			text-align: right;
			margin-right: 28px;
			}
		#newsletter input.newsletter {
			height: 14px;
			width: 154px;
			background-color: #ffffff;
			border: 1px solid #1c2477;
			}
		#newsletter input.newslettersubmit {
			background: url(../images/ok.gif) no-repeat;
			height: 18px;
			width: 29px;
			border: none;
			cursor: pointer;
			}
		#newsletter strong {
			padding-right: 0;
			background: none;
			}
			
	#mainlinks {
		}
	#content {
		background: url(../images/content_bg.gif) repeat-y;
		color: #1c2477;
		font-size: 12px;
		line-height: 16px;
		padding: 28px;
		}
		img.portrait {
			float: right;
			margin-left: 28px;
			border: 2px solid #1c2477;
			}
		p.portrait {
			float: right;
			clear: right;
			width: 212px;
			margin-left: 28px;
			font-size: 9px;
			line-height: 12px;
			font-family: Arial, Helvetica, sans-serif;
			}
		div.clear {
			clear: both;
			}
		#content li {
			list-style: square;
			margin-left: 13px;
			}
		#content ul {
			margin-bottom: 10px;
			}
		#content strong {
			padding-right: 20px;
			background: url(../images/star.gif) no-repeat top right;
			}
		#content input {
			width: 200px;
			background-color: #EFF0F5;
			border: 1px solid #B70006;
			margin-bottom: 5px;
			}
		#content textarea {
			width: 400px;
			height: 200px;
			background-color: #EFF0F5;
			border: 1px solid #B70006;
			margin-bottom: 5px;
			}
		#content button {
			width: 100px;
			height: 25px;
			background-color: #EFF0F5;
			border: 1px solid #B70006;
			cursor: pointer;
			}

	#footer {
		height: 49px;
		padding: 15px 28px 0 0;
		background: url(../images/footer_bg.jpg) no-repeat;
		text-align: right;
		color: #ffffff;
		font-size: 11px;
		}
		#footer a {
			color: #ffffff;
			text-decoration: none;
			padding: 0 2px 0 2px;
			}
		#footer a:hover {
			background-color: #ffffff;
			color: #b40000;
			}
	#toplinks li, #footer li {
		list-style: none;
		display: inline;
		}