/* CSS Document */

body {

	color:#333;	

	font:12px Tahoma, "MS Sans Serif";	

	line-height:1.5em;	

	text-align:left;

	background-image: url(images/v_paper_orange.gif);

}

hr{

	border:dashed 1px #59B300;

}

a:link {

	color: #0000CC;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #0000CC;

}

a:hover {

	text-decoration: none;

	color: #FF8000;

}

a:active {

	text-decoration: none;

	color: #FF8000;

}

.page{

	border-style: dotted;

	border-color: #FF6600;

	border-width: thin;

}

#pagemenu{

	width:850px;

	height:30px;

	display:block;

}

#pagemenu ul { 

	list-style-type:none;

	padding:0px 0px 0px 0px;

	margin:4px 0px 0px 0px;

	float:left;

	width:100%;

}

#pagemenu li {

	display:inline;

	position:relative;

	width:100%;

	list-style-type:none;

}

#pagemenu li a {

    font-weight:bold;

    text-decoration:none;

    color:#804000;

    background:#FFD7C4;

    border:1px solid #FF8040;

	margin:0px 0px 0px 0px;

    padding:3px 10px 6px 10px;

	list-style-type:none;

}

#pagemenu li a:hover {

    color:#000000;

    border-top:3px solid #FF8040;

	border-bottom:3px solid #FF8040;

    background:#f4f4f4;

	list-style-type:none;

}

.button{

	background-color: #FFCF9F;

	border-color: #FFC891;

	

}

.aboutme{

	border-bottom-style: dotted;

	border-bottom-color: #D8B1B1;

	border-bottom-width: thin;

	color: #008040;

}

.headmenu{

	font-size: xx-large;	

}

#rightmenu{

	width:200px;
	float:left;

}

.headline{

	width:100%;

	border-bottom:solid 1px #60BF00;

	border-top:solid 1px #60BF00;

	background:#EAFFD5;

}

.groupname{

	background:#FFEDCA;

	width:95%;

	margin:auto;

}

.dlist{

	width:95%;

	margin:auto;

	border-bottom:dashed 1px #666666;

}