body {
  width: 100%;
  height: 100%;
 	padding:0px;
 	margin:0px;
 	font-family: Arial;
}

p {
	margin:0px;
	padding:0px;
	text-align: justify;
}

td {
	font-weight: normal;
	font-size: 12px;
}

td a {
	font-weight: bold;
	text-decoration: none;
}

td a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.outTable {
  width: 100%;
  height: 100%;
  background-image: url(../images/background.png);
	background-repeat:repeat-x;
	padding:17px;
}

.index_outTable {
	width: 100%;
  height: 100%;
  background-image: url(../images/background.png);
	background-repeat:repeat-x;
	position: absolute;
}


.popUpTable {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
	padding:29px;
}

.innerTable {
  width: 950px;
}

.minifont {
	font-weight: normal;
	font-size: 10px;
}

.minifont a {
	font-weight: bold;
	text-decoration: underline;
}

.minifont a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.smallfont {
	font-weight: normal;
	font-size: 11px;
}

.smallfont a {
	font-weight: bold;
	text-decoration: none;
}

.smallfont a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.copyright {
	font-weight: normal;
	font-size: 11px;
}

.copyright a {
	font-weight: bold;
	text-decoration: none;
}

.copyright a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.headline_white {
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
}

.headline_white a {
	font-weight: bold;
	text-decoration: none;
}

.headline_white a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.normalfont {
	font-weight: normal;
	font-size: 12px;
}

.normalfont a {
	font-weight: bold;
	text-decoration: none;
}

.normalfont a:hover {
	font-weight: bold;
	text-decoration: underline;
}


  #mainnav
	{
		text-align: left;	
		padding: 0px;
		margin: 0px;	
		height: 27px;	
	}
	
	#mainnav ul
	{
		margin: 0px 0px 0px 25px;
		padding: 0;
		list-style-type: none;
		height: 27px;
	}
	
	#mainnav li 
	{
		display: inline;
		font-weight: normal;
		margin-right: 5px;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #d6ca8f;
		font-weight: normal;
		padding: 6px;
	}
	
	#mainnav li a:hover
	{
	  background-color: #007229;
		text-decoration: none;
		color: #d6ca8f;
		font-weight: normal;
		padding: 6px;
	}
	



.subnavfont {
	color: #000000;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}

.subnavfont a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.subnavfont a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.subnavfont_selected {
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

.subnavfont_selected a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.subnavfont_selected a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

div {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#navdiv {
	float: left;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

#inlinediv {
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
}

#inlinediv a {	
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#inlinediv a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#outTable .header {
  height: 119px;
	background-image: url(../images/header.gif);
	background-position: center left; 
}

#innerTable {
  margin-top: 10px;
  font-family: Arial;
  font-size: 13px;
}

#innerTable a {
  color: #000000;
  font-weight: bold; 
  text-decoration: none; 
}

#innerTable a:hover {
  color: #000000;
  font-weight: bold; 
  text-decoration: underline; 
}

input, textarea, select {
		background-color: #ffffff;
		margin: 1px;
		padding: 1px;
		border:1px solid #014a2d;
		font-size: 13px;
	}
	
	form {
		margin: 0px;
		padding: 0px;
	}
	
	p.error {
	font-weight: bold;
	color: #ff0000;
}







  #subnav
	{
		text-align: left;	
		padding: 0px;
		margin: 0px;		
	}
	
	#subnav ul
	{
		margin: 0px;
		padding: 0px;
	}
	
	#subnav li 
	{
		font-weight: normal;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		list-style-type: none;
		height: 15px;
	}
	
	#subnav li a
	{
		display: block;
		background-image: url(../images/background_subnav_mouseout.png);
		text-decoration: none;
		color: #000000;
		font-weight: normal;
		padding: 3px 5px 3px 15px;
		
	}
	
	#subnav li a:hover
	{
		background-image: url(../images/background_subnav_mouseover.png);
		text-decoration: none;
		color: #000000;
		font-weight: normal;
		padding: 3px 5px 3px 15px;
	}
