@charset "utf-8";
/* CSS Document */

#body{
font-size:small;
font-family:Arial, Helvetica, sans-serif;
}

/*Eric Meyer's based CSS tab*/

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
border-bottom-color:#000000;
border-bottom-style:solid;
border-bottom-width:thin;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #000;
border-bottom: none;
background: #fef0d8;
}

#tablist li a:link, #tablist li a:visited{
color: black;
}

#tablist li a:hover{
color: #fef0d8;
background: #e8c88f;
border-color: #000;
}

#tablist li a.current{
background: #e8c88f;
}

/*Profile Page*/

.imgborder2 {margin:10px 35px 25px 10px;border:6px solid #e8c88f; float:left;}

.imgborder3 {margin:10px 20px 25px 20px;border:6px solid #660000; float:left;}

.profiletxtbox {
border-color:#660000;
border-style:solid;
border-width:thin;
margin:10px 10px 25px 10px;
}

.profiletxtname {
background-color: #ffff99;
color:#660000;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:20px;
padding:5px 10px 5px 10px;
border-bottom-color:#ffff99;
border-bottom-style:solid;
border-bottom-width:thin;

}

.profiletxtheader {
background-color: #660000;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
padding:5px 10px 5px 10px;
border-bottom-color:#660000;
border-bottom-style:solid;
border-bottom-width:thin;

}

.profiletxt{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding:10px 10px 10px 10px;
	line-height:18px;
	background-color: #ffffff;

}

.profilebox {
padding:10px;

}

.txt12c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;

}

/* Left Column */

#leftmenu{
/*background-image:url(../images/database-whiz-purple-bar.jpg);*/
background-repeat:repeat;
}

.leftlinks{
font-size:12px;
color:#ffffff;
font-weight:bold;
border-bottom-color:#ffffff;
border-bottom-width:1px;
border-bottom-style:solid;
padding:5px 2px 5px 6px;
}

A.left:link {
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:12px;
	text-decoration: none;
}
A.left:visited {
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:12px;	
	text-decoration: none;
}
A.left:hover {
font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-decoration: underline;
}


