/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;     
 background: #ffffff;
 color: #333333;
 }
	 
#hdr{
 width: 100%;
 height: 100px;
 border: solid #000000;
 border-width: 0 0 2px 0;
 background: #4D3A80;
 color: #4D3A80;
 }
     
#left{
  width: 140px;
  float: left;
 border: solid #333333;
 border:none;
 background: #ffffff;
 margin: 0;
 padding: 10px;
 }
 
h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4D3A80;
}

a, a hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4D3A80;
}

#right{
 background: #ffffff;
 margin-left: 175px;
 padding:10px;
 border: solid #4D3A80;
 border-width: 0px 0px 0px 2px;
 }
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
ul, li {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.open, p.open {
 background-image: url(../images/collapse.gif);
 background-repeat: no-repeat;
 background-position:left top;
 padding-left: 15px;
 cursor: hand;
 text-decoration: underline;
 color: #0000FF;
 }
.closed, p.closed {
 background-image: url(../images/expand.gif);
 background-repeat: no-repeat;
 background-position:left top;
 padding-left: 15px;
 cursor: hand;
 text-decoration: underline;
 color: #0000FF;
 }
p.open, p.closed {margin-bottom:-1em; padding-top:-5px;}