* {
    font-family:'Trebuchet MS','Verdana',sans-serif;
    font-size:1em;
}
img {
    border:0;
}
h1, h2, h3, h4, h5, h6 {
    color:#244397;
    font-weight:bold;
    padding:0px;
    margin:0px;
}
h1 {
    font-size:3em;
}
h2 {
    font-size:2em;
}
h3 {
    font-size:1.5em;
}
h4 {
    font-size:1.25em;
}
h5 {
    font-size: 1.125em;
}
h6 {
    font-size: 1em;
}
.center{
    text-align:center;
}
.right{
    float:right;
    text-align:right;
}
.left{
    float:left;
    text-align:left;
}

body{
    font-family: 'Trebuchet MS', sans-serif;
    font-size:0.9em;
    margin: 0 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

#message{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid maroon;
    height: 50px;

}
#message img{
    padding-right: 20px;
}
#message.error{
    color:maroon;
    border-color:maroon;
}


#message.info{
    color:green;
    border-color:green;
}

#message .content{
    margin:0px 20px;
    line-height: 50px;

}

#navigation {
    background-color: #2A3D7A;
    padding: 20px 0px;
}
#navigation .content img{
    padding: 0px 50px;

}
#navigation .content h1{
    color:white;
}
#navigation .content{
    padding: 20px 10px;
    
}
#navigation ul, #navigation ul li{
    margin:0px;
    padding:0px;
    list-style-type: none;
    float: left;
}

#navigation ul li{
    padding-left: 15px;
}
#navigation a{
    color:white;
    text-decoration:none;
}

#content{
    width: 600px;
    margin: 10px;
    margin-left: 230px;
    border-left: 1px solid #2A3D7A;
    padding: 10px;

}
form{
    font-size:0.9em;
}
ul.errors{
    color:red;
}
#footer a{
    color:lightblue;
}
#footer{
    margin-top: 50px;
    font-size: 0.9em;
    color: #ccc;
    text-align: center;
}
