*{
margin:0;
padding:0;
}

html{
height: 100%;
margin:0;
padding:0;

}

body{
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #333333;
font-size:15px;
background-image: url(images/layout/bk.jpg);
background-position: top center;
}

h1{
font-size:15px;
font-weight:bold;
color: #009966;
}

h2{
font-size:14px;
font-weight:bold;
color: #009966;
}

p{
margin: 15px 0px 10px 0px;
text-align: left;
font-family: Geneva, Arial, Helvetica, sans-serif;
line-height: 20px;
}

.italic{
font-style: italic;
}

.italicQuote{
font-style: italic;
font-size: 12px;
}

.bold{
font-weight: bold;
}

.boldItalic{
font-style: italic;
font-weight: bold;
}

.clear{
clear: both;
}

.title{
float: left;
}

.ftLt{
float: left;
margin: 0px 5px 0px 0px;
}

.ftRt{
float: right;
margin: 0px 0px 0px 5px;
}

.clrLt{
clear:left;
}

#container{
background-image: url(images/layout/content.jpg);
background-position: top center;
margin:0 auto 0 auto;
width:960px;
min-height: 900px;
}

#header{
height: 190px;
width:960px;
background-image:url(images/layout/header.jpg);
background-repeat:no-repeat;
}

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

#footer{
float: left;
height:15px;
width: 652px;
padding-top: 52px;
text-align: center;
}

#main{
float: left;
width: 652px;
margin: 0 0 0 10px;
}

#topPad{
float: left;
width: 652px;
height: 31px;
background-image: url(images/layout/topPad.jpg);
margin: 10px 0 0 0; 
}

#contentPad{
float: left;
width: 612px;
height: auto;
background-image: url(images/layout/contentPad.jpg);
background-repeat: repeat-y;
padding: 0px 25px 15px 15px;
}

#bottomPad{
float: left;
width: 652px;
height: 31px;
background-image: url(images/layout/bottomPad.jpg);
background-position: top; 
}

#nav {
height: auto;
width: 230px;
float: left;
margin: 30px 0 0 15px;
}

#nav ul {
float: left;
text-align: left;
margin: 0px 0px 0px 40px; 
}

#nav li {
font-family: Verdana, Arial, Helvetica, sans-serif;
list-style: none;
float: left;
margin: 5px 0 5px 0;
width: 180px;
color: #009966;
font-weight: bold;
}

#nav li a {
color: #000000;
text-decoration: none;

}

#nav li a:hover {
color: #33FF99;
}

#nav li a span {
padding: 2px 1px 2px 1px;
}

#nav li a:hover span {

}

.pt li{
margin: 0 0 0 20px;
}

:link, :visited {
	color: #007766;
	text-decoration: none;
}

:link:hover, :visited:hover {
	color: #33CC99;
	list-style-image: url(images/bullet2.jpg);
}

:link:active, :visited:active {
	color: #009966;
}


#ninja :link, #ninja :visited {
	color: #007766;
	text-decoration: none;
}
#ninja :link:hover, #ninja :visited:hover {
	color: #33CC99;
	list-style-image: url(images/bullet2.jpg);
}
#ninja :link:active, #ninja :visited:active {
	color: #007766;
}

#ninja {
float: left;
width:960px;
height:30px;
text-align:center;
font-size:10px;
margin: 20px 0 20px 0;
}
