@charset "UTF-8";

html, body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;

	height: 100%;

}

img {
	border: 0;
}

a {
	color:#746347;
}

p {  }

.centertext
{
	text-align: center;
	font-size: 12px;
	margin-top:5px;
}

#content{
	width: 955px;
	margin: auto;
	overflow: visible;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	height: 100%;
}


#cert p {
	width: auto;
	margin:0px;
	padding:0px;
	text-decoration: none;

}

#cert .reason
{
	position: absolute;
	top: 230px;
	width: 955px;
	text-align: center;
	font-size: 55px;
	/* line-height:120%; */
	text font-family: georgia, serif;
	margin: 0px auto;
	height: 100px;
	vertical-align: top;
}

#cert .recipient
{
	position: absolute;
	top: 335px;
	width: 955px;
	text-align: center;
	font-size: 35px;
	font-family: georgia, serif;
	margin: 0px;
	height: 100px;
}

#cert .giver
{
	position: absolute;
	top: 386px;
	right: 30px;
	width: 300px;
	font-size: 23px;
	line-height: 100%;
	font-family: georgia, serif;
	margin: 0px;
	height: auto;
	text-align: left;
}

#cert .date
{
	position: absolute;
	top: 420px;
	right: 30px;
	width: 300px;
	font-size: 23px;
	line-height:100%;
	font-family: georgia, serif;
	margin: 0px;
	height: auto;
}

#cert .certnumbers
{
	position: absolute;
	top: 398px;
	left: 100px;
	width: 100px;
	font-size: 22px;
	text-align: center;
	line-height:100%;
	margin: 0px;
	height: auto;
	color: white;
}

#cert .editable
{
	position: absolute;
	text-align: center;
	font-size: 15px;
	line-height:100%;
	font-family: georgia, serif;
	margin: 0px;
	height: auto;
}

.micetype
{
	text-align: center;
	font-size: 8px;
	margin:5px;
	margin-bottom:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.prompt { color: black; }

#nav
{
text-align: center;
width: 500px;
margin:0px auto;
clear:both;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#nav ul { 
padding:0px;
margin:0px;
}

#nav ul li
{
	display: inline;
	list-style-type: none;
}

#nav ul li a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
		color:#746347;

}

#nav li a:hover
{
	color: #254f85;
	text-decoration: underline;
}

#footer
{
	text-align: center;
	width:400px;
	margin: 0px auto;
	font-size: 9px;
	clear:both;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	
}

#footer ul {
padding:0px;
margin:0px;
}

#footer li
{
	display: inline;
	list-style-type: none;
	font-size: 9px;
}

#footer ul li a
{
	color: grey;
	text-decoration: underline;
	margin-left:10px;
	text-decoration: none;
}

#footer ul li a:hover
{

	font-size: 9px;
	color:red;
}

#subtitle
{
	display: block;
	height: auto;
	width: 95%;
	margin: 0px auto;
	text-align: center;
	margin-top: 5px;
	font-size: 10px;
}

#subtitle p {
	margin: 0px;
	
}

#secondary-content
{
	width: 450px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	clear:both;
}

#secondary-content p{
 font-size: 14px; }


.left {
float: left;
}

.right {
float: right;
}

#browse
{
	margin: 0px auto;
	font-size: 20px;
	margin-top:10px;
	width: 340px;
	text-align: left;
}

#browse ul {
	
	padding:0px;
	list-style-type: none;
	margin-top:0px;
}

#browse li a
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 20px;
	color:#5c3e0d;
}

#browse li a:hover
{
	color:#254f85;
}

#browse a {

}

.smalltext { font-size: 17px; }

#create {
	font-size:12px;
	margin-top: 5px;
}


.menu {
	border:solid;width:25px;display:solid;text-decoration:none;
	border-width:2px;padding-right:3px;
	padding-left:3px;margin-right:10px;color:gray;
	font-size:18px;background-color:black;color:white;
	border-color:black;font-weight:normal;
	text-transform: uppercase;
}

#message_box { 
	position: absolute; 
	top: 0; left: 0; 
	z-index: 10; 
	background:#ad5025;
	padding:5px;
	border:1px solid #CCCCCC;
	text-align:center; 
	font-weight:bold; 
	width:99%;
	color:white;
}

.input_fields {
}

.input_fields input {	
	background-color: white;
	font-size: 25px;
	margin:0px;
	position:absolute;
	top:10px;
	left: 250px;
}

.input_fields2 {
}

.input_fields2 input {	
	background-color: white;
	font-size: 20px;
	margin:0px;
	position:absolute;
	top:0px;
	left:0px;
}


.ok-button {

	position:absolute;
	top:10px;
	left:660px;

}

.ok-button2 {

	position:absolute;
	top:0px;
	left:211px;

}