body {
	background-color: #112277;
        background-image: url(/images/background1.png);
	font-family:Verdana,Arial,sans-serif;
}

#center {
        width: 780px;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -390px;
}

#top {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #99CCFF;
	font-size: 50px;
	z-index: 100;
        text-align: center;
        border: none;
	text-align: right;
}

#top a:link    { border: 0px; text-decoration: none; }
#top a:hover   { border: 0px; text-decoration: none; }
#top a:visited { border: 0px; text-decoration: none; }
#top a:active  { border: 0px; text-decoration: none; }

#menubar { 
	z-index: 90;
	padding: 0px;
	margin: 0px;
        padding-left: -8px;
        padding-right: -8px;
	height: 20px;
	background-color: #336699;
        color: white;
	background-image: url(/images/menubar-middle.png);
}

#main {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	width: 100%;
}

#about {
	//position: absolute;
	//left: 0px;
	//top: 100px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: white;
}

#about a { color: white; text-decoration: none;}
#about a :visited { color: white; text-decoration: none;}

#boxleft {
	float: left;
	background-color: #ffffff;
        background-image: url(/images/background2.png);
	border: 2px solid silver;
	margin-left: 0px;
	margin-right: 0px;
	width: 246px;
        height: 480px;
        overflow: hidden;
}

#boxleft a { padding-left: 5px; }

#boxright {
	background-color: #ffffff;
        background-image: url(/images/background2.png);
	margin-left: 256px;
	margin-right: 0px;
	height: 480px;
        width:  520px;
        border: 2px solid silver;
}

#map {
	margin: 0px;
	padding: 0px;
	width: 520px;
	height: 450px;
        overflow: hidden;
}

#mapsmall {
	margin: 0px;
	padding: 0px;
        margin-left: 0px;
	width: 520px;
	height: 330px;
        overflow: hidden;
}

.boxheader {
	background-color: #336699;
	margin: 0px;
	padding: 5px;
	height: 20px;
        color: #ffffff;
}

.boxheader ul {
	display: inline;
}

.boxheader ul li {
	display: inline;
}
.boxheader ul li a { text-decoration: none; font-weight: bold; color: white; margin-left: 15px; }

#footerbar {
        z-index: 90;
        padding: 0px;
        margin: 0px;
	margin-top: 5px;
        padding-left: -8px;
        padding-right: -8px;
        height: 20px;
        background-color: #336699;
        color: white;
        background-image: url(/images/menubar-middle.png);
	text-align: center;
}

#footer {
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
}

#footer ul {
	display: inline;
}

#footer ul li {
	display: inline;
}
#footer ul li a { text-decoration: none; font-weight: bold; color: white; margin-left: 15px; }

.union {
    background-color: white;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    
}

.unionheader {
    background-color: #6666ff;
    padding: 0px;
    margin: 0px;
}

.country {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

.countryheader {
    padding: 0px;
    margin: 0px;
    border-top: 5px solid #6666ff;
}    

#showtable {
    border: none;
    padding-right: 5px;
    width: 100%;
}

.tdone {
    border: none;
    width: 4em;
}

#tdname {
    //width: *;
}

#tdname #show_name {
    width: 100%;
}

#tdurl #show_url {
    width: 100%;
}

#columns {
        background-color: #ffffff;
        background-image: url(/images/background2.png);
        height: 480px;
}

.column33 {
        height: 480px;
        float: left;
        width: 33%;
}

.column33 ul {
        list-style-type: none;
}

.column33 ul li {
        background-repeat: no-repeat;
        padding-left: 20px;
}


