body
{
	background-color: #E8E8E8;
}

p
{
	text-align: justify;
	text-indent: 30px;
}

#container
{
	margin: 0 auto;
	width: 800px;
	background: #E8E8E8;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	/**/
	/*border-top-left-radius: 5px;
	border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;*/
}

header
{
	height: 68px;
	background-color: white; // white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
  	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

nav
{
	float: left;
	width: 800px;
	//font-size:14px;
	margin-top:5px;
	//margin-left:10px;
	background-color: #000066;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
  	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;

    /*-webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;*/
}

nav ul
{
	margin: 0;
	padding: 0;
}

nav ul li
{
	list-style-type: none;
	display: inline;
}

nav li a
{
	float: left;
	margin: 0px 3px;
	padding: 5px 10px;
	color:white;
	text-decoration: none;
	font-weight:bold;
/*
border-right: solid 1px white;
border-left: solid 1px white;*/
}

nav li a:hover
{
	background:blue;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
  	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.selected
{
	background:blue;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
  	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#content
{
	clear: left;
	padding: 20px;
	padding-top:20px;
	margin-top: 36px;
	background-color: white; /*#E8E8E8*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
}

#content h3 { font-style: italic; }

#content:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content ul {margin-left: 40px; padding-left: 0;}

.link a{
	color: black;
}

#spacer
{
	height: 20px;
	background-color:white;
}

#tagline
{
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
}

footer
{
	/*background:#cccfff;*/
	background: #000066;
	color: white;
	/*text-align: center;*/
	/*vertical-align: bottom;*/
	padding: 20px; padding-top:10px;
	min-height: 20px;
	height: auto;
	margin-top: 5px;
	border-color: #0f0f0f;
	//clear: both;
	border-top-left-radius: 5px;
  	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
  	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#counter{
	font-size: 10px;
	float:left;
	background-color:#000080;
	width: 90px;
	color: white;
	border: solid 1px #B3B3B3;
	margin-left: 5px;
	padding:2px;
	padding-top:7px;
	text-align: center;
	height: 19px;
	border-top-left-radius: 5px;
  	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
  	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.round_border{
	border-top-left-radius: 5px;
  	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
  	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article, section {  
    display: block;  
}

