*
{ 
	font-family:Helvetica, Sans-serif;
	font-size:9pt;
	color: black;
	text-align:left;
}

/*
  textalign:center is for backward compatibility with IE < 6
  otherwise the main column is not centered
*/
body
{
    text-align:center;
	margin:0px;
	padding:0px;
	background:url(images/background.jpg) no-repeat top center;
	height:100%
}

table
{
	border:0px;
    margin:0px;
	padding:0px;
	border-collapse:collapse;
}

table td
{
	vertical-align:top;
}

img
{
	border: none;
}

/*
   background-color: white;
   -moz-opacity:0.6;
   filter: alpha(opacity=60);
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
*/

.transparentBackground
{
	/*background:url(images/backgroundTransparent.jpg) no-repeat top left;*/
	background:url(images/semitransparent.png);
	/*background-color: rgba(255,255,255,0.65);*/
	/*background-color: white;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    -khtml-opacity:0.8;*/
}

h2
{
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:2pt;
	font-size:8pt;
	color: #A56C0E;
}

h3,
div.sectionHeader
{
	font-weight:normal;
	letter-spacing:2pt;
    margin-top:20px;
	margin-bottom:5px;
}


#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
