/* CSS Document */
body {
	background-color: #0303FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#body {
	background-image: url(/images/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 700px;
	padding: 0px;
	background-color: #FFFFFF;
	margin: auto;
}
#body #header {
	background-image: url(/images/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: relative;
}
#body #leftcol {
	float: left;
	background-color: #CCCCCC;
	width: 130px;
	padding: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#body #rightcol {
	margin-left: 130px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 10px;
}
#body #rightcol p {
	color: #333333;
	line-height: 1.5em;
	margin-top: 0px;
}
#body #footer {
	clear: both;
	background-image: url(/images/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#body #footer #cornerimg {
	background-image: url(/images/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#body #footer p {
	padding: 5px;
	color: #666666;
	font-size: smaller;
	margin: 0px;
}
.ljndesigns {
	background-color: #0303FF;
	padding-bottom: 10px;
	display: block;
	padding-top: 20px;
	height: 55px;
	width: 400px;
	margin: auto;
	padding-right: 300px;
}
#body #header h1 {
	margin: 0px;
	padding: 5px;
	color: #999999;
}
#body #leftcol ul {
	line-height: 1.5em;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#body #leftcol a {
	display: block;
	width: 124px;
	font-weight: bold;
}
#body #leftcol a:link, a:active, a:visited {
	color: #FFFF4F;
	background-color: #A9BCAC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	padding: 3px;
	margin: 0px;
}

#body #leftcol a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #CCCCCC;
	display: block;
	margin: 0px;
	padding: 3px;
}
.right {
	float: right;
	padding: 10px;
}
.left {
	float: left;
	padding: 10px;
}
.bold {
	font-weight: bold;
	margin-bottom: 0px;
}









/*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#rightcol{width:100%; float:none;}
}
#body #rightcol li {
	line-height: 1.5em;
}
