/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px 0;
	padding: 0;
	background: #000000 url('images/tlo_all.jpg') repeat-x center top;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #666666;
	/* color: #B13413; */
}

h2 {
	font-size: 1.6em;
	
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

ul.list, li.list {
	list-style-image: url('images/arrow.gif');
}

.bold , #error{
	font-weight: bold;
	color: #3284B5;
	/* color: #B13413; */
}

.opt {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#form .textarea {
	width: 360px; 
	height: 100px; 
	border:solid 1px #666666;
	text-align:left;
	padding-top:10px; 
	padding-left: 0px; 
	margin-left: 0px;
}
#form .input {
	width: 360px; border:solid 1px #666666;
}

#form .button {
	background: #f8f8f8; border:1px solid #666666; cursor:pointer;
}

#error{
	border: 1px solid #000;
	padding: 10px;
	font-weight: bold;
	color: #B13413;
	}
#colThree ul, #colThree li{
	list-style-type: none;
	padding-left: 0px;
}


a:link, a:visited {
	/* border-bottom: 1px dotted #CCCCCC; */
	text-decoration: none;
	color: #3284B5;
}
/*
a:hover {
	border-bottom: 1px dotted #CCCCCC;
}
 */
img {
	border: none;
}

hr {
	color: #000;
	width: 250px;
	height: 2px;
}
/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img1.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #37AEF2 url(images/img2.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 18px 0 18px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(images/img3.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/img4.gif);
}

#colOne {
	float: right;
	width: 160px;
	padding: 20px 10px 0 10px;
}

#colTwo {
	float: right;
	width: 360px;
	padding: 20px 10px 0 10px;
}

#colThree {
	float: right;
	width: 120px;
	padding: 10px;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer a{
	display: inline;
	text-decoration: none;
	border-bottom: 0px solid;
}

#footer * {
	color: #666666;
}

/* corner top right */



#topright {
position: absolute;
border-bottom: none;
right: 0;
top: 0;
display: block;
height: 180px;
width: 180px;
text-decoration: none;
background: url('images/TRbanner.gif') no-repeat;
text-indent: -999em;
text-decoration: none;}