body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*text-align: center;*/
}
* {
	margin: 0px;
	padding: 0px;
}
div .newsblock{
	float: left;
	width:23%;
	padding-right: 2px;
	padding-left: 2px;
}
div .memberhome{
	float: left;
	width: 400px;
}
div .memberaction{
	float: left;
	width: 350px;
}
div .membernews{
	float: left;
	/*width: 50%;*/
}
div .error-message{
	color: red;
	font-size: 12px;
	font-weight: bold;
}

ul li {
	margin-left: 20px;
	font-size: 12px;
}

.leftcol{
	float: left;
	width: 300px;
	border: 1px solid #d3e8fe;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rightcol{
	float: right;
	width: 400px;
	border: 1px solid #d3e8fe;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bottom{
	clear:both;
	border: 1px solid #d3e8fe;
	font-size: 12px;
}

.page .bottom{
	font-size: 10px;
}

.page .functions{
	float: right;
	clear: none;
	margin-top: 10px;
	width: 100px;
	font-size: 10px;
	border: 1px dashed #d3e8fe;
}


.page .content table{
	
}

html {height:100%; margin-bottom:1px;} /* Forces vertical scroll bar to be visible */
#wrapper {
	width: 100%;
	/*margin-right: auto;*/
	/*margin-left: auto;*/
	background-repeat: repeat-y;
	text-align: left;
	background-color: #FFFFFF;
}

#header{
	height:116px;
	background:url('/img/bg.gif');
	background-repeat: repeat;
}

#shadow {
	height: 17px;
	width: 790px;
	
	background-repeat: no-repeat;
}
#col1 {
	width: 100%;
}
#col1content p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 140%;
	text-align: justify;
}
#col1content {
	padding: 0px 15px 15px;
	
}
#footer {
	clear: both;
	height: 37px;
	width: 100%;
	padding-top: 15px;
	text-align: center;
}
#col2content {
	padding: 15px;
	text-align: center;
}
div.actions {
	padding: 15px;
	padding-top: 5px;
	font-size: 12px;
}
.imageborder {
	padding: 5px;
	border: 1px solid #3A4A14;
	background-color: #F2F3F4;
}
.subhead {
	font-size: 16px;
	font-weight: bold;
	color: #171796;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #BF002D;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #0059D1;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0059D1;
	padding-bottom: 10px;
	padding-top: 5px;	
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #387FE1;
	padding-bottom: 3px;
	padding-top: 2px;	
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #DA0134;		
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #023D8C;
	padding-bottom: 10px;
	padding-top: 5px;	
}


p {
	color: #111;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 5px;	
}

#footer p {
	color: #171796;
	font-size: 9px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
}
a{
	color:#175ABE;
	text-decoration: underline;
}

/* tables */

table {  
  /*width: 100%;*/   
  border: 1px solid #76C3FF; 
  color:#333; 
  background-color: #fff;
  padding: 0;
  margin: 0 0 2px 0;
  white-space: normal;
  font-size: 11px;
}
th {
  background-color: #E1EEFF;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #003d4c;
  border-bottom: 1px solid #003d4c;
  text-align: center;
  padding:0px;
}
table tr td {
  border-right: 1px solid #ccc;
  padding:2px 4px;
  vertical-align:top;
  text-align: center;
}
table tr.altrow td {
  background: #f4f4f4;
}
.altpara {
  background: #f4f4f4;
}
.paging {
	font-size: 11px;
}
div.paging div.disabled
{
color: #dddddd;
display: inline;
}
fieldset {
	border: 1px solid #171796;
	padding: 5px;
	width:600px;
}
fieldset div{
	display: block;
	clear: left;
}


fieldset div input{
	width: 180px;
}
.required{
	 color: #CA0000;
	 font-weight: bold;
}
fieldset div label{
	float: left;
	width: 120px;
	font-weight: bold;
	font-size: 12px;
}


input[type=submit], input[type=button]{

   font-size:11px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#171796;
   background-color:#d3e8fe;
   border-style:solid;
   border-color:#171796;
   border-width:1px;
   margin-top: 5px;
   margin-left: 15px;
}


		
legend {
	font-size: 12px;
	font-weight: bold;
	color: #171796;
	margin-left: 8px;
}

.message{
	color: #ff6600;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

dl {
	font-size: 12px;
	line-height: 2em;
	margin: 0em 0em;
	width: 100%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 16em;
	margin-top: -2em;
	vertical-align: top;
}

.dynamicPage ul li {
	margin-left: 40px;
	font-size: 12px;
}

.dynamicPage ol {
	margin-left: 20px;
	font-size: 12px;
}
.dynamicPage ol li {
	margin-left: 20px;
}
.dynamicPage h4{
	margin-left: 5px;
	font-size: 18px;
}
.dynamicPage h5{
	margin-left: 10px;
	font-size: 16px;
}
.dynamicPage table tr td{
        text-align: left;
        border-collapse: collapse;
        border: thin solid black;
        border-spacing: 0px;
}

.newsPage table tr td{
        text-align: left;
        border-collapse: collapse;
        border: 0px;
        border-spacing: 0px;
}
.newsPage table {  
  /*width: 100%;*/   
  
  border-collapse: collapse;
  color:black; 
  background-color: white;    
  padding: 0;
  margin: 0 0 2px 0;
  white-space: normal;
  font-size: 11px;
}

#colLeftContent ul{
	margin-left:-12px;
	padding:0px;
	margin-right:7px;
	list-style-type: none;
	marker-offset: 2px;
}
#colLeftContent ul li{
	padding-left:12px;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom: 1px dotted #c6c6c6;
	background-image: url("/img/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 7px;
	font-weight:bold;
	font-size:13px;
}

#memberBox{
	position:absolute;
	top:3px;
	right:3px;
	border:1px solid black;
	width:170px;
	/*height:100px;*/
	background:#42acea;
	opacity:0.80;
	filter:alpha(opacity=80);
	padding:2px;
	font-size:12px;
}

#memberBox a{
	color: #BF002D;
}

#candidateMemberBox{
	position:absolute;
	top:3px;
	right:3px;
	border:1px solid black;
	width:170px;
	/*height:100px;*/
	background:#BF002D;
	opacity:0.80;
	filter:alpha(opacity=80);
	padding:2px;
	font-size:12px;
}

#candidateMemberBox a{
	color: #42acea;
}