/* For: Supras site, homepage only */

body {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 10pt;
    color: #000000;     /* black */ 
	 position: absolute;
	 background-color: ffffff;     /* white */
	 /* background-image: url(../admin/bgimage.gif); */
	 /* background-repeat: repeat; */
	 /* background-attachment: scroll; */
	 /* background-position: 30% 50%; */
}

#nav {     /* vertical nav. box, top */
	font-weight: normal;
	position: absolute;
	color: Black; 
	top: 172px;  /* oppr. 111 */ 
	left: 30px;
	width: 168px;
	line-height: 30px; 
	margin-top: 0px;  /* oppr. 35 */
	padding-top: 0px;  /* oppr. 30 */
}

#nav a:hover, #nav li a:hover {     /* nav. links, hovering */
	color: #0055A8;     /* blue */ 
	background-color: #FFFFF9;     /* white */
	text-decoration: none;
}

#nav ul, #nav li {     /* ? */
	list-style-type: none;
}

#nav2 {     /* vertical nav. box, bottom - Creative Commons */
	font-weight: normal;
	position: absolute;
	color: Black;
	top: 564px;  /* oppr. 50 */
	left: 30px;
	width: 168px;
	line-height: 30px;
	margin-top: 0px;  /* oppr. 514 */
	padding-top: 0px;  /* oppr. 30 */ 
}

#nav2 a:hover, #nav2 li a:hover {     /* nav. links, hovering - see #nav2 */
	color: #0055A8;     /* blue */ 
	background-color: #FFFFF9;     /* white */
	text-decoration: none;
}

#nav2 ul, #nav2 li {     /* ? - see #nav2 */
	list-style-type: none;
}

#navcell {     /* Header, contains also nav. boxes #nav & #nav2 */
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 0px;  /* --> 25px */
	margin-bottom: 15px;
	border-top: 3px solid #0055A8;     /* blue */
	border-right: 0px solid #0055A8;     /* blue */
	border-bottom: 3px solid #0055A8;     /* blue */
	border-left: 0px solid #0055A8;     /* blue */
}

#breadcrumb {     /* top horizontal nav. bar, left */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding-bottom: 1px;
	padding-left: 2px;
	width: 47%;
	position: absolute;
	border-top: 1px solid #51A9FF;     /* blue */
	border-bottom: 1px solid #51A9FF;     /* blue */
}

#linkbar {     /* top horizontal nav. bar, right */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding-bottom: 1px;
	padding-right: 1px;
	float: right;
	width: 53%;
	position: relative;
	border-top: 1px solid #51A9FF;     /* blue  */
	border-bottom: 1px solid #51A9FF;     /* blue */
}

#nav a, #nav li.active li a {     /* ? */
	color: #000000;     /* black */ 
	text-decoration: none;
}

#nav li.active a {     /* ? */
	color: #930;     /* brown */ 
	background-color: #fc6;     /* yellow */
	text-decoration: none;
}

#nav2 a, #nav2 li.active li a {     /* ? */
	color: #000000;     /* black */ 
	text-decoration: none;
}

#nav2 li.active a {     /* ? */
	color: #930;     /* brown */ 
	background-color: #fc6;     /* yellow */
	text-decoration: none;
}

a {     /* element, for links */
	color: #0055A8;     /* dark blue */
}

a:visited {     /* element, for visited links ? */
	color: #8E5205;     /* brown */ 
}

#content {     /* content */
	color: #000000;     /* black */ 
	background-color: #FFFFF9;     /* white */
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 230px;
	padding-right: 5%;
	margin-top: 48px; 
}

#footer {     /* footer, ID */
	font-family: Arial, Helvetica, sans-serif;
	/* color: #000000;     / black */ 
	background-color: #FFFFF9;     /* white */ 
	padding-top: 5px;
	padding-left: 230px;
	padding-right: 5%;
}

p,ul,ol {     /* elements */
	color: #000000;     /* black */ 
	font-size: 9pt;
	text-align: justify;
}

p.footer {     /* footer, class */
	font-size: 7pt;
	padding-bottom: 1px;
	padding-left: 2px;
	border-top: 1px solid #51A9FF;     /* blue */
	border-bottom: 1px solid #51A9FF;     /* blue */
}

p.para1 {     /* in id content, to increase distance from top */
	padding-top: 14px;
}

dd.list1 {     /*  used where?  */
	margin-left: 5mm;
	text-indent: 0mm;
	padding-bottom : 2mm;
}

div.style1 {     /* div in body */
	width: 100%;
}

dl.list1 {     /* used where? */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0mm;
}

dt.list1 {     /* used where? */
	font-weight: bold;
}

hr.line1 {     /* dividing line in #nav */
	height: 1px;
	width: 128px;
}

li.cc {     /* Creative Commons logo */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5pt;
	text-align: left;
}

li.list1 {     /* use where */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 2mm;
}

.boxed {
  border: 2px solid green ;
}

