a {
	color:#2A1FAA;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color:#7F3F00;
	text-decoration:none;
	}

input,textarea {
	background-image:url(../images/backtile.png);
	background-repeat:repeat-x;
	box-shadow:rgb(180,180,180) 4px 2px 6px;
	-moz-box-shadow:rgb(180,180,180) 4px 2px 6px;
	-webkit-box-shadow:rgb(180,180,180) 4px 2px 6px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding: 2px;
}
	
.error {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
	}
.topform {
	margin:2px;
	padding:0px;
	background:#CCCCCC;
	}
	

.fullwidth {
	background-color: #C0C0C0;
	clear: both;
	width: 900px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 43px;
	margin-bottom: 5px;
	margin-left: 43px;
}
.menubar {
	background-color: #E4E4E4;
	padding: 1px;
		
}
.tables {
	background-color: #D7D7D7;
	text-align: left;
	vertical-align: top;
	border: thin solid #808080;
}

.box {text-align: left;
	background-color: #DDDDDD;
	margin: 5px;
	width: 230px;
	border:solid;
	border-color:#000000;
	background-image:url(../images/backtile.jpg);
	background-repeat:repeat-x;
	box-shadow:rgb(180,180,180) 4px 2px 6px;
	-moz-box-shadow:rgb(180,180,180) 4px 2px 6px;
	-webkit-box-shadow:rgb(180,180,180) 4px 2px 6px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding: 5px;
}

.docbox {
	
	text-align:left;
	margin-left:80px;
	margin-top:5px;
	margin-bottom:5px;
	width:800px;
	border:solid;
	border-color:#000000;
	background-color: #DDDDDD;
	background-image:url(../images/backtile.png);
	background-repeat:repeat-x;
	box-shadow:rgb(180,180,180) 4px 2px 6px;
	-moz-box-shadow:rgb(180,180,180) 4px 2px 6px;
	-webkit-box-shadow:rgb(180,180,180) 4px 2px 6px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding: 5px;
	}
	

.smallfont {
	font-size:x-small;
}
.medfont {
	font-size:smaller;
	}
.narrow
{line-height:14px;
margin-top:1px;
margin-bottom:1px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 5; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 12px;
	margin: 5px;
	text-align: center;
	line-height: 15px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.topright1 {
	z-index: 20;
	left: 800px;
	top: 10px;
}
