BODY
{
	font-size: small;
	background-attachment: fixed;
	background-image: url(images\alhambra.gif);
	background-repeat: repeat;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	background-color: #f0f0f0;
}
.banner
{
	border-right: black 1px double;
	padding-right: 1%;
	border-top: black 1px double;
	padding-left: 1%;
	font-weight: bolder;
	background-image: url(images\blue.gif);
	padding-bottom: 0px;
	border-left: black 1px double;
	width: 98%;
	color: white;
	padding-top: 10px;
	border-bottom: black 1px double;
	background-repeat: repeat;
	height: 60px;
	background-color: #336699;
	text-align: right;
}
.action
{
	border-right: white thin solid;
	padding-right: 2px;
	border-top: white thin solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: white thin solid;
	cursor: pointer;
	padding-top: 2px;
	border-bottom: white thin solid;
	text-align: right;
}
.menuitem
{
	padding-right: 1%;
	border-top: gray 1px solid;
	padding-left: 2%;
	padding-bottom: 5px;
	border-left: gray 1px solid;
	width: 94%;
	padding-top: 5px;
	border-bottom: gray 1px solid;
	background-color: silver;
}
.menuitemsel
{
	padding-right: 1%;
	border-top: green 2px solid;
	padding-left: 2%;
	padding-bottom: 5px;
	border-left: green 2px solid;
	padding-top: 5px;
	width: 96%;
	border-bottom: green 2px solid;
	background-color: white;
}
.menu
{
	clear: left;
	z-index: 2;
	float: left;
	width: 12%;
	position: absolute;
}
.contentblock
{
	clear: right;
	width: 88%;
	float: right;
	display: block;
	z-index: 1;
}
.content
{
	border-right: green 2px solid;
	padding-right: 1%;
	border-top: green 2px solid;
	padding-left: 1%;
	padding-bottom: 10px;
	overflow: visible;
	border-left: green 2px solid;
	padding-top: 10px;
	border-bottom: green 2px solid;
	background-color: white;
}
A:hover
{
	font-weight: bolder;
	color: red;
}
.email
{
	color: maroon;
}
H1
{
    font-size: 200%;
}
H2
{
    font-size: 175%;
}
H3
{
    font-size: 150%;
}
H4
{
    font-size: 130%;
}
H5
{
	font-size: 115%;
	margin-bottom: 0px;
}
TABLE
{
	font-size: 100%;
}
.jobtable
{
	font-size: 130%;
	margin-bottom: 10px;
	width: 100%;
	background-color: #f0ffff;
}
.updated
{
	font-size: 90%;
	font-style: italic;
	text-align: right;
}
P
{
	margin-top: 0px;
	margin-bottom: 10px;
}

