
h1 {
	font-family: Arial;
}

h2 {
	font-family: Arial;
	font-size: 14pt;
	border-bottom: 1px solid #cccccc;
	/*
	color: #0048BD; blue
	color: #003B47;
	*/
	color: #442100;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-bottom: 1px;
}

h3 {
	font-family: Arial;
	font-size: 12pt;
	color: #442100;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-bottom: 1px;
	font-style: italic;
}

h4 {
	font-family: Arial;
	font-size: 11pt;
}

p {
	padding-bottom: 5px;
}

p.listdescriptor {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

p.listcomment {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-style: italic;
}

a {
	/*
	color: #005EEB; light blue
	color: #368891;
	*/
	color: #6f4926;
}

a:hover {
/*
	background: #BECEFA;
	color: #005EEB;
*/
	background: #fedbb9;
}

.codec {
	font-weight: bold;
}

a.external {
	color: #6f4926;
	font-weight: bold;
}

.new {
	color: #D45C00;
	font-weight: bold;
	font-size: 8pt;
}

p.note {
	color: #858585;
	/*font-style: italic;*/
	font-size: 8pt;
}

span.optional {
	color: #666666;
}

div.figure {
	background: #ccc;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ddd;
	float: right;
}

div.figure p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	font-family: Tahoma, Arial;
}

div.screencapture {
	padding: 5px;
}

#articleTitle {
	font-size: 16pt;
	color: #000000;
	margin: 0;
}

#articleDate {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: #777777;
}




body {
	background:#fff;
	margin:0;
	padding:0;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	line-height: 150%;
}

#content {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

#ads {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#siteTitle {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 56px;
	background-image: url("logomenu.png");
	background-repeat: no-repeat;
}

#siteTitle span {
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;
}

#siteTitleLink {
	background-image: none !important;
	width: 150px !important;
	height: 56px !important;
	padding: 0 !important;
	margin: 0 !important;
}

#header {
	font-family: Arial;
	width:100%;
	background:#ffffff url("menubg.png") repeat-x top;
	font-size:13px;
	line-height:normal;
	position: relative;
	height: 56px;
	min-width: 500px;
}

#header ul {
	margin:0;
	padding: 0px 10px 0px 10px;
	list-style:none;
}

#header li {
	float:left;
	background:url("normal_right.png") no-repeat right top;
	margin:0;
	padding:0;
}

#header a {
	display:block;
	background:url("normal_cap_left.png") no-repeat left top;
	padding:15px 15px 25px 15px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#header a:visited {
	color: #000000;
}

#header a:hover {
	color: #4a3624;
	text-decoration: underline;
}

#header #firstMenuItem a {
	background-image:url("cap_left.png");
	padding-left: 18px;
}

#header #lastMenuItem {
	background-image:url("cap_right.png");
}

#header #lastMenuItem a {
	padding-right: 17px;
}

#menu {
	height: 56px;
	position: absolute;
	right: 10px;
	top: 0px;
}

/* ugly, I know */
#siteTitleClickable {
	background-image:none;
	padding: 0;
	margin: 0;
	border: 0;
}

#siteTitleClickable div {
	background-image:none;
	width: 140px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 60px;
}

#copyright {
	margin: 0;
	padding 2px;
	text-align: center;
	font-size: 8pt;
	border-top: 1px solid #cccccc;
}

#bottommenu {
	display: block;
	text-align: center;
	clear: both;
	padding-right: 30px;
}

#bottommenu li {
	display: inline;
	padding-left: 11px;
	padding-right: 10px;
	border-left: 1px solid #cccccc;
}

#bottommenu #bottommenu_firstitem {
	border-left: none;
}

