/* General styles for the document. */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #ffffff;
	line-height: 1em;
	font-size: 16px;
}

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 20px;
color: #330033;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}

h2 {
margin-top: 15;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 14px;
color: #400080;
font-weight: bold;
}

h3 {
margin-top: 0;
margin-bottom: 11px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 14px;
color: #ffffff;
font-weight: bold;
}

h4 {
margin-top: 0;
margin-bottom: 0px;
margin-left: 0;
margin-right: 0;
font-size: 25px;
color: #FFFFFF;
padding-bottom: 0px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}

h5 {
	font-size: 20px;
	color: #800080;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 7;
	margin: 0px;
	border: 1px dotted #333333;
}

h6 {
margin-top: 3;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 11px;
color: #333;
font-weight: bold;
}

h7 {
margin-top: 0;
margin-bottom: 11px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 14px;
color: #400080;
font-weight: bold;
}

p, ul, ol, table {
margin-top: 0;
margin-bottom: 1px;
margin-left: 0;
margin-right: 0;
font-size: 10px;
line-height: 1.4em;
}

ol, ul {
margin-left: 2px;
}

a:link {
color: #7d00ff;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #8000ff;
font-weight: bold;
background-color: #CCCCCC;
text-decoration: underline;
}

a:visited {
color: #8000ff;
font-weight: bold;
text-decoration: none;
}

/* Styles for the header. */

div#header {
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	padding: 20px;
	background-color: #8000ff;
	border-bottom: 0px none;
	color: #ffcc66;
	font-weight: bold;
	font-size: 3em;
	letter-spacing: 3px;
	text-align: left;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	background-position: right;
}

/* Styles for the footer. */

div#footer {
	text-align: center;
	background-color: #999999;
	color: #ffffff;
	font-size: 1em;
	border-top: 1px none #660099;
	clear: both;
	padding: 5px;
	font-weight: bold;
}

#footer a:link, #footer a:visited {
color: #ffffff;
}

#footer a:hover {
color: #8000ff;
text-decoration: underline;
}

/* Styles for the main content section */

div#maincontent {
	margin-bottom: 0px;
	margin-left: 20%;
	margin-right: 22%;
	border-left: 1.5px solid #663399;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 12px;
}

.date {
	font-size: 10px;
	color: #836531;
	padding-bottom: 4px;
	font-style: normal;
	}

.trackback {
	font-size: 10px;
	color: #836531;
	padding-bottom: 4px;
	font-style: normal;
	text-align: right;
	}	
	
.request {
	font-size: 10px;
	color: #836531;
	font-weight: bold;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #663399;
	padding: 10px;
	margin-bottom: 20px;
	}
		
.mainrequest {
	font-size: 10px;
	color: #836531;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	}
	
/* Styles for the column on the left side. */

div#leftcolumn {
padding: 1%;
float: left;
text-align: left;
width: 18%;
}

#leftcolumn p {
border-bottom: 1px dotted #666666;
text-align: right;
font-size: 10px;
}

#leftcolumn a:link, #leftcolumn a:visited {
color: #4c4c4c;
}

#leftcolumn a:hover, #leftcolumn a.current {
color: #800080;
text-decoration: none;
}

/* Styles for the column on the right side. */

div#rightcolumn {
	padding: 5px;
	float: right;
	text-align: left;
	width: 21%;
	background-color: #CCCCCC;
	border-top: 1px none #663399;
	border-right: 1px none #663399;
	border-bottom: 1px none #663399;
	border-left: 1px solid #663399;
}

#rightcolumn p {
	border-bottom: 1px dotted #663399;
	text-align: left;
	font-size: 10px;
	color: #333333;
	list-style-type: circle;
	list-style-position: inside;
	list-style-image: none;
}

#rightcolumn a:link, #rightcolumn a:visited {
color: #663366;
}

#rightcolumn a:hover, #rightcolumn a.current {
color: #996699;
text-decoration: none;
}

/* style for text sections */

.mainitem{
	margin-bottom: 20px;
}

.homeitem{
	margin-top: 1px;
}

.mainIndent{ /* for indenting lists for subtopics */
font-family: Arial, Helvetica, Verdana, sans-serif; 
margin: 0px 0px 0px 20px; 
text-align: left; 
color: #333; 
font-size: 11px;
}

.sidebar{ /* forms the boxes down the side, as divs */
border: 1px solid #ABC0A4;
padding: 0px 10px 10px 10px;
margin: 0px 0px 15px 0px;
background-color: #E7EDE6;
}

.sidebody{ /* body text within the sidebar */
font-family: Arial, Helvetica, Verdana, sans-serif; 
margin: 0px 0px 0px 0px;
text-align: left;
color: #333;
font-size: 11px;
}

.sidelist{ /* for indenting lists within the sidebar */
font-family: Arial, Helvetica, Verdana, sans-serif; 
margin: 0px 0px 0px 12px; 
text-align: left; 
color: #333; 
font-size: 11px;
}

.topiclist{ /* for indenting lists within the body */
font-family: Arial, Helvetica, Verdana, sans-serif; 
margin: 0px 0px 0px 20px; 
text-align: left; 
}

.itemtopic{ /* div for enclosing itemtopicheading and itemtopicbody */
position: relative;
/* border: 1px dashed #fff; */
margin: 10px 0px;
}

.itemtopicheading{ /* div for displaying heading alongside the subtopic content */
position: absolute;
top: 0px;
padding: 5px;
text-align: right;
color: #333;
float: left; 
width: 110px;
}

.itemtopicbody{ /* div for displaying item topic text */
position: relative;
padding: 5px 26% 5px 5px;
left: 120px;
border-left: 1px solid #bbb;
}

.headline{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.homeheadline{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.standardheadline {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold}
.subhead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
.bodytext {  font-family: "Times New Roman", Times, serif; font-size: 12px; font-weight: normal}
.highlightheadline {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}
.contacttext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: none}
.subheadhighlight {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: none; color: #000000}
.sidebartext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; color: #000000}
.indentedbodytext {  font-family: "Times New Roman", Times, serif; font-size: 12px; clip:    rect(   )}
.indentsubheadtext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
.highlightbodytext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
.fineprint {  font-family: "Times New Roman", Times, serif; font-size: 9px; font-weight: normal}
.subtabhighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.caps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
	font-style: normal;
	font-weight: bold;
}
.headerwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.sectionbackheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffcc66;
	background-color: #663399;
	padding: 4px;
}
.sectionbackheaderRED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	background-color: #ffcc66;
	padding: 4px;
}

