body {
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	background: #001900;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #ffc;
}

p {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	text-align:justify;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	color:#ffc;
}

h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	color:#ffc;
	font-style: italic;
	font-weight:bold
}

h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	color:#ffc;
	font-weight:bold
}

a {
	text-decoration:none;
	color: #ff9;
}
a:visited {
	color: #ff9;
}
a:hover {
	text-decoration: underline;
	color: #090;
}

.oneColElsCtrHdr #container {
	width: 960px;
	background: #000A00;
	margin: 0 auto;
	text-align: left;
}
.oneColElsCtrHdr #header {  
	background:#001900;
	padding: 0 10px 0 20px;	
	color:#ffc;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	color:#ffc;
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000A00;
}
.oneColElsCtrHdr #footer {
	background:#000A00;
	color:#ffc; 
	padding: 0 10px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

.oneColElsCtrHdr #footer p a{
	color:#ffc;
	cursor:pointer;
}

.oneColElsCtrHdr #footer p a:hover{
	color:#063;
	text-decoration:underline;
}

table {
	width:50%;
	margin: auto;
	padding: 15px;
	font-weight:bold
}

table.form {
	width: 900px;
}

ol {
	margin-top:-20px;
}

.oneColElsCtrHdr #footer p {
	text-align:center;
}

.twoColElsRtHdr #container { 
	width: 960px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background:#000A00;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsRtHdr #header { 
	background:#001900;
	color:#ffc;
	padding: 0 10px;
} 
.twoColElsRtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	color:#ffc;
}

.twoColElsRtHdr #sidebar1 {
	float: right; 
	width: 12em;
	background: #030;
	padding: 3px 0;
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
	text-align:left;
}


.twoColElsRtHdr #mainContent {
  	margin: 0 13em 0 10px;
} 

.twoColElsRtHdr #footer { 
	background:#000A00;
	color:#ffc; 
	padding: 0 10px;
	border-top: 1px solid #030;
} 

.twoColElsRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

.twoColElsRtHdr #footer p a{
	color:#ffc;
	cursor:pointer;
}

.twoColElsRtHdr #footer p a:hover{
	color:#063;
	text-decoration:underline;
}
	
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColElsRtHdr #footer p {
	text-align:center;
}

<!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsRtHdr #sidebar1 { padding-top: 30px; }
.twoColElsRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->
