@charset "iso-8859-1";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* my base styles */
IMG{ border:0; }
DIV{ border:0; margin:0; padding:0; }
TABLE{ border: 0; border-collapse: collapse; }
TD{ vertical-align: top;font-size: 100%; }
OL, UL, LI { font-size: 100%; }
.left{ text-align: left; }
.right{ text-align: right; }
.center{ text-align: center; }
.bold{ font-weight: bold; }
.small{ font-size: small; }
.xsmall{ font-size: x-small; }
.just{ text-align: justify; }
.clearfloat{ clear: both; }
/* base styles */

/* From JQuery Tools */
/* get rid of those system borders being generated for A tags */
a:active {outline:none;}
:focus {-moz-outline-style:none;}


body{
	background-color: #dcb47d;
	color: #000080;
	font-family: verdana,georgia,arial,helvetica,sans-serif;
	font-size: 0.9em;
}

h1{
	font-size: 1.5em;
	font-weight: bold;
	padding: 15px;
}

h2{
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

h5{
	font-size: 1.0em;
	font-weight: bold;
}

table#splashtable{
	width: 500px;
	height: 400px;
	background-image: url(imgs/splashbck.png);
	border: 0px;
	padding: 0px;
	margin: 0px;
}

td.centrd{
	text-align: center;
}

DIV#splashtable{
	width: 500px;
	height: 400px;
	background-image: url(imgs/splashbck.png);
	border: 0px solid gray;
	padding: 0;
	margin: 10px auto 0 auto;
}
DIV#splashtable DIV{
margin: 0px auto 0 auto;
padding-top: 30px;
}

DIV#flags{
	width:650px;
	margin:10px auto;
	/*text-align: center;*/
}
DIV#flags UL{
padding: 0 0 5px 0px;
border-bottom: 0px #D5A360 solid;
float: left;
}
DIV#flags UL LI{
	list-style: none;
	display: inline;
	float:left;
}

DIV#flags UL LI{
	list-style: none;
	display: inline;
	float:left;
}

DIV#flags UL LI A{
	float:left;
	line-height:14px;
	font-weight:normal;
	margin: 0 10px 4px 10px;
	text-decoration:none;
}

DIV#flags UL LI A:hover, DIV#flags UL LI A:active{
border-bottom: 2px #9B6A28 solid;
padding-bottom: 2px;
color: #0000FF;
}


DIV#flags IMG{
	padding:0 15px 0 10px;
	width: 18px;
	height: 12px;
}