@charset "utf-8";
body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/site-bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	background-color: #282751;
}
a, a:link{
	outline: none;
	text-decoration: underline;
	color: #3399CC;
}
a:visited {
	outline: none;
	text-decoration: underline;
	color: #333366;
}

a:hover {
	text-decoration: none;}
/*
** HTML elements
*/
form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #FF0000;
	text-transform: capitalize;
}
h2 {
	font-size: 12pt;
	font-weight: normal;
	color: #FF0000
}
h3 {
	font-size:13px;
	color:#030303;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}			
.clear-block {
margin: 0px;
padding: 0px;
clear: both; 
}	#container {
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 999px;
}
#container #header {
	background-color: #FFFFFF;
	height: 180px;
	margin-right: 239px;
}
#content #leftclm {
	float: left;
	width: 210px;
}
#content #middleclm {
	background-color: #FFFFFF;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 510px;
	padding-top: 5px;
}
#content #rightclm {
	float: left;
	width: 209px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 11px;
}
#rightclm a {
	color: #FFFFFF;
	text-decoration: underline;
}
#rightclm p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#rightclm label {
	width: 80px;
	float: left;
}



#header img {
	float: right;
	margin-top: 50px;
	margin-right: 20px;
}
#table {
	border: 1px solid #282751;
	border-collapse: collapse;
	border-spacing: 0px;
}

#table .rows  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2D2C5C;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6765A7;
	margin: 0px;
}
.subheading {
	font-size: 13px;
	color: #FFFF00;
}


#table strong {
	font-size: 12px;
}
#container #footer {
	margin-right: 260px;
	margin-left: 230px;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 11px;
; color: #FFFFFF}
#leftclm .heading {
	padding-top: 5px;
	padding-left: 8px;
}
tr {
	vertical-align:top;
}