#lh-col{
	position:absolute;
	top:75px;
	width:19%;
	z-index:auto;
	background:#000000;
	color: #000033;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 10px;
	margin: 5px;
	border: thin double #FF0000;
	clear: right;
	float: left;
}

#rh-col{
	position:absolute;
	top:75px;
	right:0;
	width:23%;
	z-index:auto;
	color: #000033;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 5px;
	margin: 5px;
	border: medium double #000000;
	left: 75%;
	clear: left;
	float: right;
	background-color: #CC0000;
}

#hdr{
	height:65px;
	width:100%;
	background:#FF0000;
	color: #CC0000;
	margin:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
  }

#c-col{
	margin:5px;
	position:absolute;
	background:#ffffff;
	color: #000033;
	z-index:auto;
	border: medium ridge #FF0000;
	top: 75px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 5px;
	left: 22%;
	width: 51%;
	float: none;
	clear: both;
	text-indent: 15pt;
 }

#ftr {
	width:100%;
	height:85px;
	border: solid #000000;
	border-width:1px 0;
	background:#CCFFFF;
	color: #000033;
	margin:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
 }
 

div.content{
	position: absolute;
	left: 65px;
	width: 90%;
	background: #CCFFFF;
	color: #333333;
	margin: 10;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	top: 8px;
 }

.main_para {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000033;
	text-decoration: none;
	height: auto;
	width: auto;
	text-align: left;
}
.article_head {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: oblique;
	line-height: 1em;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
	background-color: #99FFFF;
	margin: 1px;
	padding: 2px;
	border: medium solid #000000;
}
.main_quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	text-decoration: none;
}
.contents_title {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}
.contents_author {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-decoration: none;
}
.med_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: oblique;
	line-height: 1.2em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
}
.advert {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	line-height: 1.2em;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
	background-color: #99FFFF;
}
.advert_title {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-decoration: underline;
	background-color: #FFFFCC;
}

h4 {
 margin:0;
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 103%; 
 font-weight: bold;
 color:brown;
 }
 
a.button:link
{
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    border-style:outset;
    border-color:red;
    border-width:5px;
    background-color:#FFFFCE;
    width:125px;
    color:navy;
}

a.button:visited
{
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    border-style:outset;
    border-color:red;
    border-width:5px;
    background-color:#99FFCC;
    width:125px;
    color:navy;
}

a.button:active
{
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    border-style:inset;
    border-color:red;
    border-width:5px;
    background-color:#FFFFCE;
    width:125px;
    color:#000000;
}

a.button:hover
{
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    border-style:inset;
    border-color:red;
    border-width:5px;
    background-color:#FFFFCE;
    width:125px;
    color:maroon;
}
    

fieldset {
    border: #2266aa solid 2px;
    width: 25em;
}

legend {
    background: #ffbb00;
    border: #2266aa solid 1px;
    padding: 4px 15px;
}

input {
    background-color: #ffcc66;
    color: #000000;
    border: black 2px solid;
    font-size: 12pt;
    font-weight: normal;
}

textarea {
    background-color: #ffcc66;
    color: #000000;
    border: black 2px solid;
    font-size: 12pt;
    font-weight: normal;
}
div.header {
	font-family: "Times New Roman", Times, serif;
	background-color: #FF0000;
	padding: 5px;
}
div.article {
	font-family: "Times New Roman", Times, serif;
	background-color: #CCFFFF;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.indent {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	position: relative;
	left: 15px;
}
div.contents {
	font-family: "Times New Roman", Times, serif;
	background-color: #CCFFFF;
	padding: 5px;
}
.body {
	background-color: #CCFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10%;
}
#addresses {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000033;
	text-decoration: none;
	background-color: #CCFFFF;
	position: absolute;
	clear: left;
	float: left;
	border: none;
	height: 90px;
	width: 90%;
	top: 162px;
	padding: 10px;
}
.link_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFFFF;
	padding: 2px;
	border: none;
}
img {
	padding: 5px;
}
#right-col {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000033;
	text-decoration: none;
	background-color: #CCFFFF;
	padding: 5px;
	width: 55%;
	position: absolute;
	left: 40%;
	top: 175px;
	border: thin groove #000000;
	text-align: left;
	text-indent: 15px;
	white-space: normal;
	display: none;
}
#cands-hdr {
	position: absolute;
	height: 150px;
	width: 100%;
	padding: 5px;
}
#left-col {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000033;
	text-decoration: none;
	background-color: #FFFFCC;
	padding: 5px;
	width: 35%;
	position: absolute;
	top: 175px;
	border: thin groove #FF0000;
	left: 2%;
}
.cite {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	line-height: 1.2px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-style: oblique;
	line-height: 1.3em;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-decoration: none;
	background-color: #99FF00;
	padding: 6px;
}
.article-table {
	padding: 5px;
	border: thin outset #CC0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFCC;
}
div.content-mark {
	position: absolute;
	left: 5%;
	width: 90%;
	background: #CCFFFF;
	color: #333333;
	margin: 10;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border: thin ridge #FFFFFF;
}
.emphasis {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.article {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.basic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.quote2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

blockquote {
    margin: 1em 3em;
    color: #990000;
    border-left: 2px solid #000000;
    padding-left: 1em; }

