/* Define the main layout characteristics to build the columns */



#crossvt {
	position: absolute;
	top: 0em;
	left: 14em;
	height: 250%;
	width: 2.5em;
	background: #b33;
	border-right: 0.5em solid white;
	border-left: 0.5em solid white;
	border-bottom: 1% solid white;
	z-index: 1;
}

#crosshz {
	position: absolute;
	top: 10em;
	left: 0em;
	height: 2.5em;
	width: 100%;
	background: #b33;
	border-top: 0.5em solid white;
	border-bottom: 0.5em solid white;
	z-index: 1;
}

#crossmid {
	position: absolute;
	top: 10em;
	left: 14em;
	height: 2.5em;
	width: 2.5em;
	background: #b33;
	border-bottom: 0.5em solid #b33;
	border-right: 0.5em solid #b33;
	border-top: 0.5em solid #b33;
	border-left: 0.5em solid #b33;
	z-index: 2;
}
/*
#pic {
	position: absolute;
	top: 1em;
	right: 1em;
	height: 180px;
	width: 300px;
	z-index: 2;
}
*/
#header {
	clear: both;
	height: 10em;
}

#left {
	float: left;
	width: 10em;
	margin-left: 1em;
	margin-top: 4.5em;
	padding-left: 1em;
	padding-right: 1em;
	background: #dfd;
}

#middle {
	float: left;
	width: 47%;
	margin-top: 4.5em;
	margin-left: 5.5em;
	padding: 1em;
	background: #ffd;
}

#right {
	float: right;
	width: 20%;
	margin-top: 4.5em;
	margin-right: 1em;
	padding: 1em;
	background: #ddf;
}

#footer {
	clear: both;
	width: 100%;
	padding-top: 1em;
	background: #eee;
}


html, body, div, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border-width: 0;
}



/* Define the main style characteristics to apply to content 
   in the columns */
   
html, body {
	background-color: #eee;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
}

#header {
	font: arial, helvetica, sans-serif;
	color: black;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h1 {
	font-size: 2.5em;
}

#left {
	color: black;
	text-align: left;
}

#left a {
	color: black;
	text-decoration: none;
}

#left a:hover {
	color: #b55;
	text-decoration: none;
}

/*
#middle h2 {
	color: #f55;
	background: #fcc;
	padding-left: 0em;
	padding-right: 0em;
}
*/
#footer {
	color: black;
	text-align: center;
}

a {
	text-decoration: underline;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: blue;
}

#header a {
	color: #b33;
	text-decoration: none;
}

#header a:hover {
	color: #b33;
	text-decoration: none;
}
