/* Site Structure */
html {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	background: #cdbf9e url("images/background_body.gif") repeat top left;
}

#container {
	width: 100%;
	height: 100%;
	text-align: center;
}

#mainTable {
	height: 100%;
	width: 770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 auto
}

	/* Header */	
	#mainTable #headerLogo {
		width: 770px;
		height: 95px;
		background-image: url("images/header_logo.gif");
	}
	
	#mainTable #headerMenu {
		width: 190px;
		height: 305px;
		padding-top: 20px;
		background: #9c927e url("images/header_Menu.gif") no-repeat top left;
	}
	
	#mainTable #headerWelcome {
		width: 568px;
		height: 305px;
		background: #9c927e url("images/header_welcome.jpg") no-repeat;
	}
	
	#mainTable #headerMenu img {			/* For the menu images */
		width: 144px;
		display: block;
		margin: 0 0 10px 58px;
		border: 0;
	}
		
	/* Content */
	#mainTable #contentLeft {
		width: 56px;
		background-color: #FFFFFF;
	}
	
	#mainTable #contentBlue {
		width: 137px;
		background: #000d73;
		text-align: right;
		padding-right: 5px;
		vertical-align: top;
		padding-bottom: 70px;
	}
	
	#mainTable #contentBlue img {
		position: relative;
		margin-top: -34px;
		margin-bottom: 40px;
	}
	
	#mainTable #content {
		height: 100%;
		width: 551px;
		background-color: #FFFFFF;
		padding: 4px 10px 10px 10px;
		vertical-align: top;
	}
	
	#mainTable #contentRight {
		width: 11px;
		background-color: #ee0600;
	}
	
	/* Footer */
	#mainTable #footer {
		height: 17.5px;
		background: #00094b url("images/footerBackground.gif") repeat-x top;
		color: #FFFFFF;
		font-size: 11px;
		text-align: right;
		padding: 0 8px 0 8px;
	}
	
	#mainTable #footerBlue {
		width: 144px;
		background: #000d73;
		text-align: center;
		vertical-align: middle;
	}
	#mainTable #footerBlue a{
		color: #ccccFF;
		text-decoration: none;
		font-weight: bold;
	}

/* Text and headers */
p {
	color: #00094b;
	margin: 0 0 15px 0;
}

#mainTable h2 {
	font-size: 10px;
	font-weight: bold;
	color: #00094b;		
	padding: 0;
	margin: 0;
}

/* Links */
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.link {
  color: #FF0000;
  font-weight: bold;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}


/* Form stuff */
  .formleftTop {
    font-weight: normal;
  	font-size: 10px;
    color: white;
  }
  
  .formrightTop {
    font-weight: normal;
  	font-size: 10px;
    color: white;
    text-align:right;
  }
  
  .txtfieldTop {
    width: 80px;
    height: 15px;
  	font-size: 10px;
  }
  .formleft {
    font-weight: normal;
  	font-size: 10px;
    color: white;
  }
  
  .formright {
    font-weight: normal;
  	font-size: 10px;
    color: white;
    text-align:right;
  }
  
  .txtfield {
    width: 80px;
    height: 15px;
  	font-size: 10px;
  }
  
  #login {
    width: 40px;
    height: 20px;
    font-size: 10px;
  }