
*, body, h1, h2, h3, h4, h5, h6, p, th, td, div, span
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000066;
}

html,body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100.1%;
}

body
{
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: top left;
}

a:link
{
	text-decoration: none;
	color: #663366;
}

a:hover
{
	font-style: italic;
	color: #999999;
	text-decoration: underline;
}

a:visited
{
	color: #6699CC;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	color: #666699;
	margin: 10px 0;
	padding: 3px 5px;
}

h1
{
	font-size: 24px;
	text-align: right;
}

h2
{
	font-size: 22px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 12px;
}

p
{
	font-size: 12px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	margin: 25px 0;
	padding: 0 5px;
	line-height: 18px;
}

ul
{
	font-size: 12px;
}

img
{
	border: none;
	margin: 5px;
}

.flags td
{
	font-size: 14px;
}

#nav
{
	position: absolute;
	top: 95px;
	z-index: 2;
}

#nav, #nav li
{
	margin: 0;
	padding: 0;
}

#nav li
{
	float: left;
	display: inline;
	width: 80px;
}

#nav li a
{
	display: block;
	color: white;
	background-color: #006; 
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	height: 40px;
	text-align: center;
	padding: 5px 2px 0 2px;
	margin: 0;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

#nav li a:hover
{
	display: block;
	color: #006;
	background-color: white;
	filter:alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.50;
}

#subnav, #subnav ul, #subnav li
{
	background-color: #006; 
	margin: 0;
	padding: 0;
	color: white;
}

#subnav ul
{
	margin: 10px 0;
}

#subnav li
{
	display: block;
	width: 130px;
}

#subnav li a
{
	display: block;
	color: white;
	background-color: #006; 
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	height: 20px;
	padding: 2px;
	margin: 0;
	text-indent: 5px;
}

#subnav li a:hover
{
	display: block;
	color: #006;
	background-color: white; 
}

#subnav2, #subnav2 ul, #subnav2 li
{
	background-color: #006; 
	margin: 0;
	padding: 0;
	color: white;
}

#subnav2 ul
{
	margin: 10px 0;
}

#subnav2 li
{
	display: block;
	width: 130px;
}

#subnav2 li a
{
	display: block;
	color: white;
	background-color: #006; 
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	height: 40px;
	padding: 2px;
	margin: 0;
	text-indent: 5px;
}

#subnav2 li a:hover
{
	display: block;
	color: #006;
	background-color: white; 
}

#subnav hr, #subnav2 hr
{
  width: 90%;
  height: 3px;
  color: white;
  background-color: white;
}

.footer
{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #006;
	padding: 3px;
}

.footer a
{
	color: white;
	background-color: #006;
}

.quote
{
	font-style: italic;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.null
{
	margin: 0;
	padding: 0;
}

b
{
  font-weight: bold;
}

i 
{
  font-style: italic;
}

#articles
{
	margin-bottom: 25px;
  overflow: hidden;
  width: 100%;
}

#articles ul, #articles li
{
  list-style-type: disc;
	list-style-position: inside;
	margin: 0;
  padding: 0;
}

