/* CSS Document */
Body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/baeigbkg.gif);
	background-repeat: repeat;
	margin: 0px;
	scrollbar-3dlight-color:;
           scrollbar-arrow-color:brown;
           scrollbar-base-color:#E2D4BA;
           scrollbar-darkshadow-color:;
           scrollbar-face-color:;
           scrollbar-highlight-color:;
           scrollbar-shadow-color:khaki}
	}
     
	/* unvisited link */
    a:visited {
	color: #990000;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}  
/* visited link */
    a:hover {
	color: #996600;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}   
/* mouse over link */
    a:active {
	color: #990000;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}  
	a:link{
	color: #990000;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	}
#main{
	background-image: url(../images/newglobebkg.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	border: 1px solid #666666;
}
#footer{
	background-image: url(../images/bottomcurve.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#gc{
	border: 2px double #990000;
}
#bnav{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F4F4F4;
}
#ktop{
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #996633;
}
#mid{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#content{
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #996666;
	border-bottom-color: #996666;
	border-left-color: #996666;
	border-top-color: #996666;
	border-top-style: none;
}
.iframe {
	background-color: transparent;
}
