/* CSS Document */

body {
background: #FFFFFF url(../../images/site_bg.jpg) repeat-x;
font-family: Arial;
color: #000000;
}

/* top area */
#menutop {
	background: url(../../images/header-bg.jpg) repeat-x;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

A#menutop:link {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
A#menutop:visited {
	color: #000000;
}
A#menutop:hover {
	color: #990000;
	text-decoration: underline;
}

img#headerpic {
	border: #666666 2px solid;
	width: 796px;
}

/* titles and texts */
#statetitle {
	background: url(../../images/header-bg.jpg) repeat-x;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0px 4px 10px;
	color: #000000;
}
#toptext {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 4px 10px;
	color: #666666;
}

#text {
	font-size: 12px;
	color: #666666;
}

A:link {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
A:visited {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
A:hover {
	color: #000000;
	text-decoration: underline;
}


#phparea {
	border: 1px solid #000000;
	width: 798px;
}

#statekeywords {
	font-size: 10px;
	text-align: justify;
	color: #999999;
}
