body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 18px;
	position: relative;
	background-color: #8db6cd;
	margin: 0;
	padding: 0;
}

img { border: none; }

h2 {
	text-align: center;
	color: #111;
	text-shadow: 1px 2px 1px #ccc;
}

h3 {
	clear: both;
	margin: 0 5px 0 5px;
	border-bottom: 2px solid #c2d0e2;
	line-height: 45px;
	text-shadow: 0 1px 0 #ddd;
}

h4 {
	clear: both;
	margin: 0 5px 0 5px;
	line-height: 25px;
}

a:link, a:visited {
	text-decoration: none;
	color: #002bb8;
}

a:hover {
	text-shadow: 1px 1px 0 #aaf;
}

#footer {
	clear: both;
	margin: 10px 0 15px 0;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #eeb422;
	border-bottom: 1px solid #eeb422;
}

#footer table {
	border-spacing: 0;
	width: 100%;
}

#main {
	clear: both;
	margin: 20px 0 0 0;
	border-spacing: 0;
	width: 100%;
}

#main td {
	vertical-align: top;
	padding: 0;
}

#sidebar {
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

#header {
	height: 95px;
	background-image: url(/media/lmmd_header.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
}

.ldiv {
	border: 1px solid #aaa;
	background-color: #e4f1fa;
	width: 190px;
}

.ldiv ul {
	margin: 2px;
	padding-left: 20px;
	list-style: none;
}

/*content*/
#content {
	background-color: #fff;
	border: 1px solid #ee9422;
	min-height: 700px;
	padding: 0 40px 20px 40px;
}

#content p {
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

#content ul {
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#content li {
	margin-bottom: 5px;
}

#content a:link, #content a:visited {
	color: #2d2d75;
	font-weight: bold;
}

/*text and img*/

.righttxt {
	float: right;
}

/*table*/
.bordertable {
	margin: auto;
	text-align: center;
}

.bordertable td {
	padding: 5px 20px 5px 20px;
}

.bordertable th {
	padding: 5px 20px 5px 20px;
	background-color: #afc;
}

