﻿body,html 
{
	padding: 5px 0 0 0;
	background-color: #B4D5F3;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #555555;
}

h1
{
	font-size: 100%;
}

h2
{
	font-size: 94%;
}

h3
{
	font-size: 88%;
}

p
{
	font-size: 85%;
}

.container 
{
	margin: 0;
	width: 726px;
	margin-left: auto;
	margin-right: auto;
	background: white;
}

#logo 
{
	width: 50px;
	float: left;
	vertical-align: middle;
	
	
}

#container-header {
	width: 646px;
	height: 70px;
	padding: 15px 40px 0px 15px;
}

#container-name {
	font-size: 200%;
	font-weight: bold;
}

#container-slogan {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}

#container-eyecatcher {
	width: 724px;
	height: 145px;
	margin-left: auto;
	margin-right: auto;
}

#container-navigation {
	width: 726px;
	text-transform: uppercase;
	height: 50px;
	padding: 4px 1px;
}

#container-navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	text-transform:uppercase;
	font-size: 75%;
}

#container-navigation ul li {
	display: inline;
}

#container-navigation ul li a 
{
	background-repeat: no-repeat;
	display: block;
	width: 141px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	border-right: 1px solid silver;
	color: #415D6F;
	float: left;
	margin-right: 2px;
	padding-right: 2px;
}

#container-navigation ul li a.last
{
	border-right-width: 0px;
	margin-right: 0px;
	padding-right: 0px;
	width: 140px;
}

#container-navigation ul li a.selected, #container-navigation ul li a:hover
{
	background-position: left bottom;
}

#container-navigation ul li a.blue
{
	background-image: url('images/tabs/blue.gif');
}

#container-navigation ul li a.purple
{
	background-image: url('images/tabs/purple.gif');
}

#container-navigation ul li a.yellow
{
	background-image: url('images/tabs/yellow.gif');
}

#container-navigation ul li a.orange
{
	background-image: url('images/tabs/orange.gif');
}

#container-navigation ul li a.red
{
	background-image: url('images/tabs/red.gif');
}

#container-navigation ul li a:hover {
	text-decoration: underline;
}
	
#content{
	width: 706px;
	padding: 15px 10px 20px 10px;
	border-bottom: 1px solid #AAAAAA;
}

#content ol, ul
{
	padding-left: 40px;
}

#content li
{
	font-size: 85%;
}

#content a
{
	color: #F88000;
}

#content p
{
	clear: both;	
}

#footer {
	font-size: 80%;
	color: #666666;
	width: 706px;
	padding: 10px 10px 20px 10px;
	clear: both;
	color: #aeaeae;
}

#footer-copyright {
	float: left;
}

#footer-meta {
	float: right;
	text-align: right;
}

#footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #666666;
}

#footer a:hover {
	color: #35C4F3;
}