@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	margin: 0.5em;
	background-image:url(../img/woods_bg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #1f1f1f;
}
a {
	color: #ffffcc;
	text-decoration: underline;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}
h2 {
	font-size: 1.5em;
	padding-top: 1em;
	padding-bottom: 1em;
}
p {
	margin-bottom: 1em;
}
#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	font-size: small;
	color: #333333;
	text-align: center;
	clear: both;
	padding-top: 1em;
}
#maincontent {
	background-color: #1f1f1f;
	padding: 1em;
	color: #efefef;
	background-image: url(../img/gradient2.gif);
	background-repeat:repeat-x;
	background-color: #1f1f1f;
	border: 2px solid #333333;
	clear: both;
}
#Logo {
	text-decoration: none;
	text-indent: -30000px;
	background-repeat: no-repeat;
	height: 125px;
	width: 320px;
	background-image:url(../img/X-Stand_Logo.gif);
	margin-bottom: 0.5em;
	clear: none;
}
#TMA {
	float: right;
	height: 120px;
	width: 120px;
	margin-top: 5px;
	margin-right: 2px;
}
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
#nav-menu li {
	float: left;
	margin: 0 0.15em;
}
#nav-menu li a {
	background-color: #999966;
	background-image:url(../img/gradient3.gif);
	background-repeat: repeat-x;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	border: 0.1em solid #333333;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

#nav-menu li a:hover {
	background-color: #333333;
	background-image: none;
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	border: 0.1em solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a {
	float: none
}
/* End hide */

.imgright {
	float:right; 
	margin: 1em;
	margin-right: 0;
}

.smallprint {
	font-size: x-small;
}