﻿body
        {
            margin: 0px;
        }
li{text-align:left;}
ul{
            margin: 0px;
            padding: 0px;
            list-style-type: none;
            list-style: none;
        }
a{
            font-family: Verdana, Geneva, sans-serif;
            font-size:12px;
            color: #FFF;
            text-decoration: none;
        }
a:visited{color:#FFF;}
a:hover{ filter:Glow(Color = #0000ff); color: #0F0; text-decoration: none; }
/* clearing hack */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix{ *zoom: 1; }
/* end clearing hack */
.footer {
	text-align:left;
	font-size:  x-small;
	margin-top: 20px;
}
.toplinks{
	height: 35px;
	width: 100%;
	background-image: url('../images/ui_bg.png');
}

.toplinks ul li
        {
            display: inline;
            color: #FFF;
            padding-right:20px;
            font-family: Verdana, Geneva, sans-serif;
            font-size: 12px;
            line-height: 34px;
            float: right;
        }
.toplink{
	height: 93px;
	width: 100%;
	}
.toplink ul li
        {
            display: inline;
            color: #FFF;
            padding-right:25px;
            font-family: Verdana, Geneva, sans-serif;
            font-size: 12px;
            line-height: 34px;
            float: right;
        }
        
.auto-style1 {
	text-align: left;
	font-size: x-small;
	margin-top: 0px;
}
.auto-style2 {
	margin-top: 4px;
}
#test{
width:135px;
position:absolute;
margin: 20px 200px;
height:135px;
background-image:url('../images/003.gif');
}

			h3{ margin: 10px 10px 0 10px; color:#0F0; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
			
			.boxgrid{ 
				width: 200px; 
				height: 200px; 
				margin:10px; 
				float:left; 
				background:#161613; 
				border: solid 2px #8399AF; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}

