/* CSS Document 2 column */
body,td,th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #000066;
  padding: 0;
}
body {
	margin: 0;
}
h1 {
	color:#000066;
	font-size: x-large;
	}
h2 {
	color: #000066;
	font-size: x-large;
	}
h3 {
	color: #000066;
	font-size: large;
	}
h4 {
	color:#000066;
	font-size: medium;
	}
h5{
	color: #0066FF;
	}
h6 {
	color: #0066FF;
	}
.bookmark {
	color: #000066;
	font-size:x-small;
	}
.date {
	float:right;
	padding: 0 8px 0 0;
	color: #003399;
	}
.xsmallRed {
	color:#FF0000;
	font-size: x-small;
	}
.footer {
	color: #000099;
	text-align:center;
	font-size: x-small;
	}
#wrapper {
	margin: 0 auto;
	width: 960px;
	background-image:url(../assets/bg_right_shadow.png);
	background-position:right;
	background-repeat:repeat-y;
	padding: 0 8px 15px 8px;
	}
	
#header {
	width: 100%;
	
	}
#header2{
	clear:both;
	width: 100%;
	}
	
#content {
	clear:both;
	width: 100%;
	}
#sideLeft {
	float:left;
	width:780px;
	}
#formBox {
	width:600px;
	margin:0 0 0 140px;
	}
#sideRight {
	float: right;
	display:block;
	font-size: 13px;
	font-weight:800;
	color: #003399;
	text-align:center;
	width: 160px;
	line-height: 2.0;
	text-decoration:none;
}

#sideRight a:link {
	display: block;
	font-size:13px;
	color: #003399;
	font-weight:800;
	line-height: 2.0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-decoration:none;
	}

#sideRight a:visited {
	display: block;
	color: #003399;
	font-size:13px;
	font-weight:800;
	line-height: 2.0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-decoration: none;
	}

	
#sideRight a:hover { 
	display:block;
	font-size:13px;
	font-weight:800;
	color: #FFFFFF;
	background-color:#000066;
	line-height: 2.0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-decoration:none;
	}

#sideRight a:active { 
	display:block;
	font-size:13px;
	color: #FFFFFF;
	font-weight:800;
	background-color: #0033FF;
	line-height: 2.0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-decoration:none;
}
#footer {
	clear: both;
	width: 100%;
	}	
#footer2 {
	font-size: x-small;
	width: 100%;
	margin: 0 0 0 0;
	}
	