/* CSS Document */

body {background-color:#fbee28;
      font-color:#2b318a;
      font-family:Century Gothic, Helvetica, Arial;
}

a:link {color:white;
        text-decoration:none;
}

a:visited {color:white;
           text-decoration:none;
}

a:hover {color:#fbee28;
         text-decoration:none;
}

a:active {color:white;
          text-decoration:none;
}

/* This is for the header section */

#apDiv1 {
	position:absolute;
	width:769px;
	height:115px;
	z-index:1;
	left: 236px;
	top: 25px;
}


#header {
	width:215px;
	height:125px;
	border:1px;
	border-color:#2b318a;
}




#orangebar {width:800px;
           height:30px;
           background-color:#fddf45;
           color:#2b318a;
           padding:3px;
           -moz-border-radius: 10px;
           border-radius: 10px;       
           
}

#bluebar {
	width:800px;
	height:30px;
	background-color:#2b318a;
	color:#fddf45;
	-moz-border-radius: 10px;
	border-width:10px;
        border-radius: 10px;
	padding:3px;
	left: 215px;
	z-index: 1;
	top: 20px;
           
}


#sidebar {position:absolute;
        width:125px;
        height:250px;
        background-color:#2b318a;
        -moz-border-radius: 10px;
        border-radius: 10px; 
        left:10px;
        top:135px;
        z-index:2;
        padding:15px;
}

#content {position:absolute;
          width:870px;
          height:435px;
          background-color:white;
          -moz-border-radius:10px;
          border-radius: 10px;
          left: 175px;
          top: 135px;
          z-index:3;
          font-size:10pt;
          
          
}

/* footer */

#orangefooter {position:absolute;
           top:610px;
           left:175;
           z-index:4;
           width:870px;
           height:30px;
           background-color:#fddf45;
           color:#2b318a;
           padding:3px;
           -moz-border-radius: 10px;
           border-radius: 10px;  
           text-align:center;
           
}

#bluefooter {position:absolute;
        top:570px;
        left:175;
        z-index:5;
	width:870px;
	height:30px;
	background-color:#2b318a;
	color:#fddf45;
	-moz-border-radius: 10px;
	border-width:10px;
        border-radius: 10px;
	padding:3px;
	text-align:center;
           
}