body td {
	font-family:'Tahoma';
	font-size: 13px;
	color: #000;
	margin: 15px;
}

#top {
	background-color: #fff;
	background-image: url(img/logo5.gif);
	background-repeat: no-repeat;
	height: 103px; 
}

#left {
	padding-top: 20px;
	background-color: #D9E4FD;
	width: 200px;
	
}

#right {
	background-color: #fff;
	border-left: 1px solid #4F7ABB;
	padding: 5px;
	font-family:'Tahoma';
	font-size: 13px;
	background-image: url(img/organ.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#bottom {
	background-color: #4F7ABB;
}

#search {
	margin-left: 10px;
}

a:link {
	text-decoration: underline;
	font-family:'Tahoma';
	font-size: 13px;
	color: #000;
}

a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #ccc;
}


h1.headline {
	color: #036311;
	font-family: Comic Sans MS;
	padding: 2px;
	font-size: 18px;
	margin-bottom: 5px;	
	margin-top: 10px;
	font-weight: bold;
	border-bottom: 1px dashed #036311;
}

h1.subheadline {
	
	font-family: arial, verdana, helvetica; 
	font-size: 14px; 
	font-weight: bold;
	display: inline;
	color: #036311;
	margin-top: 4px;
	margin-bottom: 4px;
}

.box {
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #A31A31;
	background-color: #fff;
	width: 100%;
	font-family:'Tahoma';
	font-size: 12px;
	
}

.boxtop {
	background-color: #4F7ABB;
	font-weight : bold;
}

.boxleft {
	text-align: center;
}

.boxright {
	
}
 
.width {
	width: 95%;
	min-width: 500px;
}

.center {
	text-align: center;
}

.centerBold  {
	text-align: center;
	font-weight: Bold;
}

.right {
	text-align: right;
}

.form {

	width: 160px;
	border: 1px solid #4F7ABB;
	margin: 2px;
}

.vcform {
	width: 160px;
	margin: 2px;
}

.submitbutton {
	width: 50px;
	font-size: 12px;
	margin: 2px;
}

#navcontainer
{
padding: 2px;
margin-left: 15px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Tahoma, Helvetica, sans-serif;
font-size: 13px;
font-weight : bold;
}

#navcontainer li 
{ 
margin: 0 0 3px 0;
}

#navcontainer a
{
padding: 2px 2px 2px 16px;
background-image: url(img/menuwhite.jpg);
background-repeat: no-repeat;
background-position: center left;
}

#navcontainer a:link, #navlist a:visited
{
color: #036311;
text-decoration: none;
}

#navcontainer a:hover
{
background-image: url(img/menured.jpg);
background-repeat: no-repeat;
background-position: center left;
color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
background-image: url(img/menured.jpg);
background-repeat: no-repeat;
background-position: center left;
color: #333;
}


#leftnavlist
{

margin: 0;
padding: 0 0 0px 3px
}

#leftnavlist ul, #leftnavlist li
{
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
list-style-type: none;
border-bottom: 1px solid #ccc;
}

#leftnavlist a:link, #leftnavlist a:visited
{
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 0px;
text-decoration: none;
color: #036311;
font-family:'Tahoma';
font-size: 13px;
}

#leftnavlist a:link#current, #leftnavlist a:visited#current, #leftnavlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#leftnavlist a:hover { 
color: #000; 
}


hr {
	border: 1px solid #D9E4FD;
}

@media print {
	.print { display: none; }
}

.cv {
	border: 1px solid #4F7ABB;
	margin-left: 25px;
	width: 400px;
}