@charset "UTF-8";
/* CSS Document */

html, body { margin: 0; padding: 0; }
#header { 
  width: 800px;
  float: left;
  color:#59585a;
  background-image: url(images/header.png);
}
#header h2 {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  font:normal normal bold 1.5em "trebuchet ms", trebuchet, sans-serif;
  color: white;
}
#header p {
  padding-left: 50;
    padding-right: 50;
  margin-left: 50;
  text-align: center;
  font:normal normal bold 1.2em "trebuchet ms", trebuchet, sans-serif;
    color: black;
}

#maincontainer {
  width: 800px;
  float: left;
}

#nav, #nav ul, #nav li {
  width: 200px;
  float: left;
  		margin: 0;
		padding-left:10;
		list-style-type:none;
        color:#40668c;
		font:normal normal bold 1em "trebuchet ms", trebuchet, sans-serif;

}
	#nav ul, #nav p
	{
		margin:10px 0 0 5px;
		font-size:0.9em;
	}

	#nav a, #nav p
	{
		color:#59585a;
		border: none;
	}

	#nav li
	{
		line-height:1.2;
		margin:0 0 7px 0;
	}

	#nav a:hover, #nav a:focus, #nav a:active
	{
		color:#f60;
	}
#nav p {
padding-top: 20px;
padding-left: 10px;
padding-right: 20px;
font:normal normal normal 0.8em "trebuchet ms", trebuchet, sans-serif;
}
#main {
  float: right;
  width: 600px;
  color:#40668c;
  font:normal normal normal 1em "trebuchet ms", trebuchet, sans-serif;
}

#main h2 {
color:#40668c;
font-weight: bold;
}	

#main a, a:hover, a:focus, a:active {
text-decoration: none;
color:#40668c;
}


#footer {
  width: 800px; 
  float: left;
  font:normal bold normal 0.8em "trebuchet ms", trebuchet, sans-serif;
  color:#59585a; 
}
#footer p {
padding-left: 10px;
}
.link-without{
text-decoration: none;
}

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
	font-weight: bold;
}
#hor-minimalist-b .odd
{
	background: #e8edff;
	font-weight: normal; 
}

#hor-minimalist-b caption
{
    font:normal bold normal 1.5em "trebuchet ms", trebuchet, sans-serif;
	text-align:left;
	color: #59585a;
}

#hor-minimalist-b a
{
	font:normal bold normal 1.0em "trebuchet ms", trebuchet, sans-serif;
	text-align:left;
	color: #59585a; 
}