body {
 padding: 0px; 
 margin: 0px; 
 height: 100%;
 width: 100%;  
 background-color: #fef6ff;
 font-family: Georgia,'Bookman Old Style',Garamond,'Times New Roman',serif; 
 text-align: center;
}

#header {
 border-bottom: #7f667e 1px solid; 
 padding: 2px; 
 margin: 0px; 
 width: 100%;
 height: 10px; 
 text-align: center;
 background-color: #DFDDE9;
}

#header h1 {
 font-size: x-large;  
 color: #7f667e;
}

#wrapper {
	padding: 5%; 
	margin: 0px; 	
	width: 100%;
	background-color: #fcf2f2
}

#mainlinks {
 padding-top: 2px; 
 margin: 0px; 
 border-bottom: #7f667e 1px solid; 
 height: 20px; 
 width: 100%;
 background-color: #D8E5D1; 
 text-align: center;
}

#mainlinks ul {
 margin-bottom: 0px; 
 list-style-type: none
}
#mainlinks ul li {
 border-right: #7f667e 1px dashed; 
 padding: 5px; 
 display: inline; 
}
#mainlinks ul li.end {
 border-right-style: none
}
#mainlinks ul li a {
	margin: 2px; color: #523251; text-decoration: none
}
#mainlinks ul li a:hover {
	text-decoration:line-through; 
}

#content {
	padding: 5%; 
	float: right; 
	margin: 0px; 
	border-left: #7f667e 1px solid; 
	width: 70%;
	background-color: #fcf2f2
}
#content p {
	text-indent: 2em;
	text-align: left; 
	color: #514e4e;
	font-size:small; 	
}
#content a {
	color: #514e4e;
	font-size:small; 
	text-decoration: underline;
}
#content a:hover {
	text-decoration:line-through; 
}


#frame {
 width: 100%;
 height: 100%;
 background: transparent;
 margin-left: auto;
 margin-right: auto;
 padding: 0px;
 text-align: center;
 border: none;
}

p {
 color: #514e4e; 
 text-align: left;
 font-size:small; 
 }

p.left {
 text-indent: 1em;
 color: #514e4e; 
 text-align: left;
 font-size:medium; 
 }
h1 { }
h2 {
 color: #514e4e; 
 text-align: center;
 font-size:medium; 
}

h2.left {
 color: #514e4e; 
 text-align: left;
 font-size:medium; 
}

h3 { 
 color: #5F9EA0;
 text-align: left;
 font-size:medium;
  }

h4{
}

h5{
}

h6{
}

a { color: #514e4e; }
a:hover { text-decoration:line-through; }

#leftbox {
	margin: 0px; 
	float: left; 
	width: 15%; 
	text-align: left;
	padding-top: 6px;
}
#leftbox ul {
	list-style-type:none; 
	font-size: small; 
}
#leftbox ul li {
	margin-bottom: 5px
}
#leftbox ul li a {
	width: 100%; 
	text-align: left;
	text-decoration: none;
}
#leftbox ul li a:hover {
	background-color: #7f667e; 
}
#footer {
	clear: both; 
	border-top: #7f667e 1px solid; 
	border-bottom: #7f667e 1px solid; 
	height: 20px; 
	background-color: #DFDDE9;
	text-align: center; 
	font-size: x-small; 
}