
/* workaround for mozilla firefox so that it reads padding the same way as IE */
div	{
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		margin:0;
		padding:0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

p	{
		color: #2A1010;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px; 
	color: #254931;
}

h2 {		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #254931;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #2A1010;
}

.trhead	{
	background-color: #6C8A78; color: White; font-weight: bold;
}

.trheadnb	{
	background-color: #6C8A78; color: White;	font-weight: normal; font-size: 11px; 
}

.trwhite	{
	background-color: #ffffff; 	color: Black; 
}

.trlite	{
	background-color: #f2f2f2; 	color: Black;
}

.trdark	{
	background-color: #d4d4d4; 	color: Black;
}

.paranorm {
		color: #2A1010;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
}

#header {
		width: 950px;
		height: 134px;
}

#menubar {
		width: 210px; 
		height: 375px; 
		float: left;
}
  
.footertext {
		font-size: 11px; 
		font-family: Arial, Helvetica, sans-serif; 
}

.simplecontentbox	{
	background-color: #F2F2F2;
	width: 500px;
	border: 1px solid #3C2424;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
}

.contentbox	{
		background-color: #FBF8F2; 
		border: 1px solid #3C2424; 
		font-size: 13px; 
		font-family: Arial, Helvetica, sans-serif; 
}

.sborder {
 		border: 1px solid #965050; 
}

.linkdiv {
	font-size: 11px; 
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
}

.picright {
	float : right;
	padding-left : 15px;
	padding-bottom : 5px;
	background : transparent;
}

.picleft  {
    float : left;
    padding-right : 15px;
    padding-bottom : 5px;
	background : transparent;
}

/* LINK styles */
a:link {
		color: #254931;
		font-family: Arial,Helvetica,sans-serif;
		text-decoration: underline;
		font-size: 12px;
}

a:visited {
		color: #254931;
		font-family: Arial,Helvetica,sans-serif;
		text-decoration: underline;
		font-size: 12px;
}

a:hover {
		color: #789985;
		font-family: Arial,Helvetica,sans-serif;
		text-decoration: none;
		font-size: 12px;
}

/* LINK styles */
a.footerlink:link {
		color: #254931; 
		font-family: Arial,Helvetica,sans-serif; 
		text-decoration: underline; 
		font-size: 12px;
}

a.footerlink:visited {
		color: #254931; 
		font-family: Arial,Helvetica,sans-serif; 
		text-decoration: underline; 
		font-size: 12px;
}

a.footerlink:hover {
		color: #789985;
		font-family: Arial,Helvetica,sans-serif; 
		text-decoration: underline; 
		font-size: 12px;
}

/* LINK styles */
a.footprint:link {
		color: #254931; 
		font-family: Arial,Helvetica,sans-serif; 
		text-decoration: underline; 
		font-size: 12px;
}

a.footprint:visited {
		color: #254931; 
		font-family: Arial,Helvetica,sans-serif; 
		text-decoration: underline; 
		font-size: 12px;
}

a.footprint:hover {
		color: #789985;
		font-family: Arial,Helvetica,sans-serif; 
		text-decoration: underline; 
		font-size: 12px;
}

.nbh3	{
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
		color: #254931;
		font-weight: bold;
}

.commandtext{
	color: #B22222;
}

.white {
	color: #ffffff;
}

input,select,textarea,option {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #1A1A1A;
	background: #FFFFFF;
	border: 1px solid #666666;
}

input.noline 	{
	background: transparent;
	border-width : 0px 0px 0px 0px;
}

input.formbutton {
	background: #395AA5;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	border-bottom: 1px solid navy;
	border-left: 1px solid navy;
	border-right: 1px solid navy;
	border-top: 1px solid navy;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

.editnote {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #ff0000;
	font-weight: bold;
}
