 body
 {
 	background-color:#9B9B9B;
 }
 
 #container
{
width: 750px;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 1px solid gray;
line-height: 130%;
}

#top
{
padding: .2em;
margin-top:.3em;
background-color: #fff;
}

#top h1
{
padding: 0;
margin: 0;
}

#topleft
{
	float:left;
	margin: 0px;
}

#topright
{
	float:right;
	margin:0px auto;
	vertical-align:bottom;
	border-bottom: 1px solid silver;
	width:100%;
}

#leftnav
{
float: left;
width: 170px;
margin: 0;
padding: 1em;
max-height:100%;
background-color:#F5F5F5;
}

#rightnav
{
float: right;
width: 150px;
margin: 0;
padding: 1em;
background-color:#F5F5F5;
}

#content
{
margin-left: 202px;
border-left: 1px solid #F5F5F5;
border-right:  1px solid #F5F5F5;
margin-right: 182px;
padding: 1em;
max-width: 38em;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
height:30px;
background-color: #7F0406;
border-top: 1px solid gray;
}

#footercontainer
{
 width:100%;	
margin: 2px auto;
line-height: 130%;
}

#footerLeft
{
float: left;
width: 260px;
margin: 0;
padding: 0.5em;
}

#footerright
{
	float:right;
	line-height:12px;
}

.style1 {
	color: #FFFFFF;
	font-size: 16pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {font-size: 10pt}

	.subh {
	font-family: tahoma;
	font-size:14px;
	color: GRAY;
	font-weight:bold;
	line-height:normal;

}

.footer
	{
	font-family: arial;
	font-size: 9px;
	color: #EDC7C7;
	text-decoration: none;
}
.footerlink {
	font-family: Arial;
	font-size: 9px;
	color: #00CC00;
	text-decoration: underline;
}

.topnav43, a.topnav43
	{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bolder;
	line-height:12px;
	color: gray;
	text-decoration:none;
}

a.topnav43:hover, a.topnav43:visited
	{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bolder;
	line-height:12px;
	color: gray;
	text-decoration:underline;
}


#content p, #leftnav p, #rightnav p, ul, table{ margin: 0 0 1em 0; font-family:tahoma; font-size:0.7em;line-height:normal; }
#content h2 { margin: 0 0 .5em 0; font-family:tahoma;font-size:1.1em; color: Maroon;}


INPUT.textbox
{	 font-size: 10px;
    color: black;
	 height: 14px;
    font-family: Arial, verdana, helvetica, sans-serif;
    border-top: 1px solid #7A7A7A; 
    border-left: 1px solid #7A7A7A; 
    border-bottom: 1px solid #DFDFDF; 
    border-right: 1px solid #DFDFDF;
	 background: E4E4E4;
	 padding-left:2px;
	}

.smalltextarea
{	 
	font-size: 10px;
	color: black;
	height: 60px;
	width: 164px;
	font-family: Arial, verdana, helvetica, sans-serif;
	border-top: 1px solid #7A7A7A; 
	border-left: 1px solid #7A7A7A; 
	border-bottom: 1px solid #DFDFDF; 
	border-right: 1px solid #DFDFDF;
	background: E4E4E4;
	padding-left:2px;
}	
	
INPUT.submitbutton
{
	font-size: 11px;
	color: gray;
	font-family: Arial, Verdana, Helvetica;
	text-align: center;
	line-height: 14px;
	height: 18px;
	text-align: center;
	padding-right: 1px;
	padding-left: 1px;
	background-color: F4F4F4;
	font-weight: bold;
	cursor: hand;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}	


.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity img{
border: 1px solid #ccc;
}

.toggleborder:hover img{
border: 1px solid navy;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}