<!--
 style.css     (c) lotek.info         
-->



body {
	background-color: #000;
	color: #000;
}

#outside_container{
	height: 1200px;
}

#container{
	width: 780px;
	text-align: left;
	padding: 0;
	margin: 30px auto 0 auto;
	background-color: #fff;
	}

.sidebar{
	float: left;
	width: 157px;
	margin: 0;
	padding: 0;
	border-top: 3px solid #666;
	}

.sidebar table{
	width: 96%;
	margin: 0 0 20px 0;
	font-size: 8pt;
	font-family: "Courier", monospace;
	text-align: left;
	border: 1px solid #ccc
}

.sidebar table tr td{
	margin: 0;
	padding: 0 0 0 15px;
}

.sidebar table caption{
	font-size: 9pt;
	color: #666;
	text-align: center;
	font-weight: bold;
	}

.sidebar table th{	
	background-color: #bbb;
	text-align: center;
	font-weight: bold;
}

.leftbox{
	clear: both;
	float: left;
	position: relative;
	width: 597px;
	margin: 0 0 6px 0;
	padding: 13px;
	background-color: #fff;
	border-top: 3px solid #666;
	}	



p {
	font-family: "Century Schoolbook", "Centure Schoolbook Regular", "Century Schoolbook L", serif;
	font-size: 11pt;
	line-height: 14pt;
	font-weight: normal;
	letter-spacing: 0.03pt;
}


.heading{
	font-family: "Gill Sans", "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0;
}



.subheading{
	font-family: "Gill Sans", "Bitstream Vera Sans", sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	letter-spacing: 0.3pt;
	font-weight: bold;
	color: #000;
}

ul.menu {
	margin: 0 0 33px 0;
	padding: 12px 0 12px 0;
	list-style-type: none;
	text-decoration: none;

}

.menu li {
	background-color: #fff;
	color: #000;
	margin: 12px 0 0 0;
	text-align: center;
	}



a.mlink {
	font-size: 10pt;
	line-height: 14pt;
	letter-spacing: 0.3pt;
	font-weight: bold;
	font-family: "Gill Sans", "Bitstream Vera Sans", sans-serif;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
}

a.mlink:visited {
	color: #000;
	text-decoration: none;
}
	
a.mlink:hover {
	color: #ff781e;
	text-decoration: none;
}

a.mlink:active {
	color: #000;
	text-decoration: none;
}

.mlink_current {
	color: #ff781e;
	font-size: 9pt;
	line-height: 14pt;
	letter-spacing: 0.3pt;
	font-weight: bold;
	font-family: "Gill Sans", "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	vertical-align: middle;
}


a{
	font-size: small;
	font-weight: bold;
	font-family: Garamond, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}
	
a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #ff781e;
	text-decoration: underline;
}


table.fees {
	border: 1px dashed #666;
	padding: 10px;
	font-size: 90%;
	
	}

table.fees th{
	text-align: center;
	vertical-align: top;
	padding: 10px;
	border-bottom: 2px solid #000;
}

table.fees td{
	padding: 0;
	text-align: left;
	vertical-align: top;
}

table.fees td.price{
	text-align: center;
}


input, textarea{
    background-color : #c8c8c8;
    border : 1px solid #000;
    } 

.footer{
	clear: both;
	text-align: center;
	font-size: 90%;
	color: #000;
	background-color: #fff;
	}


.boxed_highlight{
	border: 1px solid red;
	padding: 20px 0 20px 0;
	text-align: center;
	background-color: #E4D1B7;
}

.boxed_highlight p{
	font-family: "Gill Sans", "Bitstream Vera Sans", sans-serif;
}