body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #ffffff;
 line-height: 0.999;
		width:745px;
		padding:0 0 14px 0;
		margin:10px auto;
		background: url(/images/header_fade.jpg) bottom left no-repeat;
		margin:0;
		padding:7px 10px 3px 10px;
		background: url(/images/header_fade.jpg) top left no-repeat;
}

h2{
 font-size: 120%;
 color: #006699;
 line-height: 0.500;
 padding: 5px;	
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
		border-style: inset;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}



  table, tr, td { 
  background-color:transparent; 
 border:none; 
 border-width:0px; 
 } 

  table table table { 
  width:100%; max-width: 600px; } table table table table { width:100%;; 
 } 

  body, .bodyContent  { 
  background-image:url(/images/greygrad.jpg); 
 background-position:Center Center; 
 background-attachment:fixed; 
 background-repeat:repeat; 
 border-width:0px; 
 border-style:Solid; 
 } 

  table table { 
  border:0px; 
 } 

  table table table table { 
  border:0px; 
 background-image:none; 
 background-color:transparent; 
 } 

  table table table { 
  border-style:Solid; 
 border-width:0px; 
 background-attachment:fixed; 
 } 

	.borderbox {
		width:600px;
		padding:0 0 14px 0;
		margin:10px auto;
		background: url(/images/border/backborder.gif) bottom left no-repeat;
	}
	.borderbox h3 {
		margin:0;
		padding:7px 10px 3px 10px;
		background: url(/images/border/backborder.gif) top left no-repeat;
	}
	.borderbox p {
		margin:0;
		padding:0 10px 3px;
		border:1px solid #CCCCCC;
		border-width:0 1px;
		background:#fff;
	}
	
/* what follows is for css buttons */
	
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/cssrightbutton.jpg') no-repeat scroll top right;
    color: #006699;
    display: block;
    float: left;
    font: bold 15px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/cssleftbutton.jpg') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 