@charset "UTF-8";
/* 
////////// global reset //////////
*/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td 
{ margin:0; padding:0 }




html {
	height: 100%;}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	text-align: center;
	background-color: #000026;
}
#container {
	background-image: url(oc_sb_bg.jpg);
	background-repeat: repeat-y;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
}
#contentArea {
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 30px;
	text-align: left;
	vertical-align: top;
}
#contentArea p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #333333;
	text-align: left;
	padding-bottom: 12px;
}
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	padding-bottom: 10px;
	line-height: 1.8em;
}
.footer {
	height: 50px; /* .push must be the same height as .footer */
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 25px;
}

.footer p{
	padding-left: 250px;
	font-size: 1.2em;
	line-height: 1.4em;
}
.push {
	height: 75px; /* .push must be the same height as .footer */
}
blockquote {
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bold {
	font-weight: bold;
}

.finePrint {
	font-size: .85em;
}.goldText {
	color: #C69F0A;
	font-weight: bolder;
}
.contentTable {
	font-size: 1.2em;
	line-height: 1.8em;
}
ol  {
	font-size: 1.3em;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 12px;
	color: #333333;
}

a:link, a:visited {
	text-decoration: none;
	color: #333333;
	
}

a:hover {
	text-decoration: underline;
}

