@charset "utf-8";
/* CSS Document */
body{
	font:62.5%/1.4 Verdana, sans-serif;
	margin:0;
	padding:0;
}

a {text-decoration:none; color: #1a5b7c; border-bottom:1px dotted #1a5b7c;}
a:hover {text-decoration:none; border-bottom:1px double #1a5b7c;}

h1{
	font-size:140%;
}
h2{
	font-size:120%;
	color:#2f2826;
}
table{
	border:1px solid #000;
	margin-top:5px;
}
table tr td{
	border-collapse:collapse;
	margin:0px;
	padding:5px;
	border:1px solid #CCCCCC; padding:5px; 
}
table tr th{
	padding:2px;
	background-color:#66CCFF;
}
#container{
	/*margin:0px auto;*/
	width:760px;
	border:1px solid #9ac2db;
}
#header{
	/*height:145px;*/
	height:100px;
	margin:0px;
	padding:0px;
	background:url(assets/image/headerMM.jpg) repeat-x;
}
#container #header img{
	border:none;
	padding:0;
	margin:0;
}
#container #header a {
	text-decoration:none;
	border-bottom:none;
	margin:0;
	padding:0;
}
#crumbs {
	font-size:1.1em;
	height:20px;	
	padding-right:5px;
	text-align:right;
	border-bottom:1px solid #9ac2db;
	background:url(assets/image/bg_crumbs.jpg) repeat-x;
}
#containerMiddle{
	padding-bottom:5px;
}
#navigation{
	font-size:1.4em;
	float:left;
	width:156px;
	padding:0px 8px 0px 0px;
}
#navigation ul{
	padding-right:3px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align:right;
}
#navigation ul li{
	margin:px;
	text-transform:capitalize;
	font-variant:small-caps;
}
#content{
	float:right;
	width:576px;
	padding:0px 8px;
	font-size:1.2em;
}
.editorContent img{
	margin:5px;
	border:1px solid #000;
}
#webmaster{
	background:#CCCCCC;
}
#footer{
	font-size:1.1em;
	background:url(assets/image/bg_crumbs.jpg) repeat-x;
	clear:both;
	color:#1a5b7c;
	height:20px;
	text-align:right;
	padding-right:5px;
}

/* hacks */
br.clear{ clear:both; margin:0px; padding:0px; }
