@charset "utf-8";

body {
	margin: 0;
	background-color: rgb(255,255,230);
	font-family: "Arial", "Tahoma", sans-serif;
	font-size: 11pt;
	
}

#wrapper {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

#headertable {
	background-image: url(../data/sprites/headerbg.png);
	width: 100%;
	height: 100px;
	background-color: rgb(0,0,0);
	border: 7px solid rgb(0, 90, 150);
    border-width: 1px 0 5px 0;
}

#logo {
	width: 97px;
	background-image: url(../data/images/logo2.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin: 10px 20px;
}

#slogan {
	width: 282px;
	background-image: url(../data/images/slogan.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin: 5px 10px;
}

#header>h1 {
    background-image: url(../data/sprites/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
	width: 100%;
}

#header>h1>span {
    display: none;
}

#navigation {
    width: 100%;
    height: 35px;
    border-top: 1px solid rgb(255,255,255);
    border-bottom: 1px solid rgb(200,200,200);
    background-image: url(../data/sprites/menubg.png);
}

#navigation>ul>li {
    float: right;
    display: block;
    list-style-type: none;
    margin: 8px 20px;
}

#navigation>ul>li>a {
    color: rgb(127,127,127);
    text-decoration: none;
    font-weight: bold;
}

#navigation>ul>li>a:hover, #navigation>ul>li>a.selected {
    color: rgb(0,0,0);
}

#navigation>ul>li>a.current {
    color: rgb(0,120,255);
}

#sub {
    clear: both;
    height: 18px;
    border-bottom: 1px solid rgb(200,200,200);
    background-color: rgb(240,240,240);
    padding: 1px;
}

#sub>ul {
    display: none;
}

#sub>ul>li {
    display: inline;
    margin: 0px 15px;
    font-size: 10pt;
}

#sub>ul>li>a {
    color: rgb(100,100,100);
    text-decoration: none;
}

#sub>ul>li>a:hover {
    color: rgb(0,0,0);
    text-decoration: underline;
}

#content {
	padding: 0px;
	color: rgb(100,100,100);
	text-align: right;
}

h1,h2,h3,h4,h5,h6,p {
	color: rgb(50,50,50);
	margin: 0;
	padding: 0;
}

h1 {
    font-size: 1.2em;
}

h2 {
    font-size: 1.1em;
}

h3, h4, h5, h6 {
    font-size: 1em;
}

ul {
    padding: 0;
    margin: 0;
}

ul>li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.spaced>li {
    margin: 5px 0;
}

a {
    color:rgb(100,100,0);
}

.clearer {
    clear: both;
}

.smalltext { 
    font-size: .9em;
}

.smallertext { 
    font-size: .8em;
}

.column {
    float: right;
}

.leftcolumn {
    float: left;
}

.centered {
    margin: 0 auto;
}

#footer {
    border-top: 2px solid rgb(200,200,200);
	padding: 10px;
	color: rgb(100,100,100);
	clear: both;
	margin: 10px 0;
}

