* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background: url('../img/bg.jpg') center top repeat;
}

#wrapper { 
	margin: 0 auto;
	background: #fff;
	width: 960px;
}

#header {
	width: 960px;
	height: 149px;
	margin: 0px;
	padding: 0px;
	background: url('../img/header.jpg') no-repeat;
}

#header h1 {
	text-indent: -5000px;
	background: url('../img/wwss.png') center bottom no-repeat;
	height: 147px;
	width: 960px;
}

#header a {
	color: #000;
	text-decoration: none;
}

#navigation {
	width: 960px;
	height: 37px;
	padding: 0px;
	margin: 0px;
	background: url('../img/nav.jpg') no-repeat;
}

#navcontainer ul {
	margin: 0;
	padding-top: 10px;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	font-weight:  bold;
	font-family: "Times New Roman", serif;
	font-size: 14px;
	height:  27px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	text-decoration: none;
	padding-top: 10px;
	padding-right: 42px;
	padding-bottom: 10px;
	padding-left: 42px;
	color: #000;
	width: 150px;
	height: 37px;
}

#navcontainer ul li a:hover {
	color: #000;
	text-shadow: 0 0 0.4em #fff, 0 0 0.4em #fff, 0 0 0.4em #fff;
}

#leftcolumn { 
	color: #333;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	min-height: 350px;
	width: 720px;
	float: left;
	line-height: 1.5em;
}

#rightcolumn { 
	float: right;
	color: #333;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	min-height: 350px;
	width: 193px;
	display: inline;
	border-left: 1px solid #ccc;
	font-size: 12px;
}

#right-navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #ccc;
width: 190px;
}

#right-navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #ccc;
}

#right-navlist li a { text-decoration: none; }

#right-navlist li a:hover { 
	color: red;
	text-decoration: none; 
}

#footer { 
	font-size: 10px;
	width: 940px;
	clear: both;
	color: #333;
	background-color:#ccc;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

p {
	padding-bottom: 1em;
}

.bio-pic {
	float: right;
	clear: both;
	padding: 5px;
	margin: 10px;
	border:  1px solid #ccc;
	height: 250px;
  width: 165px;
}

.center {
  text-align: center;
  padding-bottom: .75em;
}

#contact-wrapper {
	//border:1px solid #e2e2e2;
	//background:#f1f1f1;
	padding:20px;
}

#contact-wrapper div {
	clear:both;
	margin:1em 0;
}

#contact-wrapper label {
	display:block;
	float:none;
	font-size:14px;
	width:auto;
}

form#contactform select {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:14px;
	color:#333;
}

form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:14px;
	color:#333;
}

form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}

.practiceLeft {
	float: left;
	width: 300px;
	padding: 10px;
	text-decoration: none;
}

.practiceRight {
	float: right;
	width: 300px;
	padding: 10px;
	display: inline;
	text-decoration: none;
}

#practice-table {
	margin: 45px;
	width: 580px;
	text-align: left;
	border-collapse: collapse;
}

#practice-table th {
	padding: 8px 2px 2px 2px;
	font-weight: normal;
	font-size: 20px;
	border-bottom: 2px solid #ccc;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
}

#practice-table td {
	padding: 12px 2px 0px 2px;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #669;
}

a{
	color: #669;
}

a.il {
	color: #333;
	text-decoration: none;
}

a:hover {
 text-decoration: underline;
}