body {
	color : Black;
	background-color : #CC0033;
	font-family : Arial, Helvetica, sans-serif;
}
html, body, #wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	background-color: White;
	margin: 0 auto;
	padding : 0px;
	text-align: left;
	vertical-align: middle;
	width: 955px;
}
div#header {
	width : 100%;
	padding : 0px;
	margin : 0 auto;
	background-color : Black;
}
.menu {
	height : 20px;
	width : 100%;
	color : #ECECEC;
	background-color : #404040;
	font-size : 14px;
}
.menu a:link, .menu a:visited {
	color : #ECECEC;
	text-decoration : none;
	padding : 0px 10PX;
}
.menu a:hover {
	color : Gray;
	text-decoration : underline;
}
td#menu {
	border-top : 2px solid #CC0033;
	border-bottom : 2px solid #CC0033;
}
p {
	font-size : 12px;
	text-align : justify;
}
p.large {
	font-size : 14px;
	/*font-style : italic;*/
}
p a:link, p a:visited, p.large a:link, p.large a:visited {
	color : #8B0000;
}
h1 {
	font-size : 18px;
	color : #8B0000;
	font-style : italic;
}
h2 {
	font-size : 16px;
	color : #778899;
}
h3 {
	font-size:12px;
	color: #778899;
}
ul {
	font-size : 13px;
	list-style : square;
	line-height : 150%;
}
ul a:link, ul a:visited {
	color : #8B0000;
}
ol {
	font-size : 13px;
	line-height : 150%;
}
div#content {
	padding : 10px;
	height : 100%;
}
div#mainLeft {
	float : left;
	width : 425px;
	height : 286px;
	overflow : auto;
	padding : 12px;
	border : 1px solid #567EBB;
	margin : 0 15px 0 10px;
	background-color : #EEF2FF;
}
div#mainRight {
	float : right;
	width : 425px;
	height : 286px;
	overflow : auto;
	padding : 12px;
	border : 1px solid #567EBB;
	margin : 0 10px 0 15px;
	background-color : #EEF2FF;
}
.copyright {
	font-size : 10px;
	color : Silver;
	border-top : 2px solid #CC0033;
	padding-top : 10px;
	background-color : #FCF7F7;
}
.copyright a:link {
	padding : 0px;
	color : Silver;
	text-decoration : none;
}
.copyright a:visited {
	padding : 0px;
	color : Silver;
}
.copyright a:hover {
	color : Gray;
}


