/**************REDEFINES*******************************/
body{
	padding: 5px;
	margin:0px 0px;
	background: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	color: #000;
	font-size: 0.7em;
}


p{
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 1.5em;
}

h2,h3,h1 {
	font-weight: bold;
	margin: 0;
}

h1{
	font-size: 1.2em;
}

h2{
	font-size: 1.1em;
}

hr{
	  border: 0;
      width: 100%;
      color: gray;
      background-color: gray;
      height: 1px;
}

dt{
	margin-top:6px;
}

dd{
	margin-left: 10px	
}

li{
	line-height: 2em;
}

table{
	font-size: 1em;
	line-height: 1.5em;
}

.small{
	font-size: 0.8em;
}

#picture{
	float: left;
	width: 100px;
	margin-top: 20px;
}

#describe{
	margin-left: 10px;
	margin-top: 20px;
	width: 330px;
	float: right;
}

#content{
	clear: both;
	width:600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:left; /* Counteract to IE5/Win Hack */
	/*padding:10px;*/
	font-size: 1em;
	line-height:1.5em;
	color:#000;
	/*background:#fff;*/
	/*border:1px solid gray;*/
	border-bottom: 1px solid gray;
}

/***********CLASSES*******************/
.clear{
	clear: both;
	border: 0;
	padding-top:10px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
}

.content_img{
	margin-top: 10px;
	width: 600px;
}

.thumb{
	width: 100px;
}

#thumbnail{
	width: 250px;
}


#sicslogga{
  height: 30px;
  float: right;
  margin:0;
  padding:0;
  border:0;
}


#logo{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 25px;
	vertical-align: bottom;
	line-height: 40px;
	margin:0;
	padding:0;
	border:0;
	clear:both;
	float: left;
}

#main {
	width:600px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	font-size: 1em;
	line-height:1.4em;
	color:#000;
	clear:both;
	
}	

.copyright{
	width: 750px;
	clear:both;
	font-size: smaller;
	color: #fff;
	margin:0;
	text-align:center;
	background: transparent;
}

a:link, a:visited, a:active {
	color:#3b5988;
	background: transparent;
	text-decoration:none;
	}

a:hover{
	color:#3b5988;	
	text-decoration: underline;
	background: transparent;
}

.menuItems{
	width:100%;
	background:#fff;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color:#000;
	border-bottom: 1px solid gray;
}

.menuItems td:hover{
	text-align: center;
	/*background: gray;*/
}

.menuItems a, .menuItems a:visited {
	font-weight: bold;
}


.menuItems a:hover {
	text-decoration:none;
	color: gray;
}


