@import url(menu.css);

html, html body {  
	width:100%;
	min-width:800px;
	height: 100%;
	min-height: 100%;
	margin-bottom: 1px; /* Always Show Vertical Scrollbar */
}
/*html {overflow: -moz-scrollbars-vertical;}  Always Show Vertical Scrollbar in Firefox  */

body {
	margin:0 auto;
	padding: 0;
	background-color:#B8DFFA;	
	font: 0.7em Verdana,Tahoma,Arial,sans-serif;
	color:#303030;
}

#wrap {
	margin:0 auto;
	margin-bottom: -30px;
	padding:0;
	min-height: 100%;
	width:100%;
	min-width:1200px;
	border:0px solid red;
	color:#303030;
}
* html #wrap {height: 100%; overflow: visible ! important;} /* IE hack */

.emptyContainer {
	clear: both;
	height: 30px;
	overflow:hidden;
}

img {border:none;}

#header{
	position: relative;
	clear:both;
	margin:0;
	padding:0;
	height:160px;
	background: url(../images/bg_top.jpg) top left repeat-x;
}
#header_test{
	position: relative;
	clear:both;
	margin:0;
	padding:0;
	height:160px;
	min-width:800px;
}

#site_title {
	/*background: #F3F3F3;*/
	padding: 20px 0 0 70px;
	text-align: left;
	color: #ffffff;
	font-size: 1.75em;
	font-weight: bold;
	font-family: Verdana;
	letter-spacing: 2px;
}

#logo {
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
}

#date_current {
	position: relative;
	margin: -10px 0 7px 0;
	padding: 0 0 0 15px;
	font-size: 0.9em;
	font-weight: normal;
}

#content-wrap {
	position: relative;
	width: 100%;
	/*float: left;*/
}
#content {
	position: relative;
	/*margin:0 20px 20px 240px;*/
	margin:0 20px 20px 0px;
	background-color: #ffffff;
	padding:0 20px 20px 20px;
	text-align:left;
	font-family:Verdana,Tahoma,Arial,sans-serif ! important;
}

#print {
	position:absolute;
	right: 40px;
	top: 15px;
}

#footer {
	clear: both;
	width:100%;
	min-width:1200px;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	font-size:11px;
	color:#334297;
	border: 0px solid red;
}
.footerTopLine {
	display: block;
	height: 2px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size:11px;
	background-color: #2F72A8;
	overflow: hidden;
}
.footerLeft {
	float: left;
	width: 30%;
	margin: 0px;
	padding: 0px 5px;
	font-size:11px;
	text-align: left;
}
.footerRight {
	float: right;
	width: 30%;
	margin: 0px;
	padding: 0px 5px;
	font-size:11px;
	text-align: right;
	white-space: nowrap;
}
.footerCenter {
	position: relative;
	margin: 0px auto;
	width: 30%;
	padding: 0px 5px;
	font-size:11px;
	text-align: center;
	white-space: nowrap;
}



/* Info about SQL queries and time spent */
#statsInfo {
	display: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	color: Gray;
}

/* Articles */
.article {
	margin: 0;
	padding: 15px 10px;
	border-bottom:1px solid #F0F0F0;
}
.article .text p {
	margin: 10px 0 0 0;
}
.article h5 a {
	color:#27368A;
}
.article .date {
	float: right;
	font-size: 0.8em;
	color:#808080;
	font-weight:normal;
}


/* forms */
form {margin:0;}
input, select {background-color:#ffffff; font-family:Courier New; font-size:12px;}
/*input {font-family:Courier New;font-size: 10px; background-color:#ffffff; border:#dddddd 1px; }*/
textarea, .textarea {font-family:Courier New; font-size:12px;}
input.buttons {font-family: tahoma,verdana,arial; font-size: 12px;} 

.png { behavior: url('../js/iepngfix.htc'); }

h3 {
	font-size:1.3em;
	margin: 10px 0 10px 0;
}
h3.pagetitle {
	padding:13px 35px 13px 96px;
	margin: 0 -20px 20px -20px;
	background:#EAF5FD url(../images/ic_h2.gif) center left no-repeat;
	color:#1546A5;
	font-size:1.31em;
}
h5 {
	font-size:1.2em;
	margin: 10px 0 5px 0;
	padding:0;
	color:#27368A;
}

.readmore {
	display: none;
	line-height: 2em;
	padding: 0;
	padding-right: 12px;
	/*background: url('../images/arr_ml_02.gif')  no-repeat right center;*/
}

a {
	text-decoration:underline;
	color:#334297;
}
a:hover{
	text-decoration:underline;
	color:#334297;
}
