.border_TLR {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #FFFF66;
	border-right-color: #FFFF66;
	border-bottom-color: #FFFF66;
	border-left-color: #FFFF66;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.border_BLR {
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFF66;
	border-right-color: #FFFF66;
	border-bottom-color: #FFFF66;
	border-left-color: #FFFF66;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.border_ALL {
	border: 1px dotted #FFFF66;
}
.error {
	font-weight: bold;
	color: #66CC00;
}

body, p, td, li, h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
body{
	background-color: #660000;
	background-image: url(pics/bg-yellow.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
}
html>body #wrap {
	height:100%;
	margin: 0px;
	padding: 0px;
}

html>body #LeftCol-wrap {
	height:100%;
	color: #FFFFFF;
	background-color: #FFCC00;
	position: fixed;
	z-index: 10;
}
#LeftCol {
	width:150px;
	background-color: #FFCC00;
	text-align: center;
	padding-top: 10px;
	color: #660000;
	top: 0px;
	position: absolute;
}
html>body #content-wrap {
	height:100%;
	color: #FFFFFF;
}
#content {
	height: 100%;
	background-color: #660000;
	margin-left: 160px;
	vertical-align: top;
	color: #FFFFFF;
	padding: 20px 20px 20px 40px;

}

a:link, a:visited {
	border-bottom:1px dotted;
	color:#AE4F0C;
	font-weight:bold;
	text-decoration:none;
}
a:focus, a:hover {
	border-bottom-style:solid;
	color:#D03900;
}

#Kyrios {
	font-size: small;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	min-height:100%;
	bottom: 0px;
}
#Kyrios a {
	text-decoration: none;
}

.padR {
	padding-right: 10px;
}
h1 {
	color: #FFCC00;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-weight: normal;
	text-align: center;
}
h3 {
	text-align: center;
}
.menu {
	padding-top: 5px;
	padding-bottom: 5px;
}
