/* CSS Document */
a
{
	color: #0099cc;
}
a:active
{
	color: #0099cc;	
}
a:hover
{
	color: #CC0000;
}
a:visited
{
	color: #0099cc;
}
/*PAGE LAYOUT*/
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo
{
	margin-left:4px;
	margin-top:5px;
	float: left;
	background-image: url(img/pplogo.gif);
	height: 140px;
	width: 300px;
	background-repeat: no-repeat;
}
#topheader
{
	float: right;
	width: 800px;
	height: 150px;
	background-color: #e6e6fa;
	position: relative;
	background-image: url(img/car.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}
#toplinks
{
	position: absolute;
	right: 10px;
	top: 10px;
}
#menu
{
	float: right;
	width: 800px;
	height: 32px;
	background-image: url(img/bg_menu.gif);
	background-repeat: repeat-x;
}
#submenu
{
	float: right;
	width: 800px;
	height: 32px;
	background-image: url(img/bg_submenu.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#contenttext
{
	float: right;
	width: 526px;
}
#leftpanel
{
	float: left;
	width: 274px;
}
#footer
{
	float: left;
	width: 800px;
	background-color: #F0F0F0;
	padding: 10px;
}

/*GRAY PANEL*/
.graypanel
{
	border: solid 1px #666666;
	background-color: #F7F7F7;
	padding: 10px;
	margin: 10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}
.address 
{
	position:absolute;
	top:-7px;
	left:10px;
	margin-left:200px;
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

.titletext
{

	color: #CC0000;
	font-weight: bold;
	font-size: 36px;
	line-height: normal;
	font-family: Tahoma, sans-serif;
	font-variant: normal;
}
.smalltitletext
{

	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	font-family: Tahoma, sans-serif;
	font-variant: normal;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.footerLink {
	font: 0.7em Tahoma, sans-serif;
	font-size: 9px;
	color:#999999;
}
.footer {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.imgFloatRight
{
	float:right;
	padding-left:7px;
}
.imgFloatLeft
{
	float:left;
	padding-right:7px;
}
#quote
{
	float: right;
	padding: 7px;
	margin:7px;
	background-color: #e6e6fa;
	width: 120px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	font-style: italic;
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
}
.style1 A:link {
	color : #0099cc;
	font-family : arial;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
}
.style1 A:visited {
	color : #0099cc;
	font-family : arial;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
}
.style1 A:hover {
	color : #000000;
	font-family : arial;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
}
.style1 A:active {
	color : #000000;
	font-family : arial;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
}
.style2 {
	color : #CC0000;
	font-family : verdana;
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
}
.style3 {
	color : #000000;
	font-family : verdana;
	font-size : 14px;
	font-weight : normal;
	text-decoration : none;
}

