@charset "utf-8";
#content {
	width:70%;
	z-index:1;
	background-color: #13212C;
	padding: 20px;
	border: 5px solid #000;
	text-align: left;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: normal;
	height: 600px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
	background-color: #1B405D;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #15232E;
	font-family: Tahoma, Geneva, sans-serif;
	border-color: #633;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #container #mainContent h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	text-align: center;
	color: #FFF;
}
#container #mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	color: #FFF;
}
.oneColElsCtr #container #mainContent p a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 0pt;
	font-weight: bolder;
}
h2 {
	text-align: left;
	font-style: italic;
}
#content h1 {
	text-align: center;
	font-style: italic;
	font-size: 36pt;
}
#content p img {
	border: 3px solid #000;
	text-align: center;
}
a:link {
	color: #CCC;
	text-decoration: none;
	text-align: left;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
	text-align: left;
}
a {
	font-size: 12pt;
}
#imgdiv {
	left:641px;
	top:127px;
	width:362px;
	height:489px;
	z-index:1;
	border: 20px solid #000;
}
#content p a {
	text-align: center;
}
#content #navigation a {
}
#navbar {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#navbar a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#content #navbar {
	margin-right: auto;
	margin-left: auto;
}
