@charset "ISO-8859-1";
/*-------------layout----------------*/
html {
	scrollbar-base-color: #ddddbb;
	scrollbar-arrow-color: #003366;
	scrollbar-3dlight-color: #003366;
	scrollbar-darkshadow-color: #003366;
	scrollbar-face-color: #a0b0a8;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #a0b0a8;
	scrollbar-track-color: #ddddbb;
}
body {
	margin: 0px;
	background-color: #ddddbb;
}
div#outershell {
	width: 905px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../lw_images/blue_bg.jpg);
	background-repeat: repeat;
}
div#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	background-image: url(../lw_images/home_base.gif);
	background-repeat: no-repeat;
	background-position: top;
}
div.pagename {
	float: right;
	margin-top: 216px;
	margin-left: 634px;
}
div#content {
	top: 650px;
	position: static;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
div#contenttop {
 	height: 40px;
 	clear: both;
}


/*-------------------text----------------*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ddddbb;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ddddbb;
	padding-bottom: 5px;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #ddddbb;
}
a:hover, a:active {
	color: #FFFFFF;
	background-color: #003366;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A7C2A3;
	font-weight: bold;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A7C2A3;
	font-weight: bold;
}
.text a:link, .text a:visited, li a:link, li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #ddddbb;
}
.text a:hover, .text a:active, li a:hover, li a:active {
	color: #FFFFFF;
	background-color: #003366;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.credits {
	font-size: 10px;
	color: #993333;
	text-indent: 10px;
	text-align: center;
}
.credits a:link {
	color: #8D8D5C;
}

.linedivider {
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #0A355D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ddddbb;
}
.linedivider-rt {
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #0A355D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ddddbb;
	border-right-width: medium;
	border-right-style: dotted;
	border-right-color: #0A355D;
	padding: 3px;
}
.linedivider-rt a:link, .linedivider-rt a:visited, .linedivider-rt a:hover, .linedivider-rt a:active  {
	font-weight: bold;
}
.linedivider a:link, .linedivider a:visited, .linedivider a:hover, .linedivider a:active  {
	font-weight: bold;
}


/*-------------------images-----------------*/
img.border-left {
	border: thin solid #ddddbb;
	margin-right: 8px;
}
img.border-right {
	border: thin solid #ddddbb;
	margin-left: 8px;
}
img.border {
	border: thin solid #ddddbb;
}

