@charset "utf-8";
/* CSS Document */

a:link {
color:#480028;
text-decoration:none;
font-weight:900;
}

a:visited {
color:#480028;
text-decoration:none;
font-weight:900;
}

a:hover {
color:#480028;
text-decoration:underline;
font-weight:900;
}
a:active {
color:#480028;
text-decoration:none;
font-weight:900;
}
a:link span {
color:#ffffff;
text-decoration:none;
font-weight:900;
}

a:visited span{
color:#ffffff;
text-decoration:none;
font-weight:900;
}

a:hover span{
color:#ffffff;
text-decoration:underline;
font-weight:900;
}
a:active span{
color:#ffffff;
text-decoration:none;
font-weight:900;
}


h2{
font-size:24px;
color:#480028;
font-family: "Times New Roman", Times, serif;
}
h3{
font-size:14px;
color:#480028;
font-family:"Times New Roman", Times, serif;
}
body{
background-color:#480028;
}
.container{
margin:auto;
width:900px;
}
.header{
width:900px;
float:left;
}
.maincontent{
width:900px;
float:left;
background-image:url(images/background.jpg);
background-color:#FFFFFF;
}
.navcolumn{
width:200px;
float:left;
margin-left:49px;
margin-top:50px;
/*border-right: #480028 1px solid;;*/
}
.textarea{
width:600px;
float:left;
margin-top:50px;
}
.heading{
width:600px;
float:left;
}

.text{
width:600px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.infoboxleft{
width:190px;
margin:5px;
float:left;
/*border:#480028 1px solid;*/
}
.st{
float:left;
width:180px;
margin:5px;
}

.infoboxright{
width:288px;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
float:left;
/*border:#480028 1px solid;*/
}
.infotext{
width:190px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.bottext{
margin-top:10px;
width:600px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.clearing{
height: 50px;
}
.footer{
width:900px;
float:left;
height:50px;
color:#FFFFFF;
}

