* {
    margin: 0;
    padding: 0;
}

html, body {
    border: 0 solid;
}

body {
    font-family: Arial, sans-serif;
    color: black;
    font-size: 1.1em;
    margin: 15px 10px 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #6D0200;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

hr {
	vertical-align: middle;
	margin: 30px;
}

#header-logo {
}

#left-column-corner {
    background-image: url(/images/cornerleft.png);
    height: 50px; 
    width: 137px;
    float: left;
}

#right-column-corner {
    background-image: url(/images/cornerright.png);
    float: right;
    height: 50px; 
    width: 137px;
}

#title-image-background {
    background-image: url(/images/title.png);
    height: 50px;
    margin-left: 137px;
    margin-right: 137px;
    background-repeat: repeat-x;
    z-index: 10;
    text-align: center;
    padding: 0px 0px 0px;
    font-size: 24px;
}

/*
#title-image {
    background-image: url(/images/Title.png);
    alt: LPN-Text; 
    height: 50px; 
    width: 658px; 
    border: 0px;
    float: center;
    z-index: 20;
}
*/

#left-column {
    background-image: url(/images/backgroundleft.png);
    width: 137px;
    background-repeat: repeat-y;
    float: left;
}

#right-column {
    background-image: url(/images/backgroundright.png);
    width: 137px; 
    background-repeat: repeat-y;
    float: right;
}

div#news-content h1 {
    font-family: Arial;
	color: #87B7F7;
	text-align: center;
}

div#news-content b {
    background-color: #87B7F7; 
	/*#6b86ef;*/
    color: white;
    font-size: 1.1em;
    margin-bottom: 20px;
}

div#news-content p {
    margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 50px;
	text-align: justify;
}

div#news-content a:link {
	background-color: #87B7F7;
}


div#navi {
    float: left;
	padding-left: 10px;
    border: 0;
    width: 10%;
}

div#navi li {
	list-style: none;
}

#main {
/*    float: left; */
    border: 0;
/*    width: 59.9%; */
    padding: 10px;
}

#links {
    float: right;
    border: 0;
	padding-right: 100px;
    width: 10%;
}
