* {
	padding: 0;
	margin: 0;
}

body {
	background: #1C1D48;
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

#ts_main {
	width: 480px; 
	margin: 30px auto; 
	padding: 15px 15px; 
	color: #C6C3FF; 
	font-size: 13px; 
	text-align: left; 
}

#ts_main p { 
	line-height: 133%;
}

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

#ts_main a:hover {
	text-decoration: underline;
}

#ts_header { 
	height: 70px; 
	background-image: url(../images/bg-header.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
}

#ts_header h1 {
	padding-top: 17px;
}

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

.ts_text {
	text-align: left;
	margin-bottom: 8px;
}

.ts_menu {
	border: 1px solid #45467F;
	padding: 10px;
	text-align: center;
	background-color: #35376A;
}

.ts_menu ul {
	width: 200px;
	margin: 15px auto;
}


.ts_menu ul li {
	list-style: none;
	padding: 2px 4px;
	margin-bottom: 4px;
	text-align: left;
}

.ts_menu ul.ts_button li {
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #2B8F04;
	border: 1px solid #8FCE4E;
}

.ts_menu ul.ts_button li:hover {
	background-color: #6EAD2D;
}

.ts_menu ul li a {
	color: #fff;
}

.ts_menu ul.ts_button li a {
	display: block;
	width: 100%;
	text-decoration: none;
}

.ts_menu ul.ts_button li a:hover {
	text-decoration: none!important;
}

#ts_map table {
	border: 1px solid #45467F;
	width: 100%;
}

#ts_map table td {
	border: 1px dotted #45467F;
}

#ts_mission {
	margin-bottom: 40px;
}
