body {
	background-color: #292929;
	color: #B2B2B2;
	text-align: center;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	margin-bottom: 100px;
}

#column1 ul, #column2 ul {
	list-style: url(images/bullet.png);
}

#column1 p {
	line-height: 13pt;
}

#bodycontainer {
	width: 815px;
	margin: auto;
	text-align: left;
}

#menu {
	padding: 0;
	margin: 0;
}

#menu li.menu {
	float: left;
	margin-right: 15px;
	display: block;
	background-color: #333333;
	text-transform: uppercase;
	height: 91px;
	position: relative;
}

#menu li.menu3 {
	margin: 0;
}

#menu ul {
	list-style: none !important;
	margin: 0;
	padding: 10px 20px;
	margin-top: 20px;
}

#menu {
	font-size: 7pt;
}

#menu .t {
	font-size: 10pt;
}

#content {
	clear: both;
	padding-top: 40px;
}

#column1 {
	width: 500px;
	float: left;
	padding-right: 30px;
	text-align: justify;
}

#column1 h3 {
	margin-bottom: 0px;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10pt;
}

#column2 {
	overflow/**/: hidden;
	\height: 1%;
}

h1 {
	margin-top: 0;
}

#column1 h1 {
	margin-top: 0px;
	color: #FE0066;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
}

div.sidebar {
	background: #333;
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
	color: #828282;
}

div.sidebar h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10pt;
}

div.sidebar h3 {
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
}

div.sidebar li {
	padding-bottom: 5px;
}

div.sidebar ul {
	list-style: url(images/bullet.png);
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
	text-decoration: none;
}

#footer a {
	color: #555;
	margin-right: 10px;
	font-size: 7pt;
	text-decoration: underline;
}

a:hover, a.sel {
	color: #FE0066 !important;
}

#footer {
	text-transform: uppercase;
	font-size: 7pt;
	color: #555;
	padding: 15px;
	padding-top: 0px;
}

a.next {
	margin-top: 30px;
	text-transform: uppercase;
	display: block;
	font-size: 7pt;
}

.form {
	margin-top: 30px;
}

.form input, .form textarea, .form select {
	width: 100%;
	background-color: #333;
	border: 1px solid #666;
	color: #ccc;
}

.form td {
	padding: 2px 2px;
}

input.submit {
	cursor: pointer;
	background: transparent;
	padding: 8px;
	text-transform: uppercase;
	font-size: 7pt;
	text-align: left;
	width: auto;
}

input.submit:hover {
	background-color: #333;
}

div.bl, div.tl, div.br, div.tr {
	background: url(images/corners.jpg) 0px 0px no-repeat;
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0px;
	top: 0px;
}

div.bl {
	background-position: 0px -5px;
	left: auto; right: auto; top: auto; bottom: auto;
	bottom: 0px;
	left: 0px;
}

div.tr {
	background-position: -5px 0px;
	left: auto; right: auto; top: auto; bottom: auto;
	right: 0px;
	top: 0px;
}

div.br {
	background-position: -5px -5px;
	left: auto; right: auto; top: auto; bottom: auto;
	bottom: 0px;
	right: 0px;
}

#sitemap {
	list-style: none;
	text-transform: uppercase;
	padding-left: 0;
}

#sitemap ul {
	font-size: 9pt;
	list-style: none;
	padding-left: 00px;
}

#sitemap >li {
	margin-bottom: 25px;
	font-size: 11pt;
}

a#logo {
	width: 250px;
	height: 63px;
	background: url(images/ttialogo2.jpg) center center no-repeat;
	display: block;
}

a#logo span {
	display: none;
}

.sidebar h1 img {
	vertical-align: text-top;
}

div.sidebar ul.rss {	
	list-style: url(images/rss-small.png);
	padding-left: 25px;
}

div.sidebar ul.rss li {
	padding-bottom: 5px;
}

div.contacts h3 {
	margin-top: 15px;
}

div.sidebar ul.tree, div.sidebar ul.tree ul {
	margin-top: 5px;
	padding-left: 15px;
}

div.sidebar ul.tree {
	margin-top: 10px;
}

.err {
	color: #FE0066;
}