body {
background: url(images/bg.gif);
font-family: verdana, arial, tahoma;
font-size: 11px;
color: #000000;
margin-top:5px;
}

.button
{
	border: 1px solid #002f73;
	padding: 3px;
	font-family:verdana, helvetica, arial;
	font-weight: bold;
	font-size: 11px;
	color: #002f73;
	height: 1px;	
	background-color: #eeeeee;
	text-decoration: none;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=silver);
}

.button:hover
{
	border: #002f73 1px solid;
	padding: 3px;
	font-family:verdana, helvetica, arial;
	font-weight: bold;
	font-size: 11px;
	color: #002f73;	
	height: 1px;	
	background-color: #cccccc;
	text-decoration: none;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=silver,endColorStr=white);
}

A:link {text-decoration: underline; color: #000000;}
A:visited {text-decoration: underline; color: #000000;}
A:active {text-decoration: underline; color: #c76003;}
A:hover {text-decoration: underline; color: #c76003;}

hr 
		{
      	border: 0;
      	width: 100%;
		color: silver;
      	background-color: silver;
      	height: 1px;
    	}
		
.hr		
		{
     	color: #f00;
      	background-color: #f00;
      	height: 1px;
		}

#container {
	width: 720px;
	\width: 740px;
	w\idth: 720px;
	border: 1px solid silver;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	background-color: #ffffff;
}

#banner {
	padding: 0px;
	margin-bottom: 5px;
}

#content {
	padding: 5px;
	margin-right: 180px;
	margin-top:10px;
	/*background-color: #c76003;*/
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	
}

#sidebar-a {
	float: right;
	width: 150px;
	\width: 160px;
	w\idth: 150px;
	margin-bottom: 30px;
	padding: 0px;
	/*background-color: #cccccc;*/
	border-left: 1px dashed #cccccc;

}

#footer {
	clear: both;
	padding: 1px;
	padding-bottom:3px;
	background-color: #c76003;
	text-align: center;
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	font-weight: bold;
	color: white;
	border: 1px solid #000000;
	
}


#list-menu {
width: 140px;
margin: 15px 10px 20px 35px;
/*this width value is also effected by
the padding we will later set on the links. 
*/
}

#list-menu-ex ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: verdana, arial, tahoma;
font-size: 11px; 
text-align: center;
} 

#list-menu-ex li {
margin: 2px 0 0;
} 

#list-menu-ex a {
filter:blendTrans(duration=0.5);
display: block;
width:100px;
padding: 2px 2px 2px 2px;
border: 1px solid #000000;
background: #dcdcdc;
text-decoration: none; 
} 

#list-menu-ex a:link {
color: #000000;
}

#list-menu-ex a:visited{
color: #000000;
}

#list-menu-ex a:hover {
border: 1px solid #000000;
background: #c76003;
color: #ffffff;
}

.dropshadow1, .dropshadow2
{
float:left;
clear:left;
background: url(images/shadowAlpha.png) no-repeat bottom right !important;
background: url(images/shadow.gif) no-repeat bottom right;
margin: 10px 0 10px 10px !important;
margin: 5px 0 10px 5px;
padding: 0px;
background-color:#f5f5f5;
}

/* .dropshadow2 only applies to test 1 */
.dropshadow1 p
{
position:relative;
bottom:6px;
right: 6px;
border: 1px solid #999999;
padding:4px;
font-size:12px;
margin: 0px;
}
/* .innerbox only applies to test 2 */
.innerbox{
position:relative;
bottom:6px;
right: 6px;
border: 1px solid #999999;
padding:4px;
margin: 0px 0px 0px 0px;
background-color:#f5f5f5;
}
.innerbox
{
/* IE5 hack */
\margin: 0px 0px -3px 0px;
ma\rgin:  0px 0px 0px 0px;
}
.innerbox p
{		
font-size:12px;
margin: 2px;
text-align: justify;
}

.form
{
font-family:verdana, helvetica, arial;
border:1px solid silver; 
color:black;
font-weight:bold;
}
