*{
	font-size: 10pt;
	font-family: verdana, sans serif;
}
body{
	background-image:url('./images/bg.gif');
	margin:0px;
}

h1{
	margin:0px;
	font-weight:bold;
	font-variant:small-caps;
	font-family:verdana, sans serif;
	font-size:1.5em;
	color:#4b0000;
	border:0px;
	border-bottom: solid 2px #4B0000;
}

#componentBody table{
	background-color: #FFFFFF;
	border: solid 1px #4b0000;
	border-bottom: solid 3px #4b0000;
	margin: 0 auto;	
	padding:1px;
}
#componentBody tr{

}
#componentBody th{
	background-color:#7e0d0d;
	background-image: url('./images/tableBg.png');
	background-repeat: repeat-x;	
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;	
}
#componentBody td{
	padding:2px;
	border: 0px;
	background-color:#FFFFFF;
}
caption{	
	vertical-align:bottom;
	color:#4B0000;
}


#site{
	width:1004px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	height:166px;
	background-image:url('./images/header.gif');		
}

#header .menu{
	padding:36px;
	padding-top:120px;
	padding-bottom:0px;	
	color:#FFFFFF;
	font-weight:bold;
	font-variant:small-caps;
	font-family:verdana, sans serif;
}
#header .menu a{
	color:#FFFFFF;
	text-decoration:none;
}

#mainframe{	
	vertical-align:top;
	background-image:url('./images/site-bg.gif');	
	padding:40px;
	padding-top:0px;	
	padding-bottom:0px;	
}

#footer{
	height:56px;
	background-image:url('./images/footer.gif');
	background-repeat:no-repeat;
	
	padding-top:18px;
	
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-variant:small-caps;
	font-family:verdana, sans serif;
	font-size:8pt;
}

.menu .section{
	border: 1px solid #000000;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}


.menu .item1,
.menu .item1:hover,
.menu .item1-active,
.menu .item1-active:hover {
    padding: 3px 3px 3px 3px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: inline;
    white-space: nowrap;
    position: relative;
}
.menu .item2,
.menu .item2:hover,
.menu .item2-active,
.menu .item2-active:hover {
    padding: 3px 8px 4px 8px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.menu .item2 {
    background: #330000;
}
.menu .item2:hover,
.menu .item2-active,
.menu .item2-active:hover {
    background: #660000;
}
.menu .arrow,
.menu .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.menu .item2 img,
.menu .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

#leftCol{
	display: block;
	padding: 10px;
	float: left;
}

.borde1{
	border: solid 1px #990000;
}