body
{
	font-family: Verdana;
	font-size: 80%;
	background-color: black;
}

#title_logo
{
	background-image: url('images/sylloc_logo_full_small.png');
	height: 150px;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.titleBar
{
	color: white;
	display: block;
	border: 1px solid #FFB000;
	margin-top: 10px;
	padding: 4px;
	margin-left: 5%;
	margin-right: 5%;
	border-left: 4px solid #FFB000;
	background-color: #D7BC51;
	background-image: url('images/title_bar.png');
	background-repeat: repeat-y;
}

#menu_tabs
{
	/*width: 800px;*/
	height: 40px;
	margin-left: 5%;
}

h2
{
	margin: 0px;
	color: #FFB000;
}

ul.menu
{
	display: block;
	margin: 0px;
	padding: 0px;
}

ul.menu li
{
	background-color: white;
	list-style-type: none;
	float: left;
	margin: 1px;
	padding: 4px;
	width: 10.5%;
	height: 24px;
	font-size: 80%;
	background-image: url('images/tab3.png');
	background-repeat: repeat-x;
	border-top: 1px solid #C0C0C0;
	/*border-right: 1px solid white;
	border-left: 1px solid #404040;*/
	border-bottom: 2px solid #FFB000;
}
/*
ul.menu li:hover
{
	background-color: #F0F0F0;
}
*/
ul.menu span
{
	/*width: 100%;*/
	/*vertical-align: middle;*/
}

ul.menu li.tab_selected
{
	background-image: url('images/tab3-over.png');
}

ul.menu li.tab_selected a
{
	color: #FFB000;
}

ul.menu a
{
	display: block;
	height: 24px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.bodyContent
{
	color: white;
	margin-top: 10px;
	padding: 4px;
	margin-left: 5%;
	margin-right: 5%;
	border-left: 4px solid #FFB000;
	background-image: url('images/body_degrade.png');
	background-repeat: repeat-x;
	height: 800px;
	overflow: auto;
}

.langImage
{
	border: none;
	margin-bottom: -6px;
}

.mapInfo a
{
	text-decoration: none;
	color: #FFB000;
}

.mapInfo a:hover
{
	text-decoration: underline;
}

.mapInfo
{
	margin: auto;
	margin-top: 15px;
	margin-bottom: 5px;
}

.mapInfo table
{
	border-collapse: collapse;
	text-align: center;
	border-width: 2px;
	background-color: #273C45;
	margin: auto;
}
.projectInfo
{
	margin: auto;
	margin-top: 15px;
	margin-bottom: 5px;
}

.projectInfo table
{
	border-collapse: collapse;
	text-align: center;
	border-width: 2px;
	background-color: #273C45;
	margin: auto;
}

.projectInfo a
{
	text-decoration: none;
	color: #FFB000;
}

.projectInfo a:hover
{
	text-decoration: underline;
}