
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Verdana, Arial,helvetica,sans-serif;
	font-size: 80%;
	line-height: 1.5;
	background-color: #FFFFFF;
	color: black;
}

a:visited { color:#00487D; text-decoration:none; }
a:link    { color:#00487D; text-decoration:none; }
a:hover   { color:#00487D; text-decoration:underline; }
a:focus   { color:#00487D; text-decoration:underline; }
a:active  { color:#00487D; text-decoration:underline; }

body *:target h3 {
	border: 1px solid #B35A00;
}
h3 { width: auto; }

#header {
    color: #B35A00;
	margin: 10px 10px 10px 10px;
}

#content {
	margin: 10px;
	padding: 0px 10px 10px 10px;
	border: 1px;
}

* html #content { margin: 20px 10px 10px 10px; } /* IE-fix */

#news {
	float: left;
	width: 225px;
	margin: 0px 10px 10px 10px;
	padding: 0px 10px 0px 10px;
	background-color: red;
}

* html #news { width: 200px; margin: 10px 5px 0px 10px;  } /* IE-fix */


#footer {
	clear: both;
    color: #B35A00;
	margin: 10px;
	border-top: 1px solid #B35A00;
}

.print, .nostyle {
    display: none;
}

/*==================
  =Content
  ================== */

#content h1,
#content h2,
#content h3 {
	color : #B35A00;
	font-family:Verdana, Arial,helvetica,sans-serif;
	margin-top: 10px;
}

#content p {
	margin-bottom: 1em;
}

#content ul {
	padding-left: 50px;
	margin-bottom: 10px;
}

#content li {
	list-style-type: square;
	padding-left: 10px;
	background-position: 0 .5em;
}

#content dl {
	font-size: 0.9em;
	padding-left: 10px;
	margin-bottom: 10px;
}

#content dd {
	padding-left: 20px;
}

/*==================
  =Header
  ================== */
#header h1,
#header h2 {
	font-family:Verdana, Arial,helvetica,sans-serif;
	font-size: 200%;
}

#header h1 {
	padding-top: 30px;
	margin-bottom: 10px;
}

#header h2 {
	font-size: 175%;
}

#logo {
	float: left;
	width: 150px;
	height: 150px;
	margin: 10px;
	background-image:url("/ukqsar/img/logo_150.png");
}
/* IE hack */
* html #logo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ukqsar/img/logo_150.png', sizingMethod='scale');	
}

#navlist {
	margin: 0 0 0 0 ;
	padding: 0 0 20px 0px;
	border-top: 1px solid #B35A00;
}

#navlist ul, 
#navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, 
#navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #FF8000;
	border-top: 4px solid #FF8000;
	padding-top: 2px;
}

#navlist a:link.current, 
#navlist a:visited.current, 
#navlist a:hover {
	border-top: 4px solid #B35A00;
	padding-top: 2px;
	background: transparent;
	color: #B35A00;
}

/*
#navlist a:hover {
	border-top: 4px solid #B35A00;
	color: #B35A00;
}
*/

div#subnavigation {
	margin: 0;
	padding: 0;
	padding-left: 42px;
}

#subnavigation ul {
	margin: 0;	padding: 0;
	display: block;
}

#subnavigation li {
	margin: 0;	padding: 0;
	display: inline;
	list-style-type: none;
}

#subnavigation a:link, 
#subnavigation a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #00CC00;
	border-left: 2px solid #FFFFFF;
}

#subnavigation a:link.current, 
#subnavigation a:visited.current, 
#subnavigation a:hover {
	border-left: 2px solid #008F00;
	background: transparent;
	color: #008F00;
}

#subnavigation a:hover {
	border-left: 2px solid #008F00;
	color: #008F00;
}

/*==================
  =NewsItem
  ================== */
  
.item {
	width: 209px;
	margin: 0px 10px 10px 10px;
	background-color: #EEEEEE;
	border: solid 1px #008F00;
	overflow: hidden;
}
* html .item { width: 190; }
.item h4 {
	font-size: 90%;
	font-weight: bold;
	padding: 3px 0 3px 5px;
	background-color: #008F00;
	color: #80FF80;
}
.item p {
	font-size: 70%;
	margin: 0;
	padding: 10px;
}


/*==================
  =Meetings list
  ================== */
.meetinglist tr {
	vertical-align: top;
}

.meetinglist tr th {
	background-color: #80C9FF;
}

.meetinglist tr.odd th,
.meetinglist .odd {
	background-color: #FFFFFF;
}
.meetinglist tr.even th,
.meetinglist .even {
	background-color: #EEEEEE;
}

.meetinglist th {
	font-weight:bold;
	color: #00487D;
	padding: 5px;
}
.meetinglist td {
	font-weight:normal;
	padding: 5px;
}

/*==================
  =Multicolumn
  ================== */
#content .multicolumn {
	margin: 0px 0px 0px 10px;
}
* html .multicolumn{
 height:1%;
 }

#content .multicolumn ul {
  display: block;
  width: auto;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}
 
#content .multicolumn  li {
  display: inline;
  float: left;
  /* width: 10em; */
  margin: 0;
  padding: 0;
}

#content .multicolumn a,
#content .multicolumn a:visited {
  display: block;
  text-decoration: none;
  width: 16em;
  position: relative; /* for IE-Win */
}

#content .multicolumn a:hover {
	background-color: #EEE;
}

#content h3 a,
#content h3 a:hover {
	text-decoration: none;
}

/*==================
  =Search
  ================== */
#news .search {
	margin: 0px 10px 10px 10px;
	width: 209px;
}
