/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(images/bg-line.gif) repeat-x center top;
	font-family: georgia,arial,helvetica,sans-serif;
}

#bamboo {
	background: url(images/bg-bamboo.jpg) no-repeat;
	background-position: 0 0;
}

/* Layout
----------------------------------------------*/
#frame {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	padding:0;
	text-align:left;
	}

#header {
	margin: 0;
	height: 100px;
}

#side-a {
	float: left;
	width: 180px;
}

#content { 
	float: left;
	width: 590px;
}

#content-container { 
	margin: 0 25px;
}

#footer {
	height: 23px;
	clear: both;
	background: url(images/bg_footer.gif) repeat-x top center;
	text-align: center;
}


/* Image Styling 
----------------------------------------------*/

#header img {
	border: 0;
	float: left;
	padding-top: 4px;
}

img.floatRight { 
    float: right; 
	margin: 0 0 20px 36px;
}

img.logo { 
    margin-top: 5px; 
}

/* Side Navigation
----------------------------------------------*/

#side-a ul {
	margin: 0;
	padding: 10px 0 10px 0;
	list-style: none;
}

#side-a li.nav {
	margin: 0;
	padding: 5px 0 5px 20px;
	background: url(images/bullet.gif) no-repeat 0 50%;
}

a.menu  {
	padding-left: 4px;
}

a.menu:link{
  font-size: 12px;
  color: #333;	
  text-decoration:none;
}

a.menu:visited{	
  font-size: 12px;
  color: #666;	
  text-decoration:none;
}

a.menu:hover{	
  font-size: 12px;
  color: #999;	
  text-decoration:underline;
}

a.menu:active{	
  font-size: 12px;
  color: #666;	
  text-decoration:underline;
}

a.menu-selected  {
	padding-left: 4px;
}

a.menu-selected:link{
  font-size: 12px;
  color: #005b95;
  text-decoration: none;
}

a.menu-selected:visited{	
  font-size: 12px;
  color: #005b95;
  text-decoration:none;
}

a.menu-selected:hover{	
  font-size: 12px;
  color: #005b95;	
  text-decoration: none;
}

a.menu-selected:active{	
  font-size: 12px;
  color: #005b95;
  text-decoration: none;
}


#side-a li.nav-line {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 174px;
  height: 1px;
  background: url(images/nav-div.gif) no-repeat; 
}


/* Headers and copy 
----------------------------------------------*/

h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}

#content-container p {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #333;
	padding-bottom: 10px;
	text-align: justify;
}

#content-container p.nojustify {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #333;
	padding-bottom: 10px;
	text-align: left;
}

#content-container ul{
	font-size: 0.9em;
	color: #333;
}

p.box {
	font-size: 11px;
	color: #333;
	padding-bottom: 2px;
}

a:link {
	color:#638938;
	text-decoration:none;
}

a:hover {
	color:#666;
	text-decoration: underline;
}

/* Footer copy 
----------------------------------------------*/

div.footer-txt {
	color: #fff;
	font-size: 10px;
	padding-top: 5px;
}

div.footer-txt a {
	color: #fff;
	text-decoration: none;
}

div.footer-txt a:hover {
	color: #fff;
	text-decoration: underline;
}


/* Line divider with IE workaround
----------------------------------------------*/
div.hr {
  height: 9px;
  background: #fff url(images/line.gif) no-repeat center;
}
div.hr hr {
  display: none;
}
</style>