﻿* {
    font-family:Garimond;
    font-size:small;
    color:black;
}
body
{
	background: white url(/im/pmhigh.jpg) no-repeat fixed 5px 8px; /* place logo in the top left corner */
    margin-left: 135px; /* make sure that the content does not overflow the image */
}
h1
{
    font-weight:normal;
    font-size:x-large;
    color:#960014; /* Su Red */
}
h2
{
    font-weight:normal;
    font-size:medium;
}

h6
{
	/* headers for none CSS enabled browsers such as screen readers etc. */
	display: none;
}
A
{
	text-decoration:none;
	color: black; 
}
A:hover
{
	color: black; 
	text-decoration: underline;
}
.booktable td
{
    width:250px;
}
#id_Title
{
	font-size: 95px;
	width:850px;
	padding:39px 0 39px 39px ;
	margin-top:0;
    color: Black;
	background-color: #960014; /* SU Red */
	text-align:left;
	z-index:2;
}
#id_SubTitle
{
    color:White;
	font-size: 65px;
}
#menu 
{

}
#menu h5
{
    display:none;
}
#menu ul
{
    padding: 6px 0;
    width:890px;
    border-bottom: 1px solid black; 
    font: 12px Verdana, sans-serif;
    margin-left: 0px;
}
#menu ul li
{
    list-style:none;
    display:inline;
}
#menu ul li a
{
    padding: 6px 0.5em;
    margin-left: 3px;
    border: 1px solid black; 
    border-bottom:none;
    background-color:#960014; /* SU red */
    color:White;
    text-decoration:none;
    
}
#menu ul li a:link
{
    color:black; 
}
#menu ul li a:visited
{
    color:black; 
}
#menu ul li a:link:hover, #menu ul li a:visited:hover
{
    color: #960014; /* SU Red */
	background-color: black; 
    border-color: black; 
}
#menu ul li a#current
{
    background:white;
    border-bottom: 1px solid white;
    
}
#main
{
    width:890px;
    height: 491px
}
#main a:link, #main a:visited
{
    color: black; /* SU Red */
    font-weight:normal;
    text-decoration:none;
       
}
#main a:link:hover /* fix this */
{
    color: #960014; /* SU Red */
}
#main img
{
    border:0;
}
#left
{
    margin-top:0;
    float:left;
    width:500px;
}

#left p
{
    margin-top:0;
}

#right
{
    width:350px;
    margin:0 0 0 540px;    
}
#foot
{
   width:890px;
   clear:both;
   padding:1em;
   height: 17px;
}

.book 
{
	/*position:relative;*/
    width:450px;
    height:186px;
    top: 6px;
    left: 1px;
    
}
.book img
{
    padding: 0 .3em 0 .3em;
    float:left;
    
}
.book A
{
	color: #960014; /* SU Red */
	text-decoration: underline;
	
}
.msg
{
    width: 200px;
}

.su
{
    padding: 0 .3em 0 .3em;
    float:left;
    height: 172px;
    width: 115px;
}

.booktitle
{
    font-style:italic;
    font-weight:bold;
}

.linkhdrtop
{
    padding:0 0 .5em 0;
	font-size:medium;
	color: #960014;
	
}
.linkhdr
{
    padding:.8em 0 .5em 0;
	font-size:medium;
	color: #960014;
}
.linktable
{
}
.linktable td
{
    width:15em;
}
.pw
{
    float: left; 
    padding-right: 5px;
    height: 28px;
    width: 104px;
}
.or
{
    color: #960014; /* SU Red */
}
.sv
{
    font-weight:normal;
    font-style:italic;
    font-size:large;
    color:#960014; /* SU Red */
}  
.ledby
{
    text-align:right;
}
.quote
{
    font-style:italic;
}
.quoteby, .copywrite
{
    color:#960014; /* SU Red */
}