/* Properties that both side lists have in common */
/* we leave some place on the side using the margin-* properties */

  body {
    margin:0px 0px 0 0px;
    padding:0;
    background:#FFFFFF;
    text-align: center;
}

  #level0 {
    margin-left: auto;
    margin-right: auto;
    width: 50em;
    text-align: left;
}

  #level1 {
    top:0px;
    left:0px;}
}

 #level2 {
    position:relative;}

  #level3 {
    margin-right:143px;
    padding-right:9px;}



  #topBar{
    height: 200px;
    background:#183c77;
    }

  #main {
    position: relative;
    right: 0;
    top; 0
    width: 50em;
    height: 600px;
  }

  #lftbar {
    position:absolute;
    left:0;
    top: 0;
    width:14em;
    height: 600px;
    background: #f2d401;
    }
  
  #mainCmt {
    position: relative;
    right: 0;
    top; 0
    width: 50em;
    height: 900px;
  }

  #lftbarCmt {
    position:absolute;
    left:0;
    top: 0;
    width:14em;
    height: 900px;
    background: #f2d401;
    }
  
  
  #rtbar {
    position: absolute;
    right: 0;
    top; 0
    height: 500px;
    width: 35em;

  }

  #bottomBar{
    position: absolute;
    bottom: 0;
    right: 0;
    background:#FFFFFF;
    width: 35em;
    }

#logo {
    float:left;
    width: 200px;
    height: 200px;
}

h1 {
    font-family: arial, verdana, sans-serif;
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    color: #FFFFFF;}

h2 {
    font-family: arial, verdana, sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;}

h3 {
    font-family: arial, verdana, sans-serif;
    font-size: 20px;
    color: #FFFFFF;}

a {
   color: #183c77;
   font-weight: bold;
}

#events {
    font-family: arial, verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #183c77;}

#bold-text {
    font-family: arial, verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #183c77;}

#normal-text {
    font-family: arial, verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #183c77;}
	
TABLE,INPUT,SELECT,TH,TD {
	font-size: 1em;
}

.padLeft1 {
	padding-left: 1em;
}
