/* body
--------------------------------------------------*/
body {
  margin:0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, verdana, Helvetica, sans-serif;
  font-size:12px;
  line-height:1.2em;
  background-color: #D3E7F6;
}
a {
	text-decoration: underline;
	color: #F49709;
}
a:link {
	color: #F49709;
    text-decoration: underline;
}
a:visited {
	color: #F49709;
    text-decoration: underline;
}
a:hover, a:active {
	color: #F49709;
        text-decoration: none;
}


/* homehilight
---------------------------------------------------*/
.homehilight {
    background: #ffffff url(images/fade-background.jpg) repeat-x fixed;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* columnleft
---------------------------------------------------*/
.columnleft {
  padding-right: 10px;
  background: url(images/dotline.gif) repeat-y right 1px;
}

/* columnright
---------------------------------------------------*/
.columnright {
  padding-left: 10px;
}

/* hilighttext
---------------------------------------------------*/
#hilighttext {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* more
---------------------------------------------------*/
#more {
  text-align: right;
}

/* left
---------------------------------------------------*/
#left {
  color:#ffffff;
  padding-left: 10px;
  padding-right: 10px;
  font-size:11px;
}
/* link
---------------------------------------------------*/
#link {
  color:#ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  font-size:11px;
}
#link a:link {
  color: #ffffff;
}
#link a:visited {
  color: #ffffff;
}
#link a:hover {
  color: #ffffff;
}

/* footer
--------------------------------------------------*/
#footer {
	font-family: arial, verdana;
	font-size: 10px;
  	color:#ffffff;
  	background: #001E56;
  	margin-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 8px;
	padding-top:  8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}
#footer a:link {
    color:#FF9900;
	}
#footer a:visit {
    color:#FF9900;
	}
#footer a:hover {
    color:#FF7D00;
	}


