

@media screen {

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

pre {
 overflow:auto;
}

.clear {
  clear: both;
}

img {
  margin: 1em;
  border: 0;
}

img.right {
  margin: 0 0 1.5em 1.5em;
  float: right;
  clear: right;
}

img.center {
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body {
  margin: 0;
	padding: 0;
  font-family: sans-serif;
  background: #F1F1F1 url(redblack/background.png) repeat-x;
  text-align: left;
}

#main {
  background: #000000 url(redblack/header.png) repeat-x;
  min-width: 580px;
  _width: 50em;
  max-width: 50em;
	margin: 10px auto; 
  padding: 0;

	border: 1px solid #6A6A6A;
}

div#header {
  height: 7em;
	margin: 0;
	padding: 0;
	position: relative;
}


div#header div {
  padding-top: 2.5em;
  padding-left: 8em;
  margin: 0;
}

div#header div a {
  color: white;
  font-size: 2em;
  text-decoration: none;
}

div#header div a:hover {
  color: #FB0000;
}

#menu{
	overflow: hidden;
  height: 1%;
}
#menu ul{
  margin:0;
  margin-left: 2em;
}
#menu ul li{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
 
}
#menu ul li a{
	padding: 8px 10px;
	display: block;
	text-decoration: none;
 }

#menu ul li a:link, #menu ul li a:visited{
	background: #222 url(redblack/menu.png) top left repeat-x;
	color: #ddd;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}
#menu ul li a:hover, #menu ul li a:active{
	background: #333 url(redblack/menu.png) 0 -100px repeat-x;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #444;
	border-top: 1px solid #444;
}
#menu ul li.current_page_item a:link, #menu ul li.current_page_item a:visited{
	background: #d70606 url(redblack/menu_in.png) top left repeat-x;
	color: #fff;
	border-left: 1px solid #d80606;
	border-top: 1px solid #d80606;
}

div#content {
  background: #ffffff url(redblack/bar.png) 0 -44px repeat-x;
  margin: 0px;
  padding: 15px;
  padding-top: 30px;
}

div#content h1 {
  margin-top:0px;
  margin-bottom: 0px;
  font-size: 2em;
  color:#252525;
}

div#content h2 {
  clear: both;
  margin-top: 20px;
  color: #7A7A7A;
  border-bottom: solid 1px #C60707;
}

div#content h2 a, div#content h2 a:visited{
  color: #C60707;
}

div#content p {
  margin-left: 20px;
}

div#content a, div#content a:visited {
  color:  #C60707;
}

div#content ul {
	list-style:none;
  padding: 0;
  margin-left: 10px;
}

div#content ul li {
	background-image:url(redblack/list.gif);
	background-repeat:no-repeat;
	background-position:3px 6px;
	padding-left:15px;
}


form {
  margin-top: 15px;
  margin-left: 5em;
}

form div  {
  margin-bottom: 10px;
}

.line {
  clear: both;
  width: 16em;
}

.line label {
  float: left;
}

.line input  {
  margin: 0;
  float: right;
  margin-bottom: 5px;
}



#motivacediv {
  margin-bottom: 10px;
  display:none;
}

#motivacediv input {
  margin-left: 7em;
  margin-right: 1em;

}

#footer{
	clear: both;
	background: #000000 url(redblack/header.png) repeat-x;
	border-top: 2px solid #D70606;
	color: #ffffff;
	margin: 0px;
	text-align: center;
	font-size: 80%;
  padding: 10px;
}


#footer a, #footer a:visited {
  color:  #D62020;
}


table {
  border-right: 1px solid #6A6A6A;
  border-bottom: 1px solid #6A6A6A;
  margin: auto; 
}

td {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom:1px;
  border-top: 1px solid #6A6A6A;
  border-left: 1px solid #6A6A6A;
}

th {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom:1px;
  text-align: center;
  border-top: 1px solid #6A6A6A;
  border-left: 1px solid #6A6A6A;
  background-color: #E4E4E4;
}

}


@media print {
  div#header {
    display: none;  
  }

  div#menu {
    display: none;
  }

  div#footer {
    display: none;
  }
}
