/* CSS Document */
body{
margin: 0px;
padding: 0px;
background-color: white;
text-align: center;
color: #cccccc;
}

p{
color: #cccccc;
font-family: arial,'Comic Sans MS',tahoma,verdana;
font-size: 12px;
line-height: 16px;
margin: 0px;
padding: 0px;
}

h3{
font-family: Comic Sans MS, tahoma,arial;
font-size: 15px;
font-weight: bold;
margin: 0px;
padding: 0px;
color: #cccccc;
}

a{
color: #FFCC00;
}

a:hover{
color: #FFCC00;
text-decoration: underline;
}

.container{
width: 1000px;
position:relative;
margin: auto;
}

.header{
position: relative;
float: left;
width: 1000px;
height: 80px;
background-color: #002860;
background-image: url(images/header.png);
}


.menu {
float: left;
width: 1000px;
height: 34px;
background-image: url(images/backgroundmenu.png);

}


.bannerimage{
float: left;
background-image: url(images/bannerimage.png);
height: 165px;
width: 1000px;
}

.content{
position: relative;
float: left;
width: 1000px;
/*height: 500px;*/
color: white;
/*border: 1px solid blue;*/
/*background-color: #000033;*/
background-image: url(images/bgrdcontent.jpg);
}

.columnleft{
position: relative;
float: right;
background-image: url(images/columnright.png);
width: 170px;
/*height: 500px;*/
clear: none;
text-align: left;
}

.lefttext{
position: relative;
float: left;
width: 80%;
left: 9px;
}

.columnright{
position: relative;
float: right;
width: 162px;
/*height: 500px;*/
background-image: url(images/columnleft.png);
clear: none;
text-align: left;
/*border: 1px solid blue;*/
}

.maincontent{
position: relative;
float: right;
width: 668px;
/*height: 500px;*/
background-image: url(images/contentbackground.png);
clear: none;
/*border: 1px solid yellow;*/
text-align: center;
margin: 0px;
padding: 0px;
}

.footer{
width: 974px;
position: relative;
float: left;
left: 13px;
font-family: arial,verdana;
font-size: 11px;
color: #cccccc;
letter-spacing: 1px;
height: 60px;
background-color: #022356;
border-top: 3px solid #001a3f;
}

