html {
margin : 0;
padding : 0;

}
body {
background-color : #ff3333;
background-image : url(images/tile.gif);
font-family : geneva, arial, sans-serif;
font-size : 1em;
color : #000000;
margin : 0;

}
p {
text-align : justify;

}
a:link.navbox {
text-decoration : none;
font-family : geneva, arial, sans-serif;
font-weight : 900;
font-size : 1em;
color : #003399;

}
a:visited.navbox {
text-decoration : none;
font-family : geneva, arial, sans-serif;
font-weight : 900;
font-size : 1em;
color : #003399;

}
a:hover.navbox {
text-decoration : underline;
font-family : geneva, arial, sans-serif;
font-weight : 900;
font-size : 1em;
color : #3399ff;
background-color : #ffff00;

}
a:active.navbox {
text-decoration : none;
font-family : geneva, arial, sans-serif;
font-weight : 900;
font-size : 1em;
color : #3399ff;

}
.selected {
background : #445588;

}
.selected a:link {
color : #993399;

}
.selected a:hover {
color : #993399;

}
.selected a:active {
color : #993399;

}
.selected a:visited {
color : #993399;

}
#logo {
position : absolute;
top : 20px;
left : 20px;

}
#slogan {
position : absolute;
top : 320px;
left : 154px;

}
#navbar {
position : absolute;
top : 160px;
left : 230px;
width : 70%;
background-color : #ffff00;
border : 4px solid #993333;
padding : 4px;
font-family : geneva, arial, sans-serif;
font-weight : 900;
font-size : 1em;
color : #003399;

}
#navbar a {
margin : 2%;

}
#sitenav {
position : absolute;
top : 240px;
left : 25px;
width : 195px;
background-color : #ffff00;
border : 4px solid #993333;
font-family : geneva, arial, sans-serif;
font-weight : 900;
font-size : 1em;
color : #003399;

}
#sitenav a {
display : block;
padding : 4px;
margin : 2%;
text-align : left;

}
#nav_i {
position : absolute;
top : 240px;
right : 25px;
width : 200px;
background-color : #ffff00;
border : 4px solid #993333;
font-family : geneva, arial, sans-serif;
font-weight : 900;
font-size : 1em;
color : #003399;

}
#nav_i a {
display : block;
padding : 4px;
margin : 2%;
text-align : left;

}
#blue_i {
position : absolute;
top : 300px;
right : 0px;
width : 195;
background-color : #ffffff;
font-family : geneva, arial, sans-serif;
font-weight : 100;
font-size : 0.8em;
color : #000000;
display : block;
padding : 4px;
text-align : justify;

}
#main_c {
position : absolute;
top : 240px;
left : 250px;
padding : 12px 24px;
width : 50%;
background-color : #ffeeff;
border : 4px dashed #990033;

}
#main_i {
position : absolute;
top : 460px;
left : 154px;
padding : 12px 24px;
width : 50%;
background-color : #ffff00;
border : 4px dashed #990033;
font-weight : 400;

}