/******************************************************************************
* Defines styles for the CSS Positioning illustrations.                       *
******************************************************************************/
body
{
	/*background-color: #BBBBBB;*/
	background-color: white;
	font-size: 11px;
	font-style: normal;
	font-family: Verdana, Arial, sans-serif, MingLiU; /*color: #555753;
	background: #fff url(blossoms.jpg) no-repeat bottom right;*/
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
}

.Header {
	width: 100%;
	background-color: white;
}

.Credit
{	
	background-color: white;
	color: #999999;
	font-size: 9px;
}

.HomeImage
{
	/*background-color: #333333;*/
	background-color: #71634F;
	width: 100%;
	height: 500px;
	font-size: 12px;	
	padding-left: 80px;
	padding-bottom:5px;
	padding-top:3px;
	padding-right:0px;
}

.Image
{
	/*background-color: #333333;*/
	background-color: #71634F;
	width: 100%;
	height: 500px;
	font-size: 12px;	
	padding-left: 0px;
	padding-bottom:5px;
	padding-top:3px;
	padding-right:0px;
}

.Newstitle
{
	/*background-color: #333333;*/
	background-color: #71634F;
	font-size: 14px;
	height:40px;
	color: White;
}

.img
{
	
	width: 150px; 
	height: 100px;
}

.Display
{
	background-color: #71634F;
	font-size: 12px;
	color: White;
}

img.border
{
	/*border: thin solid white;*/
	height: 450px;
}

input.arrow
{
	font:8pt; 
	text-align:center; 
	border: 0px;
	border-color: #000000; 
	background-color: white;
}

.Spacer
{
	background-color: white;
	margin-top: 80px;
	color: #999999;
	font-size: 9px;
}

.Spacer1
{
	background-color: white;
	margin-top: 80px;
	color: #F3F3F3;
	font-size: 6px;
}

.SubTitle
{
	background-color: white;
	border-color: #6C93BA;
	border-style: dotted;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	font-weight: normal;
	padding: 1px;
}

.NavBar {
  background-color: white;
  border-color: #6C93BA;
  border-style: dotted;
  border-top-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-bottom-width:0px;
  font-weight: normal;
  padding: 1px;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 0px;
}

.NavBarBottom {
  background-color: white;
  border-style: dotted;
  border-top-width:1px;
  border-left-width:0px;
  border-right-width:0px;
  border-bottom-width: 0px;
  font-weight: normal;
  padding: 1px;
  color: #6C93BA;
}

.HeaderBar {
  background-color: white;
  border-color: #6C93BA;
  border-style: dotted;
  border-top-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-bottom-width: 0px;
  font-weight: normal;
  font-weight: normal;
  padding: 1px;
}

.TitleBar
{
	/*background-color: white;*/
	border-color: #6C93BA;
	border-width: 0px;
	font-weight: bold;
	font-size: 14px;
	padding: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: capitalize;
	/*color: #333333;*/
}

.main {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
}

.CopyRight {
  background-color: white;
  border-color: #6C93BA;
  border-style: solid;
  border-top-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-bottom-width: 0px;
  font-weight: normal;
  padding: 1px;
  color: #999999;
  FONT-SIZE: 8pt; 
  Margin-top: 5px;
  Margin-bottom: 20px;
}

A:link
{
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

A:visited
{
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

A:active
{
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

A:hover
{
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #71634F;
}