/* CSS Basic Stylesheet for DRK Site */


/* 
#2b034b - dark purple
#6b94a8 - teal
#efd5ff - lavendar

*/


a:link { text-decoration: underline; color: #fff; } 
a:visited  { text-decoration: underline; color:#fff; } 
a:hover { text-decoration: underline; color:#efd5ff; }  
a:active { text-decoration: underline; color:#efd5ff; } 

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #2b034b url(../images/bg.gif) repeat-x;
	text-align: center;
	color: #fff;
	text-align: left;
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
}


h1 { /*for screen readers*/
    text-indent: -9999px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

h1 a { /*for visual browsers*/	
   display: block;
   background: url(../images/banner.jpg) no-repeat;
   width: 770px;
   height: 230px;  
}


h2 { /*page headers*/
	margin-bottom: 20px;
}

h3 {
	font: bold italic 75% Verdana, Arial, Helvetica, sans-serif;
	color: #efd5ff;
	margin: 15px 0;
}




p {
	margin: 0;
	padding: 0;
    font-size: 75%;
	color: #fff;
	line-height: 160%;
	padding-bottom: 15px;
}


p.access { /*skip nav*/
	display: none;
}

p.small {
	font-size: 70%;
	text-align: center;
	margin-top : 10px;
}


ul {
	list-style-type: square;
	margin-left: 20px;
}

li {
	font-size: 75%;
	text-decoration: none;
	padding-bottom: 10px;
}










