@charset "utf-8";

body{
	margin:0 100px;
	padding:0 200px 0 150px;

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

body a {
	color: #0036cc;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}



#content a { 
	color: #081ba6; 
	text-decoration: none; 
}

#content a:visited { 
	color: #61044b; 
}

#content a:hover { 
	color: #bf5900; 
	text-decoration: underline; 
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #2f406e;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

h2 {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #993333;
	padding-left: 5px;
}

h3 {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 14px;
	color: #002280;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FF0000;
	padding-left: 5px;
}

h4 {
	font-family: Arial,Helvetica,Sans-Serif;
	font-weight: bold;
}

td {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	width: 29%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
}

#container {
	border: 1px solid #fff;
	overflow: hidden;
	width: 100%;
}

#header {
	float: left;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #999999;
}

#leftcol {
  background: #fff
  float: left;
	top: 89px;
	left: 0px;
	width: 20%;
	height: 500px;
	background-color: #FFFFFF;
}

#content {
	background: #fff;
	position: absolute;
	top: 89px;
	width: 69%;
	height: 500;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right:150px solid #f00; »
  /* The width and color of the rail */
  margin-right:-150px; /* Hat tip to Ryan Brill */
  	float:left;
}

#rightcol {
  background: #fff;
  float: right;
  top: 89px;
  left: 0px;
  width: 10%;
  height: 500px;
}

#rail {
	width: 1px;
	float: left;
	background-color: #CCCCCC;
}

#footer {
	background: #032173;
	clear: both;
	width: 100%;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: center;
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#footer a { 
	color: white; 
	text-decoration: underline; 
}

#footer a:hover { 
	color: white; 
	text-decoration: underline; 
}
