@import url('../style.css');
@import url('../articles.css');

/* General Page Formatting */
h1, a:link, a:visited, a:hover, a:active {
	color:#005DAA;
}
#content a:link, #content  a:visited {
	border-bottom: solid 3px #ccd5FF;
}
h1 {
	border-bottom-color: #005DAA;
}
body {
 background: url('header.png') top center;
 background-repeat: repeat-x;
}
#content {
	background: url('../../back2.png') no-repeat top right;
}

::-moz-selection {
	background:#ddddf0;
	color:#555588;
}
::selection {
	background:#ddddf0;
	color:#555588;
}

#menul li, #menur li {
 border-top: dotted 1px #89d;
 padding-left: 17px;
 background : url('dots.gif') no-repeat 0 0;
 _height: 20px;
}
#menul li ul li, #menur li ul li {
 border-top: dotted 0px #89d;
}

#menur a:hover, #menul a:hover {
	color:#75C0FF;
}

/* List Style (Navigation on the left and right) */
ul a:hover, ul a:active, ul a:link, ul a:visited {
	color:#005DAA;
}
/* Attention Box */
.roundcont {
	background-color:#75c0ff;
	color:#000;
}
.roundtop { 
	height:10px;
	background:url('left.png') no-repeat top left
}
.roundbottom {
	height:10px;
	background:url('bright.png') no-repeat bottom right
}

#footer {
	background: #005DAA url('footer.png') bottom center;
	border-top:1px solid #000;
}
