/* CSS Document */

body{
	color: #bbbbbb;
	background-image: url('images/subside6.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	font-family: Gil Sans, Sans-Serif;
	font-size: 18px;
	margin: 0px autio;
	padding: 0px;
	text-align: center;
}

#toctable{
    float: right;
	width: 505px;
	margin-right: 100px;
	margin-top: 10px;
	text-align: left;
	font-size: 17px;
        font-family: Gill Sans, sans-serif;
        font-stretch: ultra-expanded;
		height: auto;
		padding-bottom: 10px;
	padding-left: 10px;
}

#toctable ul li a:link, #toctable ul li a:visited{
	color: black;
	text-decoration: none;
	
}

#toctable ul {
color: black;
margin: 0px;
margin-bottom: 5px;
padding: 5px;
display: block;
}

#toctable ul li {
list-style-type: none;
margin: 0px;
margin-bottom: 5px;	
padding: 5px;
display: block;
text decoration: none;
border: 1px solid #cccccc;
}


#toctable ul a:hover{
border-bottom: 1px solid #c71623;
display: block;
}	

#coverimg{
width: 135px;
margin-top:10px;
margin-left: 10px;
padding: 2px;
float: left;
border: 1px solid #cccccc;
}

#imgleft{
float:left;
width: 135px;
height: 180px;
border:1px solid #cccccc;
color: white;
background: white;
margin-right: 10px;
}


h1 a {
	position: relative;
	top: 220px;
	left: 0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 21px;
	margin: 0px;
	padding: 0px 0px 3px;
}

h3 a {
	color: #c71623;
}

#toctable ul li p h3 a:visited{
	color: #c71623;
	text-decoration: underline;
	}

h4 {
	color: #3D3D3D;
	font-family: Gill Sans, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#bottommenu{
	float: right;
	width: 495px;
	margin-right: 105px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid #cccccc;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#bottommenu a {
border: none;
color: #ffffff;
text-decoration: none;

}

#bottommenu a:hover{
border-bottom: 1px solid #c71623;
}


#wrap{
	float: right;
	width: 510px;
}

#by{
text-align: right;
color: #c71623;
font-weight: bold;
}