
/* 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;
	background-color: #004074;
	font-family: Arial, Helvetica, sans-serif;
	color: #2A1010;
}

p	{
		color: #2A1010;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px; 
	color: #254931;
}

h2 {		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #254931;
}

#header {
		width: 950px;
		height: 134px;
}

#menubar {
		width: 210px; 
		height: 375px; 
		float: left;
}

.w20	{background-color: White; width: 20px; float: left;}
.w25	{background-color: White; width: 20px; float: left;}
.w32	{background-color: White; width: 32px; float: left;}
.w33	{background-color: White; width: 33px; float: left;}
.w36	{background-color: White; width: 36px; float: left;}
.w44	{background-color: White; width: 44px; float: left;}
.w160	{background-color: White; width: 160px; float: left;}
.w180	{background-color: White; width: 180px; float: left;}
.w182	{background-color: White; width: 182px; float: left;}
.w200	{background-color: White; width: 200px; float: left;}
.w202	{background-color: White; width: 202px; float: left;}
.w210sideleft	{background-color: #845050; width: 210px; float: left;}
.w425	{width: 425px; background-color: White; float: left;}
.w672	{width: 672px; background-color: White;	float: left;}
.w674	{width: 674px; background-color: White;	float: left;}
.w675	{width: 675px; background-color: White;	float: left;}
.w950	{width: 950px; background-color: White;}

.h35	{height: 35px;}
.h50	{height: 50px;}
.h100	{height: 100px;}
.h240	{height: 240px;}
.h250	{height: 250px;}
.h260	{height: 260px;}
.h270	{height: 270px;}
.h280	{height: 280px;}
.h290	{height: 290px;}
.h300	{height: 300px;}
.h310	{height: 310px;}
.h325	{height: 325px;}
.h350	{height: 350px;}
.h375	{height: 375px;}
.h475	{height: 475px;}
.h500	{height: 500px;}
.h525	{height: 525px;}
  
 .footertext {
		font-size: 11px; 
		font-family: Arial, Helvetica, sans-serif; 
}

.greenheadcontainer {
 		padding: 0px 0px 0px 0px; 
		float:left; 
		border-left: 1px solid #965050; 
		border-right: 1px solid #965050; 
		border-top: 1px solid #965050; 
		border-bottom: 1px solid #965050;
}

.greenheadhead {
 		background-color: #6C8A78; 
		padding-left: 10px; 
		padding-right: 10px; 
		font-size: 16px; 
		font-weight: bold; 
		color: White;
}
  
.greenheadcontent {
 		background-color: #fbf8f2; 
 		background-color: #f8f2e8; 		
		padding-left: 10px; 
		padding-right: 10px; 
		font-size: 12px; 
		font-weight: normal; 
		color: #2A1010; 
}

.simplecontentbox	{
		background-color: #FBF8F2; 
 		background-color: #f8f2e8; 		
		width: 175px; 
		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;
}

input.formbutton {
		/* background: #789985; */
		background: #436D60;
		color: #FFF8F2;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		border-bottom: 1px solid #A4BEA4;
		border-left: 1px solid #A4BEA4;
		border-right: 1px solid #A4BEA4;
		border-top: 1px solid #A4BEA4;
}

/* LINK styles */
a:link {
		color: #254931;
		font-family: Arial,Helvetica,sans-serif;
		text-decoration: underline;
		font-size: 13px;
}

a:visited {
		color: #254931;
		font-family: Arial,Helvetica,sans-serif;
		text-decoration: underline;
		font-size: 13px;
}

a:hover {
		color: #789985;
		font-family: Arial,Helvetica,sans-serif;
		text-decoration: none;
		font-size: 13px;
}

/* 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;
}

.nbh3	{
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
		color: #254931;
		font-weight: bold;
}

.editnote {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #ff0000;
	font-weight: bold;
}