@CHARSET "UTF-8";

* {
    -moz-box-sizing: border-box;
}

html,body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #CCCCCC;
}

body{
	font-family: Arial,Sans-Serif;
	color: #333333;
	font-size: 10pt;
}

a, a:visited {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

div#container {
	width: 800px;
	height: 100%;
	border-right: 5px solid #DAD5BA;
	border-left: 5px solid #DAD5BA;
	border-bottom: 5px solid #DAD5BA;
	background: #FFFFFF;
}

div#header{
	height: 175px;
	padding: 0;
	margin: 0;
	background: url(/images/header-monitor.gif);
}

div#menu {
	border-bottom: 5px solid #DAD5BA;	
}

div#wrapper{
	float:left;
	width: 100%;
	height: 100%;
}

div#content{
	margin-top: 5px;
	margin-right: 20%;
	background: #FFFFFF;
	height: 100%;
	padding: 5px;
}

div#navigation{
	float:left;
	width:20%;
	margin-left:-20%;
}

div#footer{
	clear:left;
	height: 100px;
	color: #A7A287;
	background: url(/images/footer-monitor.gif);
}

div#footer a, a:visited {
	color: #858065;
}

div#footer a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #00FF00;
}

div#footerContent{
	margin: 0 0 0 275px;
	padding: 40px 0 0 0;
}

.dateText {
	font-family: Arial,Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
}

div.articles {
	padding: 0;
	margin: 0;
}
