
body {		
	margin: 0px;
}

#page {
  width:900px;
  border-right:solid 1px #AAA;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #3F3F3F;
}

a {
  color: #3F3F3F;
}

h1 {
  font-size: 160%;
  margin-top:0px;
  padding-top: 20px;
} 

h2 {
  font-size: 130%;
} 

h3 {
  font-size: 110%;
} 


.align-center {
  text-align:center;
}

.align-right {
  text-align:right;
}
#header {
  width: 900px;
  height: 180px;
  background-image:url(images/header4.jpg);
}



#logobar {
  left:7px;
  top:11px;
  position:absolute;
  display:block;
  float:left;
  background-image:url(images/logobar.png);
  width:220px;
  height:211px;
  text-decoration:none;
  font-size:0px;
  color:white;
}

#menubar {  
  height:44px;
  background-image:url(images/menu-bar.png);
  padding-left:224px;
}

.menuitem {
  float:left;
  height: 40px;
  width: 100px;
  background-image:url(images/menu-bar-divider.png);
  background-position:right 2px;
  background-repeat:no-repeat;
  padding-right: 2px;
}

.menuitem a {
	height: 25px;
	width: 100px;
	display: block;
	text-decoration:none;
	font-size:110%;
	font-weight:bold;
	color: #666666;
	padding-top:14px;
	padding-bottom: 5px;
	text-align: center; 
	text-transform: uppercase;
}

#menuitem-selected a{
  color: #006AB3;
}

.menuitem a:hover {
  background-image:url(images/menu-bar-selected.png);
  background-repeat:repeat-x;
}


#main {
  width: 900px;
  background-image:url(images/leftbar-tile.png);
  background-repeat:repeat-y;
  background-position: 5px 0px;
}

#leftbar {
  position:absolute;
  top:222px;
  left:7px;
  Xdisplay:block;
  Xfloat:left;
  background-image:url(images/leftbar.png);
  width:170px;
  height:370px;
  background-repeat:no-repeat;
  padding-left: 25px;
  padding-top: 25px;
  padding-right: 25px;
  color: #666666;
  
}

#leftbar h1 {
	padding-top: 25px;
	text-transform: uppercase;
	font-size:130%;
    font-weight:bold;
	Xdisplay:list-item;
	Xlist-style:disc;
	Xlist-style-position:inside;
}

.submenu {
  padding-left: 0px;
  margin-left: 0px;
}

ul.submenu {
padding-left:14px;
}

.submenu li {
  color: #006AB3;
  margin-bottom:5px;
  
}

.submenu li a {
  color: #006AB3;
  font-size:105%;
  text-transform: uppercase;
  font-weight:bold;
text-decoration:none;
display:block;
}

.submenu li a:hover {
text-decoration:underline;
}

.submenu li:hover {
    text-decoration:underline;
}

#content {
  padding-left:255px;
  padding-right: 25px;
  padding-top:25px;
  padding-bottom: 50px;
  min-height: 300px;
  
}


#bottombar {
  background-image: url(images/bottombar-tile.png);
  background-repeat:repeat-x;
  height:60px;
  
}

#leftbar-bottom {
  color: white;
  font-size:80%;
  font-weight: bold;
  position: relative;
  left: 4px;
  float:left;
  background-image:url(images/leftbar-bottom.png);
  background-repeat:no-repeat;
  width: 225px;
  height: 60px;
  padding-left:30px;
  padding-top:12px;
}
#leftbar-bottom a {
  color:white;
}

#footer-menu {
  font-size:80%;
  font-weight: bold;
  padding-left: 250px;
  padding-top: 12px;
}
