body {
background:white; 
color:black; 
font-family:calibri; 
margin-left:100px; 
margin-right:100px }

/*  a {text-decoration: none} */
a {text-decoration:none}
a:link {color: mediumblue }
a:visited {color: navy }
a:hover {
	background:lightskyblue;
	border-top:1px solid black;
	border-bottom:1px solid black;
	background-color: #CCC;
}
a:active {color:darkorange }
a:target {background:floralwhite;border:1px solid darkorange}

h1, h2, h3, h4, h5, h6, hr {color: mediumblue; font-family: tahoma, sans-serif }
blockquote {background:aliceblue;padding:4px;}
table {
	border:thin solid dodgerblue;
	font-family:tahoma,sans-serif;
	text-align: center;
}
fieldset
{
border:1px solid #0099ff;
width:45em;
}
.warning {
    font-weight: bold;
    color: #f00;
}
legend
{
color:#fff; 
background:#0000ff;
border:1px solid#0099ff;
padding:6px 10px;
}
label
{
width:7em;
float:left;
text-align:right;
margin-right:2em;
display:block
}
input
{
color:#781351;
background:#fee3ad;
border:1px solid#781351;
}
.submit input
{
margin-left:10em
}
textarea
{
color:#781351;
background:#fee3ad;
border:1px solid#781351;
}
caption {font-size:smaller; background:whitesmoke; font-family:tahoma,sans-serif }
th {background:gainsboro; font-family: tahoma, sans-serif }
td {border: thin solid gainsboro; font-family:tahoma,sans-serif }
.banner {background:mediumblue;color:white;padding:2px;margin:2px;text-align:center}
.navbar {font-family:tahoma,sans-serif;font-weight:bold; font-size:smaller; }
.deprecated {color:dimgray}
.proposed {color:dimgray}
.meeting {padding-left:50px;}
.need {color:red}
.spring {background:honeydew;padding:2px;margin:3px}
.summer {background:ivory;padding:2px;margin:3px}
.fall {background:linen;padding:2px;margin:3px}
.firstread {border-bottom:thin solid peru;font-weight:bold;font-family:tahoma,sans-serif}
.vote {border-bottom:thin solid peru;font-weight:bold;font-family:tahoma,sans-serif}
.other {border-bottom:thin solid peru;font-weight:bold;font-family:tahoma,sans-serif}
.status {border-bottom:thin solid peru;font-weight:bold;font-family:tahoma,sans-serif}
.comfsmlogo {background: white url(images/logo80.gif) no-repeat}
.irpologo {background: white url(images/irpo.bmp) no-repeat}
.comfsmbanner {background:mediumblue;color:white;padding:2px;margin:2px;text-align:center;font-family:serif}
.comfsmnav {background: white url(images/navigate.bmp) no-repeat}

#leftcontent {
  position: absolute;
  left:97px;
  width:40%;
  top:210px;
  padding:10px;
  border:thin solid navy;
  background:aliceblue;
	}
#rightcontent {
	position: absolute;
	right:97px;
	width:30%;
	top:210px;
	padding:10px;
	border: thin solid navy;
	background:aliceblue;
	height: 275px;
	}
#rightcontent2 {
	position: absolute;
	right:98px;
	width:30%;
	top:526px;
	padding:10px;
	border: thin solid navy;
	background:aliceblue;
	}
#bottomcontent {
  position: absolute;
  right:97px;
  left:97px;
  top:560px;
  padding:10px;
  border: ;
  background: ;
	}
	
	.myStyle
	{
		font-family:Tahoma, Geneva, sans-serif
	}
