/*
 * Stylesheet comments 
 *
 */
body{
	background-image: url(images/bgleft.gif);
	background-repeat: repeat-y;
	background-color: #F72918;	
}
div.page{
	position:absolute;
	vertical-align: middle;
	left:150px; top:0px;
}

div.pageHeader {
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 15px;	
	padding-top: 10px;
	width: 500px;
}

div.pageBody {
	background-color: #ffffff;
	text-align: center;
	font-family:verdana,arial,helvetica;
	color: #000000;
	width: 500px;
}
div.bodyleft {
	position:absolute;
	left:-150px; top:0px;
}
div.bodyleftbottom {
        position:absolute;
	left:-150px; top:340px;
}
div.menuBody {
	position:absolute;
	left:-118px; top:110px;
	width: 82px;
	background-color: #007B10;
	font-family:verdana,arial,helvetica; 
	font-size:10px;
	font-weight:bold;
	color: #ffffff;
	text-align: center;
}

div.pageFooter {
	background-color: #ffffff;
	text-align: center;
	font-size: smaller;
	color:#000000;
	padding-top: 10px;	
	padding-bottom: 250px;	
	width: 500px;
}

div.clear {
	clear: both;
}

div.errorMessage {	
	background-color: #882222;	
	color: #111111;	
	border: #333333 4px solid;	
	padding: 5px;	
	margin: 5px;	
	text-align: center;
}

h1 {
	font-family: Garamond, Verdana, Sans-serif;
	text-align: center;
	font-size: 350%;
	font-style: italic;
}

a.menu {
	font-family: Verdana, Sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #ffffff;
}
a.lank {
        font-family: Verdana, Sans-serif;
        font-size:10px;
        font-weight:bold;
        color: #000000;
}

p.body {
font-family: Verdana, Sans-serif;
font-size: medium;
color: #000000;
}

p.small, i.small {
font-family: Verdana, Sans-serif;
font-size: 10px;
color: #000000;
}

td, th, table {
padding:1px;
font-family: Verdana, Sans-serif;
font-size: small;
color: #000000;
}

td.smaller, th.smaller, tr.smaller {
padding:1px;
font-family: Verdana, Sans-serif;
font-size: smaller;
color: #000000;
}

input.smaller, textarea.smaller, input.smallerbutton {
padding:1px;
font-family: Verdana, Sans-serif;
font-size: smaller;
color: #000000;
}

a.menu:link {
color: #ffffff;
text-decoration: none;
}

a.menu:visited {
color: #ffffff;
text-decoration: none;
}

a.menu:active {
color: #F72918;
}

a.menu:hover {
background-color: #F72918;
color: #ffffff;
}

a:link {
color: #000000;
text-decoration: none;
}

a:visited {
color: #000000;
text-decoration: none;
}

a:active {
color: #F72918;
}

a:link:hover {
background-color: #F72918;
color: #000000;
}
a.lank:link {
color: #000000;
text-decoration: none;
}

a.lank:visited {
color: #000000;
text-decoration: none;
}

a.lank:active {
color: #F72918;
}

a.lank:link:hover {
background-color: #F72918;
color: #000000;
}


