.topOfPage, q, h1, h2, h3, .headerTitle, .headerLinks, .headerLinks *, .sideBox div, #footer * {	
	color: rgb(160, 160, 255);
    }

q, h2, #header, .sideBox, .sideBox div, #footer {
	border-color: rgb(192, 192, 255);
    }

#header, q, .sideBox div, .sideBox a:hover {
	background-color: rgb(240, 240, 255);
    }

.sideBox a, .sideBox span, #footer { 
	background-color: rgb(252, 252, 255);
    }

.LHS {
	margin-left: 2.5mm;
    float: left;
    clear: left;
    }

.RHS { 
	margin-right: 2.5mm;
    float: right;
    clear: right;
    }

*[class~=LHS] { 
	margin-left: 5mm;
    }

*[class~=RHS] { 
	margin-right: 5mm;
    }

#bodyText { 
	margin: 10mm 13em 0pt;
    padding: 0pt 1em 1ex;
    line-height: 1.5em;
    }

#bodyText p { 
	padding-bottom: 1ex;
    text-align: justify;
    }

.topOfPage { 
	font-size: 90%;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: none;
    padding-left: 1ex;
    padding-right: 1ex;
    float: right;
    }

.smallCaps { 
	font-variant: small-caps;
    }

body { 
	margin: 0pt;
    background-color: white;
    color: black;
    font-family: verdana,tahoma,helvetica,arial,sans-serif;
    font-size: 95%;
    }

h1, h2, h3 { 
	font-family: "trebuchet ms",tahoma,sans-serif;
    }

h1 { 
	border-bottom: 1px solid;
    font-weight: bold;
    font-size: 150%;
    padding-bottom: 0.5ex;
    }

acronym { 
	border-bottom: 1px dashed teal;
    background-color: inherit;
    color: teal;
    cursor: help;
    }

code { 
	font-family: "lucida console",monospace;
    font-size: 90%;
    }

img { 
	border: 0px none ;
    }
    
q { 
	border-style: dotted;
    border-width: 2px;
    margin: 0pt 1em 1ex;
    padding: 0.5ex 0.5ex 0.5ex 1ex;
    background-color: inherit;
    font-family: tahoma,verdana,helvetica,arial,sans-serif;
    font-weight: bold;
    width: 4.5em;
    float: left;
    }

#header { 
	border-color: rgb(192, 192, 255);
    border-bottom: 2px solid rgb(192, 192, 255);
    padding: 1em 2.5mm 0pt 5mm;
    margin-bottom: 5mm;
    }

.headerTitle { 
	font-size: 300%;
    }

.headerLinks { 
	text-align: right;
    }

.headerLinks * { 
	text-decoration: none;
    font-weight: bold;
    padding-right: 1ex;
    }

.headerLinks a:hover { 
	text-decoration: underline;
    }

#header q { 
	margin: 0.5ex 0.5ex 0.5ex 1ex;
    padding: 0pt;
    background-color: transparent;
    color: rgb(255, 255, 255);
    width: 180px;
    float: left;
    }

.sideBox { 
	border-color: rgb(192, 192, 255);
    border-top: 2px solid rgb(192, 192, 255);
    border-bottom: 2px solid rgb(192, 192, 255);
    width: 10em;
    margin-top: 5mm;
    }

.sideBox div { 
	border-color: rgb(192, 192, 255);
    border-bottom: 1px dashed rgb(192, 192, 255);
    padding: 0.5ex 0.5em 0.5ex 0.75em;
    font-weight: bold;
    }

.sideBox a, .sideBox a:hover, .sideBox span { 
	padding: 1ex 0.5em 1ex 0.75em;
    color: black;
    text-decoration: none;
    line-height: 1.25em;
    display: block;
    }

#footer { 
	border-color: rgb(192, 192, 255);
    border-top: 2px solid rgb(192, 192, 255);
    border-bottom: 2px solid rgb(192, 192, 255);
    color: inherit;
    padding-top: 0.75ex;
    padding-bottom: 0.75ex;
    clear: left;
    }

.footerImg { 
	padding-right: 3mm;
    padding-top: 2mm;
    float: right;
    }

#footer div { 
	padding-left: 3mm;
    }

#footer * { 
	background-color: inherit;
    font-size: 92%;
    }

#footer a:hover { 
	text-decoration: none;
    }

.footerCol2 { 
	position: absolute;
    left: 7em;
    }

.content-box { 
	border: 1px dashed rgb(95, 158, 160);
    margin: 1em;
    padding: 0.5em;
    }
	
.standout-box { 
	border: 1px dashed rgb(95, 158, 160);
    padding: 0.1em;
	background-color: rgb(255, 249, 171);
    }

#navlist li { 
	list-style-type: circle;
	}

a.pos_contain {
position: relative;
left: 0px;
}

/* begin styles for RSS Feed */

.rss_box {
	 margin: 5px 5%;
	 padding: 4px 8px;
	 width: 460px;
	 background-color: #ffffff;
}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
  
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight : bold; 
  margin: 8px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #a0a0ff;
	}

.rss_item a:hover { 
	text-decoration : none;
	background-color: #f0f0ff;
	border-bottom: 1px dotted #f0f0ff;
	}
	
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #EE86FF;
	}
