body {
	position: relative;
	margin: 0 auto;
	width: 750px;
	text-align: left;
	background-image:url('images/bck01.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #eeeeee;
}

#wrapper {
	position: relative;
	left:0px;
	top:0px;
	width:750px;
	}

#header {
	float: left;
	width: 750px;
	height: 120px;
	background-image:url('images/header.gif');
	background-repeat: no-repeat;
	}

#main {
	float: left;
	width: 750px;
	background-image:url('images/bck02.gif');
	background-repeat: repeat-y;
}

#col01 {
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	width: 150px;
}

#col02 {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	float: left;
	width: 500px;
}

#footer {
	float: left;
	height: 60px;
	width: 750px;
	clear: both;
	background-image:url('images/footer.gif');
	background-repeat: no-repeat;
}
#credits{
	font-size: x-small;
	margin-left:35px;
}

body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1 {
	background-color: #9A9ABF;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: strong;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
}
h2 {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: strong;
	text-decoration: none;
	font-size: 1em;
}
a:link {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a:visited {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a:hover {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.floatleft{
	float: left;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 10px;
	clear: left;
}

    #tabs {
      float:left;
      width:100%;
	background-image:url('images/nav.gif');
	background-repeat: repeat-y;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 70px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

.indentblock {
margin-left:40px;
}
.imgr {
	float: right;
	padding: 0px 5px 5px 5px;
	border: 0;
}
/**********************************************/
/*    List Styles                            */
/**********************************************/
.lsthd
{
	background-color: #DCEBF8;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	font-size:small;
	font-weight:bold;
	font-style: italic;
}
.lstbkg0
{
	background-color: #eeeeee;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 100%;
}
.lstbkg1
{
	background-color: #FFFFFF;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 100%;
}
.lst0{
	text-indent: 2px;
	float: left;
}
.lstr0{
	text-indent: 2px;
	float: right;
	margin-right: 2px;
}
.lst5-0{
	text-indent: 2px;
	float: left;
	width: 5%;	
}
.lstr5-0{
	text-indent: 2px;
	text-align:right;
	float: left;
	width: 5%;	
}
.lst10-0{
	text-indent: 2px;
	float: left;
	width: 10%;
}
.lst15-0{
	text-indent: 2px;
	float: left;
	width: 15%;
}
.lst15bi-0{
	text-indent: 2px;
	font-style:italic;
	font-weight:bold;
	float: left;
	width: 15%;
}
.lst20-0{
	text-indent: 2px;
	float: left;
	width: 20%;
}
.lst20bi-0{
	text-indent: 2px;
	float: left;
	width: 20%;
	font-weight:bold;
	font-style:italic;
}
.lst35-0{
	text-indent: 2px;
	float: left;
	width: 35%;
}
.lst40-0{
	text-indent: 2px;
	float: left;
	width: 40%;	
}
.lst50-0{
	text-indent: 2px;
	float: left;
	width: 50%;	
}
.lst80-0{
	text-indent: 2px;
	float: left;
	width: 80%;	
}
.lsttitle {
	text-indent: 5px;
	float: left;
}
.lstdate {
	text-indent: 5px;
	float: left;
	font-weight:bold;
	font-style:italic;
	width:15%;
}
.lstsummary {
	text-indent: 5px;
	float: left;
}
.lstauthor {
	text-indent: 2px;
	margin-right: 2px;
	float: right;
	font-size:smaller;
}

/**********************************************/
/*    Form Styles                            */
/**********************************************/

#cmsform1 {

}

#cmsform1 fieldset {
	border-style: none;
}
#cmsform1 label {
	width: 20%;
	float: left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 3px;
}
#cmsform1 input, textarea {
	float: left;
	margin-bottom: 3px;
}
#cmsform1 select {
	float: left;
	margin-bottom: 3px;
	width: 200px;
}
#cmsform1 radio {
	float: left;
	margin-bottom: 3px;
}
#cmsform1 br {
	clear:both;
	width: auto;
}
.cmsformbuttons{
	float:left;
	clear:none;
	margin-left:0.25em;
	margin-right:0;
margin-top:2em;
}
.subbutton {
	float: none;
	width: auto;
	margin-left: 40px;
	margin-top: 5px;
}
.subbutton2 {
	float: left;
	width: auto;
	margin-top: 5px;
}

	 