html
	{
	margin: 0; 
	padding: 0; 
	height: 100%; 	}

body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333300;
	background-color: #2F1802;
	background-image: url(/images/bk.jpg);
	background-repeat: repeat-x;
	line-height: 19px;
	height:100%;
	margin-top:0px;
}
/* --- Fonts --- */

h1 {
	font-size:22px;
	font-family: "Times New Roman", Times, serif;
	color:#000066;
	font-style: italic;
	padding-top: 5px;
}

h2 {
	font-size:17px;
	font-family: "Times New Roman", Times, serif;
	color:#006633;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
}

h3 {
	font-size:15px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;}

td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333300;
}
/* --- borders --- */

.bordertop {border-top:1px solid #CCCCCC;}
.borderright {border-right:1px solid #CCCCCC;}
.borderbottom {border-bottom:1px solid #CCCCCC;}
.borderleft {border-left:1px solid #CCCCCC;}

/* --- Links --- */

.sidenav {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
	list-style-image: url(/images/arrow.gif);
	text-align: left;
}
.secpg {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000066;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
}
.bluebox{
	background-color: #FFFFFF;
	margin: 0px;
	list-style-image: url(/images/arrow.gif);
	text-align: left;
	border: 1px solid #000066;
	padding: 2px;
	line-height: 20px;
}
.content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
.hmpg{
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
	 
	
}



a:link {color:#003366;}
a:visited {color:#006633;}
a:hover {color:#006633;}
a:active {color:#003366;}
/*------------- copyright - footer links ----------------------*/

#container-foot {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 150px;
	background-image: url(/images/botbk.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.copyright  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #ffffff;
  line-height: 18px;
}
a.copyright:link  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #ffffff;
    text-decoration:none;
}
a.copyright:visited  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #ffffff;
  text-decoration:none;
}
a.copyright:hover  {
	font-size        : 9px;
	font-family      : Arial, Helvetica, sans-serif;
	color            : #ffffff;
	text-decoration: underline;
}
a.copyright:active  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #ffffff;
    text-decoration:none;
}
/*------------- wrappers ----------------------*/
#wrapper {
	width: 800px;
	margin:auto;
	position: relative;
	min-height: 100%;
	height: 100%;
	background-color: #FFFFFF;
	padding: 0px;
} 
#container-page {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	top: 0px;
} 

#container-content {
	padding-bottom: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color:#333333;
	height: 100%;
	top: 0px;
} 
/*------------- side nav ----------------------*/

a.secpg, a.secpg:link {
	color:#003366;
	text-decoration:none;
	display:block;
	padding-left:15px;
	background-image:url(/images/arrow1.gif);
	background-position:center left;
	background-repeat:no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 12px;
	padding-bottom: 2px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*a.secpg:visited {
	color:#b1bec3;
}*/
a.secpg:hover {
	color:#006633;
	background-color:#e7eff2;
}
a.secpg_on:hover {
	color:#00678f;
}

input.inputfield {
  font-size        : 11px;
  font-family      :Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #6F8BAA solid;
  background-color : #EEEEEE;
  font-weight:  bold;
}

.formoutput {
	font-size        : 11px;
	font-family      : Arial, Helvetica, sans-serif;
	color            : #444444;
	border           : 1px #6F8BAA solid;
	background-color : #EEEEEE;
	font-weight:  bold;
	vertical-align: top;
	padding-left: 5px;
	line-height: 15 px;
}

select {
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #6F8BAA solid;
  background-color : #EEEEEE;
  font-weight:  bold;
}
textarea {
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #6F8BAA solid;
  background-color : #EEEEEE;
  font-weight:  bold;
}
.blueline {
	font-weight: bold;
	color: #0D2D84;
	bottom: 0px;
	clip: rect(auto,auto,0px,auto);
}
.submitbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	cursor: hand;
	background-color:#CCCCCC;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
