body{
	margin:0;
	padding:0;
	font-family: Verdana, sans-serif; 
}

b{
  font-size: 110%;
}

em{
  color: red;
}

#maincontainer {
	width: 1000px;
	margin: 0 auto;
}


#topsection{
	text-align: center;
}

#topsection table {
	margin: 10px 0;
}

#topsection h1{
	font-size: 15px;	
	color:#000000;
	/*
	color: #0b4da2;*/
}

#contentwrapper{
  float: left;
  width: 100%;
}

#contentcolumn{
  margin: 0 260px 0 160px; /* Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth" */
  background-color: #F7F7F7;
  font-size: 12px;
  line-height: 17px;
  padding-top: 20px;
}

#leftcolumn{
  float: left;
  width: 150px; /* Width of left column */
  margin-left: -100%;
  background: #F7F7F7;
  padding-top: 1px;
}

#rightcolumn{
  float: left;
  width: 250px; /* Width of right column */
  margin-left: -250px; /* Set left marginto -(RightColumnWidth) */
  background: #F7F7F7;
  padding-top: 20px;
}

#leftcolumn .innertube h4 {
	font-size: small;
}

#footer{ 
  height: 38px; 
  clear: left;
  width: 100%;
  background: url(../images/qviz.eu-top+bottom/qviz_bottom.png) repeat-x;
  color: #F5F5F5; 
  text-align: center;
  line-height: 38px;
  font-size: small;
}

#footer a{
  color: #f5f5f5;
}

.innertube{
  margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: 0;
  padding: 5px;
  background: #F7F7F7;
}

img.centered{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.links {
  text-align: left;
  font-size: small;
  color: #FFFFFF;
}


a:visited{
  color: #999999;
}

#news {
	font-size: 10px;
	text-align: left;
}

#rightcolumn .innertube h4 {
	font-size: small;
	/*margin-bottom: -10px;*/
}

p.euflag {
	font-size: 10px;
	text-align: center;
}

p.date {
	color: gray;
	font-style: italic;
	margin-bottom: -10px;
	margin-top: -10px;
}

.h3 {
	text-align: left;
	font-size: large;
}

.h4 {
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	font-style: normal;
}

.h5 {
	text-align: left;
	font-size: 0.8em;
}

.smallboldprint {
	font-size: 0.9em;
	font-weight: bold;
	
}

.required_symbol {
	color: red;
	font-size: 0.8em;
}

