* {
    padding: 0;
    margin: 0;
} 

body {
  	font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em;
	background-image: url('images/tlo.jpg');
	background-position: top; 
	background-repeat: repeat-x; 
	color: #2b2928;
	background-color: #fefefe	

}
a {
	color: #F96302;
	text-decoration: underline;
}


a.top	{
	text-decoration: none;
}
a.top:hover {
	text-decoration: none;
}
input.form {
    width: 380px;
}
textarea.form {
    height: 300px;
    width: 380px;
}
input.formint {
    width: 100px;
}
.preview {
    border: 1px solid silver;
    margin: 0 0 10px 0;
    padding: 5px;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}







#bottom {

background: #fff url('images/botbg.jpg');
height: 30px;
}


.header {
height: 100px;
background: #85ACF7 url('images/hidr.jpg');
}

.header h1 { padding-left: 17px; padding-top: 2px; font-size: 14px; color: #F96302; }
.header h1 a { font-size: 22px; color: #F96302; text-decoration: none;}
.header h2 { padding-left: 11px; padding-top: 0px; font-size: 17px; color: #F96302; }

.breadcrumbs { 
	border-bottom: 1px solid #606060; 
	padding: 5px;
}
	
.middle {
	float: left;
	width: 59%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}

.right {
	float: left;
	width: 30%;
	margin: 0 10px;
	padding: 1% 1%;
	
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #d8e4ed;
}

.middle h2 { color: #2e2929; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #2e2929; font-size: 14px; margin-top: 15px;}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #2e2929;
}

