html,body {
	margin:0;
	padding:0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
    
} 

body {
	font: 90% arial,sans-serif;
}

p {
	margin:0 10px 10px;
}

a {
	display:inline;
	color: #981793;
}

#container {
	height:100%;
}

#rightnav {
	background:#B9CAFF;
	float:left;
	width:25%;
	margin-left:-25%;
}



#footer {
	background: #333;
	color: #FFF;
	clear:left;
	width:100%;
}

#footer p {
	margin:0;
	padding:5px 10px;
}

#footer a {
	display:inline;
	padding:0;
	color: #C6D5FD;
}

#wrapper {
	float:left;
	width:100%;
}

#content {
z-index=0;
	margin: 0 17%;
}
#content p {
	line-height:1.4;
}


	

/*- left nav                            */

#leftnav {

	font-size: 100%;
	font-weight:bold;
	padding: 0px;
	margin: 0px;

	float:left;
	width:15%;
	margin-left:-100%
	
}

#leftnav h1 {
	display: block;
	background-color:#FF9900;
	font-size: 90%;
	padding: 3px 0 5px 3px;
	border: 1px solid #000000;
	color: #333333;
	margin: 0px;
	width:35%;
}

#leftnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#leftnav ul li {
	margin: 0px;
	padding: 0px;
}
#leftnav ul li a {
	
	display: block;
	border-bottom: 1px dashed #C39C4E;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #666666;
	
}

#leftnav ul li a:hover, #vertmenu ul li a:focus {
	color: #000000;
	background-color: #eeeeee;
}

/*- Menu Tabs--------------------------- */ 

#header h1 {
	height:40px;
	line-height:40px;
	margin:0;
	padding-left:10px;
	background: #EDF7E7;
	color: #79B30B;
	background:url("/static/img/back.png") no-repeat right;
	background-position:90% -25px;
}
#header .text {
	margin-left:30px;
	font-size: 80%;
}

   #header {
   
      float:left;
      width:100%;
      background:#EDF7E7;
      font-size:93%;
      line-height:normal;
      }
    #header ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
	  margin-left:17%;
      }
    #header li {
      display:inline;
      margin:0;
      padding:0;
      }
    #header a {
      float:left;
      background:url("/static/img/nav/tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #header a span {
      float:left;
      display:block;
      background:url("/static/img/nav/tabrightC.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#464E42;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a span {float:none;}
    /* End IE5-Mac hack */
    #header a:hover span {
      color:#FFF;
      }
     
      #header .s1 {
            float:left;
            background:url("/static/img/nav/tableftC.gif") no-repeat left top;
            margin:0;
            padding:0 0 0 4px;
            text-decoration:none;
            color:khaki;
            background-position:0% -42px;
            }
      #header .s2 {
            float:left;
            display:block;
            background:url("/static/img/nav/tabrightC.gif") no-repeat right top;
            padding:5px 15px 4px 6px;
            background-position:100% -42px;
           
      }
      
    #header a:hover {
      background-position:0% -42px;
      }
    #header a:hover span {
      background-position:100% -42px;
      }  
      
      
/* The big first letter of the paragraph */
.letter {
	margin-right:6px;
	margin-top:5px;
	float:left;
	color:white;
	background:khaki;
	border:1px solid darkkhaki;
	font-size:80px;
	line-height:60px;
	padding-top:2px;
	padding-right:5px;
	font-family:times;
}

.thumbnail{
	
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}	

.thumbnail a:hover{
	background-color: khaki;
	}	
.caption{ font-size: 0.9em; padding-top: 0.2em ;	}


/* link types - these get added with javascript on load */
.pdfLink {
padding-right: 19px;
background: url(/static/img/pdf.gif) no-repeat 100% .5em; 
display:inline;
}
.docLink { 
padding-right: 19px; 
background: url(/static/img/doc.gif) no-repeat 100% .5em; 
display:inline;
}
.zipLink { 
padding-right: 17px; 
background: url(/static/img/zip.gif) no-repeat 100% .5em;
display:inline;
}
.rarLink { 
padding-right: 17px; 
background: url(/static/img/zip.gif) no-repeat 100% .5em;
display:inline;
}
a.externalLink:link
{
background: url(/static/img/externalLink.gif) no-repeat 100% 0;
padding: 0 20px 0 0;
display:inline;
}

a.externalLink:visited
{
color: blue;
background: url(/static/img/externalLink.gif) no-repeat 100% -100px;
padding: 0 20px 0 0;
display:inline;
}

a.externalLink:hover
{
color: red;
background: url(/static/img/externalLink.gif) no-repeat 100% -200px;
padding: 0 20px 0 0;
display:inline;
} 
