/*General style*/
body {
	margin: 0 20px 0 0;
	background-color: white;
	background-image: url('Images/background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8A8E99;
	font-weight: bold;
}

table.main {width: 100%}
table.with_margin {margin-left: 45px}

h3 {padding-left: 0.25cm}
h4 {padding-left: 0.5cm}

a {
	text-decoration: none;
	border: none
}
a:active {color: blue}
a:visited {color: #6A5ACD}
/* a:visited color is slateblue */

p {padding-left: 0.5cm}


/*Main content style*/
.main_content {
	position: relative;
	top: -100px
}

.main_content p a:link {
	color: grey;
	font-family: sans-serif
}

.main_content h3 a:link {
	color: grey;
	text-decoration: underline
}

/*Header style*/
.header {
	text-decoration: none;
	/*border-style: none;*/
	margin: 0;
}

.header h1 {
	padding: 5px 0px 0px 5px;
	position: relative;
	top: -80px;
	left: 20px
}

.header h1 a {
	text-decoration: none;
	border: none
}

.header h1 a img {
	filter:alpha(opacity=90);
  	opacity:0.9;
}

.header h1 a:link {color: white}


/*Side panel style*/
.sidepanel {
	background-image: url('Banners/leftpanel.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	border: none;
}

.sidepanel ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.sidepanel li {
	padding: 5px 0px 0px 5px;
	font-size: 1.5em;
}

.sidepanel li a {
	text-decoration: none;
	border: none;
}
.sidepanel a:link    {border: none;}
.sidepanel a:visited {border: none;}
.sidepanel a:hover   {border: none;}
.sidepanel a:active  {border: none;}

.sidepanel li a img {
	filter:alpha(opacity=80);
  	opacity:0.8;
}


/*Footer style*/
.footer table {
	float: right;
}

.footer table a:link { color: white }
