﻿body
 {
   font-family: verdana;
   color: #8B0A0A ;
   background-color: #EDF1F2;
 }


h1
{
   color: #8B0A0A;
   font-size: 30px;
   font-weight: bold;
   text-align: center;
}

h2
{
   color: #8B0A0A;
   font-size: 20px;
   font-weight: bold;
}

a
{

}
a:link
{
   color: #003399;
   /*text-decoration: none;*/
}

a:hover
{
   color: #5876B2;
   /*text-decoration: none;*/
}

a:visited
{
   color: #113E99;
   /*text-decoration: none;*/
}

a:active
{
   color: #660099;
   text-decoration: blink;
}


#left_column
{

 position: absolute;
 left: 10px;
 top: 100px;
 height: 200px;
 font-size: 11px;
}

table
{
  font-family: arial, helvetica, verdana;
  /*font-size: 12px;*/
  color: #003399;
}

div
{
	font-size:1.03em;
	font-family:verdana;	
}

td
{
	font-size:1.0em;
	font-family:verdana;
}


.banner
{
  font-size: 18px;
  font-weight: bold;
  color: #8B0A0A;
}

.guide
{
  font-size: 14px;
  color: #5876B2;
}


.register_button
{
 font-family: arial, helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #CCCCCC;
 background-color: #314F8E;
}



.pin_number
{
 font-family: arial, helvetica, sans-serif;
 font-size: 12px;
/* font-weight: bold; */
 color: #888888;
 background-color: #CCCCCC;
}

.error
{
 font-family: arial, helvetica, sans-serif;
 font-size: 16px;	
 font-weight: bold;
 color:Red;
}

.leftNavMenuContainer
{
	border: solid 1px #96ACDA; 
	padding-top:10px;
	margin-left:10px;
	padding-left:7px;
	background-color:White;	
	width:160px;
	height:30px;	
	vertical-align:text-bottom;
	font-weight:bold;
	font-size:14px;
}

.titleContainer
{
	border: solid 1px #96ACDA; 
	padding-top:10px;
	margin-left:25px;
	padding-left:7px;
	background-color:White;	
	width:500px;
	height:30px;	
	vertical-align:text-bottom;
	font-weight:bold;
	font-size:14px;
}

.leftNavLink
{
	color:#5876B2;
	width:100%;
	text-decoration: none;
}

.siteHeader
{
	font-size:10.5pt;
	font-weight:bold;
	font-family:Verdana;
}

.pageHeader
{
	font-size:10.5pt;
	font-weight:bold;
	font-family:Verdana;
}

.pageText
{
	font-size:1.03em;
	font-family:Verdana;		
}

.ThinBorderContainer
{
	border:solid 1px midnightblue;
	width:700px;
}

.DevelopmentsHeader{
    background-color:#EBE9E9;
    font-weight:bold;
    width:450px;
}

ul 	 
{
	margin-left: 20px; 	
}

ul li {
    font-size:1.03em;
}

.Disclaimer
{
	font-size:8pt;
	font-family:Arial;
}

.pageTitle
{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    color: #003399;   
}


/*dropdown menu*/
     ul#navWrapper {
		font-family: Arial, Verdana;
		font-size: 12px;
		margin: 0;
		padding: 0;
		list-style: none;
    }
        
    ul#navWrapper li {
		display: block;
		position: relative;
		float: left;
    }
    
	li#navWrapper ul {
		display: none;
	}

	ul#navWrapper li a {
		display: block;
		text-decoration: none;
		color: #ffffff;
		border-top: 1px solid #ffffff;
		padding: 5px 15px 5px 15px;
		background: #1e7c9a;
		margin-left: 1px;
		white-space: nowrap;
	}

	ul#navWrapper li a:hover {
		background: #3b3b3b;
	}
	li#navWrapper:hover ul {
		display: block;
		position: absolute;
	}
	li#navWrapper:hover li {
		float: none;
		font-size: 11px;
	}
	li#navWrapper:hover a { background: #3b3b3b; }
	li#navWrapper:hover li a:hover {
		background: #1e7c9a;
	}

    ul#navWrapper li li {
      /*border: 1px gray solid;*/    
      float: none;
      margin-left: -200px;
      margin-top: 0px;
    }


    ul#navWrapper ul {
      display: none;
      position: absolute;
    }
    
    ul#navWrapper li:hover ul {
      display: block;
    }
    
    /**********/
    
/*end dropdown menu*/


/*Blue button*/
	.blueButton
	{
		font-family: Arial, Verdana;
		font-size: 12px;
		font-weight:bold;
		margin: 0;
		padding: 0;
		list-style: none;

		color: #ffffff;
		border-top: 1px solid #ffffff;
		padding: 4px 15px 5px 15px;
		background: #5876B2;
		margin-left: 1px;
		white-space: nowrap;
	}

	.blueButton a:link{ color:#ffffff; text-decoration:none;} 
	.blueButton a:visited{ color:#ffffff; text-decoration:none; } 
	.blueButton a:hover{ color:#ffffff; text-decoration:none; } 
	.blueButton a:active{ color:#ffffff; text-decoration:none;}

	.blueButton:hover {
		background: #3b3b3b;
	}
	.blueButton a:hover {
		background: #3b3b3b;
	}
/*End Blue button*/