/** Initialization Styles **/
* {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,blockquote,form,label,ul,ol,dl,fieldset,address,input{
	margin:0.5em 0;
}
ul{
	margin-left:2em;
}
ol{
	margin-left:3em;
}
fieldset{
	padding:.5em;
}

/** General Styles **/
h1 { 
	font-size:1.6em;
	line-height:1.8em;
}
h2 {
	font-size: 1.5em;
	line-height: 1.65em;
	font-style:italic;
}
h3 {
	font-size: 1.5em;
	line-height: 1.65em;
}
h4 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-style:italic;
}
h5 {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight:bold;
}
h6 {
	font-size: 1.2em;
	line-height: 1.3em;
	font-style:italic;
}
p {
	margin:0;
}
#core_right p {
	margin:1em 0;
}
ol, ul {
	margin-top: 1em;
}
ol li {
	margin:.25em 0;
}
a, a:link, a:visited {
	text-decoration:none;
	color:#BA1319;
	outline:none;
}
a:hover,a:active {
	text-decoration: underline;
	color:#000;
}
img {
	border: none;
}
table
{
	empty-cells: show;
	border: 0px;
	border-collapse : collapse;
	font-size:100%;
}
table, td, tr {
	font-size:100%;
}
.clr {
	line-height: 0;
	clear: both;
	margin : 0;
	padding: 0;
	border: 0;
}

/** Layout Styles **/
html, body {
	height:100%
}
body {
	background:#FFF;
	color:#000;
	font:normal 76.1%/1.2em "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
.cbody {
	text-align:center;
}
#wrapper {
	margin:0 auto;
	text-align:left;
	width:820px;
}
#header {
	position:relative;
	width:820px;
	height:100px;
	border-bottom:2px solid #777;
	background:url(../images/lm_logo.png) 646px 17px no-repeat;
	font-size:1.6em;
	line-height:1.4em;
}
#header a{
	position:relative;
	top:62px;
}
#header a#logo {
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	height:100px;
}
#left{
	float:left;
	width:600px;
	margin-top:10px;
}
#right {
	float:right;
	width:200px;
	margin-top:10px;
}
#menu {
	list-style:none;
	margin:0;
	padding:0;
}
#menu a, #menu a:link, #menu a:visited,
#submenu a, #submenu a:link, #submenu a:visited {
	color:#636363;
	text-decoration: none;
}
#menu a:hover, #submenu a:hover {
	color:#636363;
	text-decoration: underline;
}
#menu ul, #submenu ul {
	list-style:none;
}
#menu ul {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
/** Joomla Styles **/
table.contentpaneopen { 
	width:100%;
}
table.contentpaneopen td.contentheading, 
div.componentheading {
	font-size:1.3em;
	line-height:1.3em;
	font-weight:bold;
}
table.blog table table.contentpaneopen td.contentheading {
	font-size:1.15em;
	line-height:1.15em;
	font-weight:bold;

}