BODY {
	background-color : #C97D18;
	color : Green;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#main {
	background-color : White;
	color : Green;
	border : 1px solid Green;
	padding : 5px;
	margin : 5px 8em 5px 5px;
	
}
H1 {
	font-size : 150%;
}

#nav {
	width : 7.06em;
	float : right;
}

#finder {
    float: right;
    padding: 5px; 
    border: 1px solid green; 
    margin-top: 2em; 
    margin-right: 3em;
}

#logo2 {
    display:none;
}

div#jsprint {
    float: right;
}

H2 {
	font-size : 120%;
	text-align : right;
}

div#jsprint {
    margin-top: -30px;
    margin-right: 50px;
}

#card {
	border: 1px solid green; 
	padding-right: .5em; 
	padding-bottom: .5em; 
	padding-left: .5em; 
	padding-top: 0em;  
	background:#ffffcc; 
	font-size: 85%; 
	margin-top: 50px;
}
#card ul {
	background: transparent; 
	border: none; 
	clear: left;
}

img.card {
	width: 150px;
	height: 108px;
	position: relative; 
	top: -10px; 
	margin-left: 8px; 
	float: left; 
	border: none;
}

.copyright {
	background-color : #C97D18;
	color: white;
	background-image : url("images/footer2.jpg");
	background-repeat : no-repeat;
	font-size : 70%;
	text-align : right;
	width : 500px;
	padding-right : 100px;
	height : 70px;
	line-height : 70px;
	clear: both;
}

ul {
	clear: left;
}

ul li {
	margin-left: -10px;
	list-style : none;
	padding-left : 0px;
	list-style-image : url("images/checkmark.gif");
}

td {
	text-align: center;
}

dt {
	font-weight: bold;
	background:#ffffcc;
}

a:link,a:active,a:visited { 
	text-decoration: none;
	color : #187c30; 
	background-color: transparent;
	background: transparent;
    font-weight: bold;
}
a:hover	{ 
	text-decoration: underline; 
	color : #C97D18; 
	background-color: transparent;
	background: transparent; 
    font-weight: bold;
}
.continue {
	font-size: 80%;
	width: 100%;
	text-align: right;
    clear: both;
}
.small_r {
    font-size: 80%;
    text-align: right;
}   

div#subcard	{position: relative; top: -20px;}
