/* CSS Document */

table {
	padding:0;
}

body,td,th {
	font-family: Garamond;
	background-color:#FFFFFF;
	margin-bottom:35px;
}

a.nav:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	
}
a.nav:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	
}
a.nav:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	
}
a.nav:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.nav:focus {
	text-decoration:none;
	outline:none;
	background-color:#FFFFFF;
}

a.internal:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	
}
a.internal:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	
}
a.internal:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	
}
a.internal:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.internal:focus {
	text-decoration:none;
	outline:none;
	background-color:#FFFFFF;
}

.style1 {
	color: #666666;
	font-family: Garamond;
	font-size: 20px;
	
}

.style2 {
	color: #666666;
	font-size: 15px;
	font-weight:bold;
	font-family: Garamond;
 }

.style3 {
	color: #666666;
	font-size: 15px;
	font-family: Garamond;
	text-align:justify;
}

.style4 {
	color: #666666;
	font-size: 12px;
	font-family: Garamond;
	text-align: center;
}

.style5 {
	color: #666666;
	font-size: 14px;
	font-family: Garamond;
	text-align: left;
}

.style6 {
	color: #666666;
	font-size: 15px;
	font-family: Garamond;
	text-align: center;
}

.style10 {
	color: #666666;
	font-size: 1em;
	font-family: Garamond;
}

#verticalcenter1 {
	display:table;
	height:97%;
	width:100%;
}

#verticalcenter {
	display:table;
	height:100%;
	width:100%;
}

#center {
	vertical-align:middle;
}

img {
	border:0;
}

#copyright {
	font-family: "Times New Roman", Times, serif;
	font-size:9px;
	color: #666666;
	text-align: center;
}

.hove {display:block; visibility:visible; position:absolute; top:1.15em; background:white; cursor:pointer;}
.hove:hover a
{color: #666666;
	font-weight: bold;
	text-decoration: none; position:relative;}


.hov table {position:absolute; border:0; border-collapse:collapse; left:0;}
.hov a {background:white; color:#666666}
.hov b {display:none; font-weight:normal;}
.hov:hover {position:relative; z-index:100;}
.hov a:hover,
.hov:hover a
{color: #666666;
	font-weight: bold;
	text-decoration: none; position:relative;}
.hov:hover b, 
.hov a:hover b
{display:block; visibility:visible; position:absolute; top:1.15em; background:white; cursor:pointer;}
.hov b a {white-space:nowrap; text-decoration:none; background:transparent; display:block;}
.hov b a:hover {color: #333333;}

.clear {clear:both;}

.collectiontext {

border-top: 1px solid #333333;
border-left: 1px solid #333333;
display:block;
height:30px;
padding-top:3px;
}

a:hover .collectiontext  {
background-color:#999999;
}

#collectioninfo {
padding-top: 15px;
padding-bottom: 15px;
}


span.drop{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ffffff;
    color:#666666;
    text-decoration:none}

span.drop:hover{z-index:25; background-color:#ffffff}

span.drop span{display: none}

span.drop:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.1em; left:-48px; width:200px;
    background-color:#ffffff; color:#666666;}

.articleleft {
width: 336px;
padding:6px;
margin:0;
text-align:justify;
float:left;
}

.articleright {
width: 336px;
padding:6px;
margin:0;
text-align:justify;
float:right;
}

.profile_indent {
	padding-left: 30px;
	text-align:left;
	line-height: 120%
}
