@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
html{padding-bottom:10px;}
body {
	font-family: Lucida Sans Unicode;
	background-color: #999;
	padding-bottom:10px;
}
#bgtop {
	position: absolute;
	z-index: 1;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 175px;
	margin: 0px;
	padding: 0px;
	background-color: #666;
}
#bgcenter {
	position: absolute;
	z-index: 1;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	top: 175px;
	bottom: 95px;
	background-color: #D3D3D3;
}
#bgbottom {
	position: absolute;
	z-index: 1;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 95px;
	background-color: #333;
}
#wrapper {
	position: absolute;
	width: 934px;
	top: 15px;
	margin-left: -467px;
	left: 50%;
	z-index:2;
}
.wrapped{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-box-shadow: 1px -1px 0 0 #000, 
					2px -2px 0 0 #000,
					3px -3px 0 0 #000,
					4px -4px 0 0 #000,
					5px -5px 0 0 #000,
					6px -6px 0 0 #000,
					7px -7px 0 0 #000;
					
	-webkit-box-shadow: 1px -1px 0 0 #000, 
					2px -2px 0 0 #000,
					3px -3px 0 0 #000,
					4px -4px 0 0 #000,
					5px -5px 0 0 #000,
					6px -6px 0 0 #000,
					7px -7px 0 0 #000;
					
	box-shadow: 1px -1px 0 0 #000, 
					2px -2px 0 0 #000,
					3px -3px 0 0 #000,
					4px -4px 0 0 #000,
					5px -5px 0 0 #000,
					6px -6px 0 0 #000,
					7px -7px 0 0 #000;
				
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	
	margin-bottom: 20px;
}
#internalwrapper{
}
#header {
	color: #FFF;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

#content {
	
	font-size: 12px;
	min-height:800px;
	background-color: #FFF;
}
#contentinframe {
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
#haa {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A1232B;
}
#hab {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 25px;
}
p{
	padding: 3px;
}
.textlist{
	list-style-type: none;
}
.textlistitem {
}
.impleft {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 5px;
	width: 130px;
}
.impright {
	color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 5px;
	padding-bottom: 20px;
}
#footer {
	background-color: #666;
	font-size: 12px;
	color: #FFF;
	text-align: center;

}
#internalwrapper{
	position:absolute;
	width:1000px;
	top:175px;
	left:50%;
	margin-left:-500px;
	padding:20px;
	z-index:1;
	background:rgba(80,80,80,1.0);
	-moz-box-shadow: 1px -1px 0 0 #000, 
					2px -2px 0 0 #000,
					3px -3px 0 0 #000,
					4px -4px 0 0 #000,
					5px -5px 0 0 #000,
					6px -6px 0 0 #000,
					7px -7px 0 0 #000,
					8px -8px 0 0 #000,
					9px -9px 0 0 #000,
					10px -10px 0 0 #000;
					
	-webkit-box-shadow: 1px -1px 0 0 #000, 
					2px -2px 0 0 #000,
					3px -3px 0 0 #000,
					4px -4px 0 0 #000,
					5px -5px 0 0 #000,
					6px -6px 0 0 #000,
					7px -7px 0 0 #000,
					8px -8px 0 0 #000,
					9px -9px 0 0 #000,
					10px -10px 0 0 #000;
					
	box-shadow: 1px -1px 0 0 #000, 
					2px -2px 0 0 #000,
					3px -3px 0 0 #000,
					4px -4px 0 0 #000,
					5px -5px 0 0 #000,
					6px -6px 0 0 #000,
					7px -7px 0 0 #000,
					8px -8px 0 0 #000,
					9px -9px 0 0 #000,
					10px -10px 0 0 #000;
				
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
}
nav {
	background-color: #DF1626;
	color: #A1232B;
	height: 30px;
}
nav ul {
    padding: 0px;
    margin: 0px;

}

nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

nav ul,nav ul li{
}
nav ul li ul li a{
	font-size:14px;
	padding: 3px 10px 3px 10px;
}
nav ul li a {
    text-decoration: none;
    display: block;
    color: #1F1D20;
    padding: 5px 10px 5px 10px;

    transition: background 0.3s ease-out; /* explorer 10 */
    -webkit-transition: background 0.3s ease-out; /* chrome & safari */
    -moz-transition: background 0.3 ease-out; /* firefox */
    -o-transition: background 0.3 ease-out; /* opera */
}
nav ul li {
    list-style: none;
    float:left;

}


nav ul li:hover a, nav ul li:hover > ul li a  {
}

nav ul li:hover > a {
    color: #FFF;
}
nav ul li:hover > ul {
    visibility: visible;
}

nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:0px;
	background-color: #DF1626;
	-moz-box-shadow: 1px -1px 0 0 #000, 
					2px -2px 0 0 #000,
					3px -3px 0 0 #000,
					4px -4px 0 0 #000,
					5px -5px 0 0 #000;
					
	-webkit-box-shadow: 1px -1px 0 0 #000, 
					2px -2px 0 0 #000,
					3px -3px 0 0 #000,
					4px -4px 0 0 #000,
					5px -5px 0 0 #000;
					
	box-shadow: 1px -1px 0 0 #000, 
					2px -2px 0 0 #000,
					3px -3px 0 0 #000,
					4px -4px 0 0 #000,
					5px -5px 0 0 #000;
				
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
}
nav ul li ul li{
	float: none;
}
nav ul li ul li a {
    color: #FAFAFA;
}
nav ul li ul li a:hover{
	color: #333;
}
#content img{
	border: 2px solid #000;
}
#content table {
	width:100%;
}
#content td {
	width:404px;
}
h1{
	font-size:20px;
	height:24px;
	border-bottom:2px solid #DF1626;
	margin-top:30px;
	margin-bottom:50px;
	}
.rowhead{
	padding-top:30px;
	font-weight:bold;
	width:50%
}