html {                           /*   230 ict-palvelut.NET!!!!! */
    background:#4b4c8000;
}
#doc {
    width:1119px;
    margin:0 auto;
	font-family: Helvetica, arial, 'Oswald', serif;
	color: #000000;
	background: #fff;
}
#doc_mob {
    width:100%;
    margin:0 auto;
	font-family: Helvetica, arial, 'Oswald', serif;
	color: #000000;
	background: #fff;
}
#hd,#hdm,#hds,#bd,#ft {
    position:relative;
}
#hd {
	position: relative;
	height: 77px;
	background: #fff url(../images/logoICTPNET01.jpg) no-repeat left top;
	padding: 0;	
	color: #fff;
	z-index:11;	
}
#hdm {
	position: relative;
	width: 100%;
	height: 30px;
	background: #fff;
	padding-left: 30px;padding-top: 35px;		
	color: #292;
	font-size:160%;
	z-index:11;	
}
#hds {
	position: relative;
	width: 100%;
	height: 50px;
	##//background: #9999bb;
	color: #292;
	font-size:100%;
	z-index:11;	
}
#logo a {
    text-decoration:none;
    font-size:38px;
    color:#c2b93e;
    text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
}
#tiedot{  
	float: right;
	height: 40px;
	padding-top: 35px;
	background: #fff; 
}
#menu {
   float: right;
   
}
#bd {
    background:#fdfeff url(../images/wdbg.jpg) repeat-y left top;
    margin-top:10px;
	padding-left: 2px;
	padding-right: 2px;
    border:1px solid #dddddd;
	z-index:3;
}
#bdm{
	min-width:50%; max-width:600px;
    background:#fff;
    margin-top:1px;
	z-index:3; 
	
}
#bd .content {
    margin:1px;
	padding-left: 5px;
	padding-right: 3px;
}
#ft {
    z-index:1;
}
a:link,
a:visited {
    color:#3f6b1c;
}
a:hover,
a:focus,
a:active {
    color:#3f6b1c;
}

/* base.css, part of YUI's CSS Foundation */
h1, #logo {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3, #logo {
	/* top & bottom margin based on font size */
	margin:1em 0;
	font-family: Helvetica, arial, 'Oswald', serif;
}
h1,h2,h3,h4,h5,strong, #logo {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
h6 {
	font-family: Helvetica;
	color: #3f6b1c;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*providing spacing for definition terms*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	/*border:1px solid #000;*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}