/********
 * HTML *
 *******/
html, body {
	padding: 0px; 
	margin: 0px;
	height: 100%;
	width: 100%;
}
html {
	overflow-y: scroll;
}
body {
	background-color: #eeeded;
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
}
td {
	font-family: Verdana;
	font-size : 11px;
}
div {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 15px 0px 15px 0px;
}
img { 
	border: 0;
	vertical-align: bottom;
}

/**********
 * LAYOUT *
 *********/
.pageHolder {
	width: 990px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	background-color: #f7f7f7;
}
.leftColumn {
	float: left;
	width: 15%;
}
.verticalSpacer{
	float: left;
	width: 1%;
	height: 300px;
}
.middleColumn {
	float: left;
	width: 54%;
}
.rightColumn {
	float: left;
	width: 29%;
	font-size: 0.9em;
}
.rightColumn td {
	font-size: 0.9em;
}
.footer{
	clear: both;
	font-size: 9px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 5px;
}
.header {
	height: 135px;
	overflow: hidden;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #000000;
}
.subHeader{
	text-align: right;
	background-color: #057637;
	border: 1px solid #a1a1a1;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #ffffff;
}
.menuBlockHolder, .blockHolder, .errorBlockholder {
	margin-top: 5px;
	border: 1px solid #a1a1a1;
	background-color: #ededed;
}
.errorBlockholder {
	background-color: #EFE0E6;;
}
.blockHeader, .specialBlockHeader, .errorBlockHeader {
	display: block;
	background-color: #008040;
	color: #ffffff;
	border-bottom: 1px solid #02a754;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	text-decoration: none;
}
.specialBlockHeader {
	background-color: #f6f044;
	color: #000000;
	border-bottom: 1px solid #e9e20e;
}
.errorBlockHeader {
	background-color: #8F002E;
	color: #ffffff;
	border-bottom: 1px solid #AF003C;
}
.blockContent {
	margin: 1px 5px 3px 5px;
}
p:first-child {
	margin-top: 3px;
}
.blockHolder p {
	margin-left: 5px;
	margin-right: 5px;
}
.calOddRow, .calEvenRow {
}
.calOddRow {
	background-color: #ededed;
}
.calEvenRow {
	background-color: #e6e6e6;
}
.calLeftTd {
	padding-left: 2px;
	width: 95px;
}
.calMiddleTd {
	text-align: right;
}
.calRightTd {
	width: 25px;
	text-align: center;
	padding-left: 2px;
}
.classLeftTd {
	padding-left: 2px;
	padding-right: 5px;
	width: 20px;
	text-align: right;
}
.classMiddleTd {
	text-align: left;
}
.classRightTd {
	width: 25px;
	text-align: right;
	padding-right: 2px;
}
.guestbookitem {
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.guestbookpages {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

/********
 * MENU *
 *******/
.menuBlockHolder a:link, .menuBlockHolder a:visited, .menuBlockHolder a:hover {
	display: block;
	padding: 3px 5px 3px 10px;
	border-bottom: 1px solid #e6e6e6;
	text-decoration: none;
	color: #000000;
}

/*********
 * LINKS *
 ********/
.footer a:link, .footer a:visited, .footer a:hover {
	font-size: 1em;
	text-decoration: underline;
	color: #000000;
}
.footer a:hover {
	text-decoration: none;
}
.ranking_link:link, .ranking_link:visited, .ranking_link:hover {
	text-decoration: none;
	color: #000000;
}
.ranking_link:hover { text-decoration: underline; }

/************
 * HEADINGS *
 ***********/


/*********
 * FORMS *
 ********/
.subHeader select {
	margin: 1px 5px 1px 3px;
	font-size: 11px;
	border: 1px solid black;
}

form ul {
	list-style-type: none;
	padding: 0px;
}

form ul li {
	margin-bottom: 5px;
}

form ul li input, form ul li textarea, form ul li select {
	border: 1px solid #dedede;
	margin-left: 10px;
}
form ul li label {
	display: block;
	width: 145px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

form .btnSubmit {
	background-color: #6e6f6a;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	font-size: 1em;
	margin-left: 165px;
	border: 1px solid #000000;
}


 
