body,
html {
    margin: 0;
	padding: 0;
	background: #fff;
	color: #000000;
	}
body {
    min-width: 900px;
	line-height: 1.5em;
	font-family:times;
    font-weight:100;
    font-size:11pt;	
	}
#wrap {
    background: #fff;
	margin: 0 auto;
	width: 900px;
	}
#header {
    background:#fff;
	text-align:right;
	padding:20px;
	}
#header h1 {
    color: #CCCCCC;
    padding: 5px;
	margin: 0;
    }
#nav {
    background:#fff;
	padding: 10px 0px;
    }
#main {
	float: right;
	width: 710px;
	text-align: left;
	border-left: solid 2px #000000;
	padding: 0px 10px;
	}
#main h2, #main h3, #main p {
    padding: 0 5px;
	}
#mainG {
    float: right;
    }

/***********************************************/
/* Left Side Navigation                        */
/***********************************************/
	
#sidebar {
    background:#fff;
	float: left;
	width: 160px;
    }

/***********************************************/
/* Footer                                      */
/***********************************************/
	
#footer {
    background:#fff;
	clear: both;
    padding: 5px;
	margin: 0;
	}
#footer a{
    color: #FFFF80;
    }
	
/***********************************************/
/* Formatting                                  */
/***********************************************/
	
b {
    font-size: 110%;
}
u {
    color: #0000ff;
}
em {
    color: red;
}
font {
    font-family:times;
	font-style:normal;
}
img.floatright { 
    float: right; 
    clear: right; 
    margin: 10px;
	padding: 10px; 
}

.img{
float: right;
width: 400px;
}


.style1 {
    color: #0000FF
}

/***********************************************/
/* Left Nav                                    */
/***********************************************/

table.nav {
	border-collapse: collapse;

	border-spacing: ;
	background-color: white;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
table.nav th {
	border-width: 2px;
	padding: 2px;
	border-style: none;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
}
table.nav td {
	text-align: right;
	background-color: white;
	-moz-border-radius: ;
	border-bottom-style: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.btnav { 
    background-color: #ffffff; 
    border: 0px;
} 

/***********************************************/
/* Links                                       */
/***********************************************/

a{
  font-size: 15px;
  font-weight:100;
  color: #000000;
}
a:link, a:visited, a:hover {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color:#000000;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}




/***********************************************/
/* Other                                       */
/***********************************************/
div.sample_attach, a.sample_attach
{
  width: 150px;
  border: 1px solid black;
  background: #ffffff;
  padding: 0px 5px;
  font-weight: 200;
  color: #000000;
  text-align: center;
}

a.sample_attach
{
  display: block;
  border-bottom: none;
  text-decoration: none;
}

form.sample_attach
{
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  background: #FFFFEE;
  padding: 0px 5px 2px 5px;
}

