@import url("default.css");

body {
background-color:#ffffff;
font-size:0.85em;
margin:0;
text-align:center;
}

.subtitle {
background-color:#C9E591;
font-size: 1.2em;
font-weight:bold;
margin-top:0px;
padding:2px 20px;
text-align:left;
border-bottom: #ffffff;
}

.navigation {
background:none repeat scroll 0 0 #C9E591;
font-size:0.9em;
font-weight:bold;
line-height:1.4em;
padding:5px 20px;
}
.page {
    width: 100%
}
.banner {
    height: 180px;
    width: 100%;
	padding-top: 20px;
	background: #6699CC;
}
.searchform {
background-color:#99CC33;
padding: 10px;
}
.start .header {
    background-color: #EFEFEF;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    text-align: center;
    color: #006699;
	margin-bottom: 15px;
	}
	a:visited {
    color: #000000;
    text-decoration: none;
}
a:link {
    color: #000000;
    text-decoration: none;
}

.start .rightcolumn.test {
    margin-left: 50%;
    background: #C8D9EB;
    padding: 10px;
    border: 1px #C8D9EB solid;
    border-radius: 10;
}
	.start .leftcolumn.test {
    margin-left: 50%;
    width: 50%;
    background: #C8D9EB;
    padding: 10px;
    border: 1px #C8D9EB solid;
    border-radius: 10;
	margin-top: 10px
}

