/* Tag styles */
body {
  background: white;
	margin: 0px 0px 0px 0px;
}
/* END Tag styles */

/* ID styles */
#headercontainer {
  background:black;  /* default menu color */
	text-align:center;
}
#header {
  clear:both;
	width: 100%;
	height: 150px;
  background: url(../images/blue-bg.jpg);
}
#flashmovie {
  float:left;
	width:396px;
	height:150px;
}
#header-right {
/*	float:left;*/
	height: 150px;
/*	width: 370px;*/
	font: 14px Georga, serif;
	color: white;
	padding: 0px 3px 0px 0px;
	text-align:left;
}
#officelogo {
  margin:5px 0px 0px 0px;
	width:110px;
	height:70px;
	float:right;
}
#officelogo img {
  width: 110px;
	height: 62px;
	float: right;
}
#userinfo {
  float:left;
	margin:0px 0px 0px 2px;
	width: 240px;
	height: 67px;
}
#useraddress {
  float:right;
	margin:0px 0px 0px 0px;
	text-align:right;
	clear:right;
	font-weight: bold;
}
#defaultmenu {
  clear:both;
	font:bold 14px Georga, serif;
	color:white;
	letter-spacing:+1px;
	text-align:center;
	width: 630px;
	height: 18px;
	margin-left:auto;
	margin-right:auto;
}
#usermenubox {
	background:white;
	width:195px;
	float:left;
	margin:0px 5px 0px 3px;
}
#usermenu {
  margin:0px 0px 0px 0px;
	border:black solid 1px;
	border-width:0px 1px 0px 0px;
}
/* END ID styles */

/* Class styles */
.defaultmenuitem {
  float:left;
	width:125px;
	text-align:center;
}
.defaultmenuitem a {
  color: white;
	text-decoration: none;
	display:block;
}
.defaultmenuitem a:hover {
  background: #666666;
}
.usermenuitem {
  float:left;
	width:100%;
	border:black solid 1px;
	border-width:0px 1px 1px 0px;
	font: 14px Georga, serif;
}
.usermenuitem a {
  text-decoration: none;
	display: block;
	color: black;
}
.usermenuitem a:hover {
  background: #94B8DA;
}
.footertext {
  font: 14px Georga, serif;
}
/* END Class styles */
