/* CSS Document */


BODY{

	margin-bottom:0;
	margin-left:10px;
	margin-right:0;
	margin-top:0;
	}


/* REMOVING IFRAME HORIZONTAL SCROLL*/
#middlecontent {
    /*width:insert width here;
    height:insert height here;*/
	overflow-x:hidden;
	overflow-y:auto;	
}


.navtext{
	margin-left:8px;
	margin-right:8px;
	margin-bottom:0px;
	margin-top:0px;
	}


P {		font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; text-align:left; }

.ptitle{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:10px;
text-align:center;
margin-bottom:0;

}


.ptitlenone{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:normal;
font-size:10px;
text-align:center;
margin-bottom:0;

}

.pname{
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
text-align:center;	
font-size:11px;
letter-spacing:3px;
}

.pquote{
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
font-size:14px;
line-height:25px;
text-align:center;
}

.pbody{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:22px;
text-align:left;
margin-top:30px;

}




.pbody2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
line-height:16px;
text-align:center;

}






.pbody2_smallcaps{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
text-transform:uppercase;
line-height:22px;
text-align:center;

}



.formText{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:22px;
text-align:left;
margin-top:0;

}



.header{

font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
text-transform:uppercase;
text-align:center;
margin-bottom:0;
margin-top:20px;
}


.h2{

font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
text-transform:uppercase;
text-align:center;
margin-bottom:0;
margin-top:20px;
}


.psubhead{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
text-transform:uppercase;
line-height:18px;
text-align:center;
margin-top:0;
margin-bottom:0;

}

.pnotes{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
line-height:16px;
text-align:left;

}



#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
/* float each list element inline */
#nav li {
padding:0px 0px 0px 0px;

  display: inline;
  }
/* style the links in the nav list */
#nav a {
  margin: 0;
  text-decoration: none;
  font-family:"Times New Roman", Times, serif;
  font-size:11px;
  padding:3px 3px 3px 3px;

  }
  
#nav a:link, #nav a:visited {
color:#666666;
  padding:3px 3px 3px 3px;

  }
#nav a:hover, #nav a:active {
color:#0066CC;
  padding:3px 3px 3px 3px;


  }
/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  background-color: #A8B2A3;
  color: #FFF;
  padding:3px 3px 3px 3px;

  }

#home #nav-home a,
#about #nav-about a,
#author #nav-author a,
#who #nav-who a,
#preview #nav-preview a,
#order #nav-order a,
#send #nav-send a 

{
  background-color: #A8B2A3;
}




#container{
padding:0;
width:775px;
height:580px;
margin-top:20px;
margin-left:95px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
background-color:#FFFFFF;
}

#nav{
margin-top:0px;

}

#content{
margin-top:0px;
padding:0 0 0 0;
background-color:#FFFFFF;



}


#footer{
margin-top:40px;
margin-left:675px;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
letter-spacing:2px;
background-color:none;


}



