/* CSS2 Style Sheet for Lowland Language Services */
/* Author: Ben Hickman */
/* Last update: November 10, 2005 */

/* basic elements */
body { 
	text-align : center;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt; 
	color : #000000; 
	background : url(background.jpg); 
	margin : 0;
	}
p { 
	font-family : Verdana, Arial, sans-serif; 
	margin-top : 0; 
	}
a:link { 
	font-weight : bold; 
	text-decoration : none; 
	color : #b7a5df;
	}
a:visited { 
	font-weight : bold; 
	text-decoration : none; 
	color : #d4cddc;
	}
a:hover, a:active { 
	text-decoration : underline; 
	color : #9685ba;
	}

/* specific divs */
#main {
	margin : 0 auto;
	margin-top : 2em;
	padding : 0;
	text-align : left;
	width : 800px;
	}
#header {
	height : 83px;
	width : 798px;
	margin : 0;
	padding : 0;
	border : 1px solid #000000;
	font-size : 8pt;
	}
#languageToggle {
	background-color : #203459;
	height : 13px;
	text-align : right;
	padding-right : 10px;
	}
#languageToggle a {
	color : #fbf3e1;
	text-decoration : none;
	}
#languageToggle a:hover {
	text-decoration : underline;
	}
#pageHeader p {
	background : url(letterhead_logo.jpg);
	width : 798px; 
	height : 70px; 
	}
#pageHeader p span {					/* Fahrner Image Replacement */
	display: none
	}
#menubar {
	height : 19px;
	width : 798px;
	margin : 0;
	padding : 0;
	border : 1px solid #000000;
	border-top-width : 0;
	border-bottom-width : 0;
	}
#menubar img.menu {
	position : relative;
	top : -12px;
	left : 0;
	}
#sheet { 
	background : url(background-sheet.jpg) repeat-y;
	border : 1px solid #000000;
	border-bottom-width : 0;
	padding : 0;
	padding-bottom : 1em;
	margin : 0;
	}
#sidebar {
	clear : both;
	width : 150px;					/* total width is width plus padding */
	padding : 14px 5px 0;
	float : right;
	}
#content {
	clear : left;
	width : 580px;
	padding : 0px 0px 0px 30px;
	}
#content p {text-align:justify; margin-top:0; margin-bottom:10px;}
#content p.hilite {font-weight:bold; font-size:12pt; color:#008080}
#content span.term {font-style:italic;}
#content span.term1 {font-weight:bold;}
#content p.important {font-family:Verdana,Arial,sans-serif; font-size:11pt; color:#008080;}
#content p.lastupdate {text-align:center; font-style:italic; font-size:8pt;}
#content p.note {font-style:italic; font-size:8pt;}
#content h1 {font-family:Verdana,Arial,sans-serif; font-size:14pt; color:#4f6289; margin-top:14px; margin-bottom:14px;}
#content h2 {font-family:Verdana,Arial,sans-serif; font-size:11pt; color:#008080; margin-top:12px; margin-bottom:4px;}
#content h3 {font-family:Verdana,Arial,sans-serif; font-size:11pt; color:#4f6289; margin-top:10px; margin-bottom:2px;}
#content table.important {font-family:Verdana,Arial,sans-serif; font-size:11pt; color:#008080;}
#content a:link {color:#4f6289; text-decoration:none;}
#content a:visited {color:#4f6289; text-decoration:none;}
#content a:active {color:#9caac6; text-decoration:none;}
#content a:hover {color:#9caac6; text-decoration:none;}
#content tr {margin-bottom:1em;}
#content li {margin-top:3px; margin-bottom:3px;}
#footer {
	background-color : #fbf3e1;
	border : 1px solid #000000;
	font : 8pt/16pt georgia;
	clear : both;
	margin-bottom : 2em;				/* around the outside */
	padding-top : 10px;				/* internal padding */
	}
#footer p {font-size:8pt; text-align:center; line-height:120%;}
#footer p.links {font-size:9pt;}
#footer span {font-size:9pt;}
#footer a:link    {color:#4f6289;}
#footer a:visited {color:#9caac6;}
#footer a:hover, a:active  {color:#9caac6; text-decoration:none;}
