#content {
   margin-top:0px;
   position:relative;
   z-index:1;
}

a {
    font-size: 13px;
    font-weight: bold;
    color: #375A9C; 
}


a:link {
    color: black; 
    text-decoration: none; 
}

a:visited {
    text-decoration: none; 
}

a:hover {
    color: black; 
    text-decoration: underline; 
}

a:active {
    color: white; 
    text-decoration: none; 
}

.smalllink {
   position:relative;
   z-index:1;
   font-size: 9px;
   font-weight: normal;
   float: right;
}

img {
   border: 0px;
   position:relative;
   z-index:1;   
}

input
{
   /*border: 1px solid #7F9DB9;*/
}

h1
{
   font-size: 20px;
   color: #AAC2E4;
   font-weight: bold;
   font-style: italic;
   margin-top: 0px;
   padding-top: 0px;
   clear:both;
}

h2{
   font-size: 17px;
   color: #435B87;
   font-weight: bold;
}

h3{
   font-size: 13px;
   color: #435B87;
   font-weight: bold;
}

h4{
   font-size: 12px;
   color: #869FBE;
   font-weight: normal;
}

#loginbox {
   height:108px;
   width:100%;
   margin-bottom:20px;
   background:transparent url(../images/login.jpg) no-repeat scroll 0%;
}

#logoutbox {
   height:76px;
   width:100%;
   margin-bottom:20px;
   margin-left:1px;
   margin-top:2px;
   background:transparent url(../images/logout.jpg) no-repeat scroll 0%;
}

#login_button {
   position:absolute; 
   top:214px; 
   left:185px; 
   width:18px; 
   height:72px; 
   z-index:1; 
   background-color: white;
   border-width: 1px;
   -moz-opacity: 0.2;
   filter: alpha(opacity=20);
   cursor: pointer;
   cursor: hand;
}

#logout {
   position: absolute; 
   top:38px; 
   left:110px; 
}

#logout a {
   color: #FFFFFF;
   font-weight: bold; 
   filter: alpha(opacity=80);
   -moz-opacity: 0.8;
}

#contact_data {
   position: absolute;
   top:300px;
   z-index:1;
}

* html #contact_data {
   position: absolute;
   top:330px;
   margin-left: -488px;
}

*:first-child+html #contact_data {
   position: absolute;
   top:300px;
   margin-left: -488px;
}

#username {
   width:115px; 
   height:16px; 
   z-index:30;
   border-width: 0px;
   font-size: 9px;
   padding: 1px;
   text-align: center;
   margin-left:15px;
   margin-top:21px;
}

#password {
   margin-top:21px;
   margin-left:15px;
   width:115px;
   height:16px;
   border-width: 0px;
   font-size: 9px;
   padding: 1px;
   text-align: center;
}

.partnerbutton {
   background-color: white; 
   margin: auto;
   text-align: center;  
   width: 168px;
   margin-bottom: 10px;
   padding: 3px;
   border: 1px #95ACCC solid;
}

.infobox-left{
	width: 180px;
	margin-left: 9px;
}

TD.infoBoxHeading {
  	font-size: 10px;
  	font-weight: bold;
  	background: #345C99;
  	filter:alpha(opacity=50);
  	-moz-opacity:0.5;
  	color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
}

.infoBox {
	font-family: Verdana, Arial, sans-serif;	
	font-size: 10px;
  	background: #b6b7cb;
}

.infoBoxContents {
  	background: #f8f8f9;
  	font-size: 10px;
}

.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.boxText a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

p.center{
  margin: auto;
}

p.nomargin{
  padding: 0;
  margin: 0;
}

#login_form {
  text-align: center;
}

.login_input {
   width: 155px;
}

span.underline {
  text-decoration: underline;
}

