/* CSS Document */
<!--
    body {
        margin:0;
        padding:0;
        font: bold 16px/1.5em Verdana;
}

h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serifs;
	font-size: 30px;
	color: #6600CC;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #515ea1;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}


p, label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #515ea1;
	line-height: 24px;	
	margin: 14px 0px 10px 0px;
	padding: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f45bf2;
	text-decoration: underline;

}



	color: #DEDECA;
	background-color: #717df1;



input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Classes */

.errors
{
	color: #f000ff;
}
.top_padding {
	padding-top: 12px;
}


.spacer {
	height: 20px;
}


/* Generic IDs */

/*- Menu Tabs--------------------------- */


    #tabs {
      float:left;
      width:100%;
      background:#BBD9EE;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

        #tabs #current a {
                background-position:0% -42px;
        }
        #tabs #current a span {
                background-position:100% -42px;
        }
		#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
  width: 75%;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: small;
	background-color: #dbe7f8;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}




html>body #footer {
	height: auto;
}

#footer p {
}
#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #1111BB;
}

#legal a {
	color: #1111BB;
}


-->
</style>

