
html {
background-image: url(images/right_side.gif);
background-repeat: repeat-y;
background-position: top right;
}

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
background-image: url(images/left_side.gif);
background-repeat: repeat-y;
color: #000000;
}

#main-title {
margin-bottom: 0;
margin-left: 110px;
margin-right: 110px;
margin-top: 0;
padding-bottom: 8px;
padding-top: 8px;
background-color: White;
color: #ffffff;
}

#headline {
font-size: .65em;
padding-top: 30px;
text-align: justify;
background-color: #e1ecee;
padding-left: 100px;
padding-right: 100px;
margin-left: 110px;
margin-right: 110px;
margin-bottom: 0;
line-height: 1.5em;
}

div.menu {	
font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: .8em;
}

p.byline {
text-align: right;
margin-bottom: 0;
}

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 110px;
margin-right: 110px;
font-size: .8em;
line-height: 1.8em;
background-color: White;
}

#main-text p {
text-align: justify;
margin-left: 50px;
margin-right: 50px;
}

h2 {
font-family:   Verdana, Tahoma, Arial, sans-serif;
padding-bottom: 3px;
padding-right: 0;
color: #636363;
letter-spacing: 1px;
margin-left: 50px;
margin-right: 50px;
font-size: 2.0em;
margin-top: 0;
padding-top: 10px;
 font-weight: 500;
}

p, ul, ol, table {
margin-top: 17px;
margin-bottom: 0;
}

ol, ul {
margin-left: 75px;
margin-right: 75px;
}

a:link, a:visited {
text-decoration: underline;
font-weight: bold;
color: #616161;
}

a:hover {
text-decoration: underline;
}

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 8px;
padding-bottom: 8px;
font-size: .8em;
margin-top: 20px;
background-color: White;
color: #616161;
font-weight: bold;
}

#footer a:link, #footer a:visited {

text-decoration: none;

}

#footer a:hover {
background-color: White;
	
}