/*  <<< Parkliffe CSS Redefined Elements  >>> */

body
{
	background-image: url(../assets/images/sky.gif);
	color: white;
	background-position: top;
	background-repeat: repeat-x;

}




/* Set default colors and font */
body, td
{
	font-family:Geneva,Verdana,Arial,Helvetica,Sanserif;
	color:#000000;
	font-size:11px;
	line-height:120%;
}

/* main linkage */
A {
	font-family:Geneva,Verdana,Arial,Helvetica,Sanserif;
	color:#000000;
	font-size:11px;
	line-height:120%;
	text-decoration : underline;
}


A, A:VISITED {
	font-family:Geneva,Verdana,Arial,Helvetica,Sanserif;
	color:#000000;
	font-size:11px;
	line-height:120%;
	text-decoration : underline;
}

a:HOVER {
	font-family:Geneva,Verdana,Arial,Helvetica,Sanserif;
	color:#007576;
	font-size:11px;
	line-height:120%;
	text-decoration : underline;
}


.address1 {
	font-family:Times New Roman, Times, serif;
	color:#000000;
	font-size:11px;
	line-height:120%
}




/* HEADLINES */

.headline {
	font-family:Times New Roman, Times, serif;
	color:#660033;
	font-size:18px;
	line-height:120%;
	font-weight: bold;
}

.headline2 {
	font-family:Times New Roman, Times, serif;
	color:#660033;
	font-size:16px;
	line-height:120%;
	font-weight: bold;
}


/* TEXT */
.green {
	font-family:Geneva,Verdana,Arial,Helvetica,Sanserif;
	color:#004559;
	font-size:11px;
	line-height:120%;
}



/* FOOTER */

.footer1 {
	font-family:Times New Roman, Times, serif;
	color:#007576;
	font-size:11px;
	line-height:120%;
}

a.footer1:link {
	font-family:Times New Roman, Times, serif;
	color:#007576;
	font-size:11px;
	line-height:120%;
	text-decoration: underline;
}


.footer2 {
	font-family:Times New Roman, Times, serif;
	color:#000000;
	font-size:11px;
	line-height:120%;
}


.siteby {
	font-family:Arial,Helvetica,Verdana,Sanserif;
	color:#B2B2B2;
	font-size:9px;
	line-height:120%
}
a.siteby {
	font-family:Arial,Helvetica,Verdana,Sanserif;
	color:#B2B2B2;
	font-size:9px;
	line-height:120%;
	text-decoration: none;
}

#banner{
	background: #EDF0F7 url(../assets/images/bnnrgrad.jpg) center top repeat-x;
	margin: 10px 0;
   	padding: 5px;
  	width: 388px;
   	text-align: center;
    font:bold 15px/19px "Times New Roman", Times, serif;
	color: #2A2B4A;
	border: 1px solid #4860AA;
}

#banner2{
	background: #006666;
	margin: 10px 0;
   	padding: 5px;
  	width: 388px;
   	text-align: center;
    font: 15px/19px "Times New Roman", Times, serif;
	color: #fff;
	border: 1px solid #4860AA;
	text-decoration:none;
}

#banner2 a:link{
    font: 15px/19px "Times New Roman", Times, serif;
	color: #fff;
	text-decoration:none;
}