/* This is the stylesheet that is normal, and completely hack-free! Thanks, standards! */
body{
	background-color: transparent;
	background-image: url(images/pattern_130.gif);
	background-repeat: repeat;
	color: #000000;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Verdana, serif;
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
	text-align: center;
}

img{
	border: none;
}

li{
	text-indent: 0px;
}

#wrapper{
	color: #000000;
	background: transparent url(images/background-wrapper.png) repeat-y;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	text-align: justify;
	width: 800px;
}

#header{
	text-align: center;
}

#content{
	background: transparent;
	border-left: thin dotted;
	margin-left: 120px;
	min-height: 350px;
	padding: 0px 10px 0px 10px;
	text-indent: 10px;
}

#content h1{
	background: transparent url(images/background-h1.png) repeat-x;
	color: #FFFFFF;
	font-size: 160%;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

#content h2{
	color: #000099;
	font-size: 130%;
	margin: 0px;
	text-align: center;
}

#lhs{
	padding: 0px;
	float: left;
	text-align: center;
	width: 120px;
}

ul#nav, ul#nav li{
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	list-style-type: none;
	width: 110px;
}
	
ul#nav a{
	background: #000079;
	color: #ECECEC;
	display: block;
	padding: 5px 0;
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
}
	
ul#nav a:hover{
	background: #16459E;
	color: #F6F6F6;
}

table.sshow{
	width: 100%;
}

table.sshow td{
	text-align: center;
}

table.sshow td img{
	vertical-align: middle;
}

.leftimage{
	border: thin solid #FFFFFF;
	float: left;
	margin-right: 10px;
	padding: 2px;
}

.rightimage{
	border: thin solid #FFFFFF;
	float: right;
	margin-left: 10px;
	padding: 2px;
}

.centered{
	font-size: 80%;
	text-align: center;
}

img.centerimage{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.thumbnail{
	padding: 5px;
	margin: 0 auto;
}

#copyright{
	background: transparent url(images/background-h1.png) repeat-x;
	color: #FFFFFF;
	font-size: 70%;
	margin: 0;
	padding: 3px;
	text-align: center;
}
