html { 
	min-height: 100%; 
    margin-bottom: 1px; 
    }    
    
body {
 	background: #adc1df url(images/bg_body.gif) repeat-x;
      
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px; 
	color:black;
	}
    
table
{
	font-size: 14px;
}    
    
img 
{
	border: none;
}    

h1
{
	font-size: 20px;
    color: #007cbc;
}

h2
{
	font-size: 16px;
    color: #007cbc;
}

.grey-background
{
	background-color: #dcdcdc;
}

bullet-list
{
}

.bullet-item
{
	margin: 1em 0;
}

.message-error
{
    text-align: center;
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.form
{
    font-size: 14px;
    background-color: #EBEBEB;
}

.form-row
{
    font-size: 14px;
    padding: 2px;
}

.form-header
{
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: blue;
}

.form-label
{
/*    font-size: 12px; */
}

.form-label-error
{
	font-weight: bold;
    color: red;
/*    font-size: 12px; */
}

.form-text
{
	border: 1px solid #adc1df;
    font-size: 14px;
    padding: 4px;
}

.form-textarea
{
	font-family: arial;
	border: 1px solid #adc1df;
    font-size: 14px;
    padding: 4px;
}

.form-select
{
	border: 1px solid #adc1df;
    font-size: 14px;
    padding: 4px;
}


.error
{
	color: red;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}
    
.message
{
	color: black;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

.right
{
	float: right;
}

#master_container {
	position: relative;
	margin: 0 auto;
    top: 5px;
    width: 886px;
    text-align: left;
    background-color: white;
} 
	
#header-container {
	position: relative;
    top: 0px;
    left: 0px;
    height: 256px;
    width: 886px; 
}
    
#nav-container {
	position: relative;
    top: 0px;
    left: 22px;
    height: 67px;
    width: 840px;
}

#menu-main
{
	font-size: 15px;
	position: relative;
    top: -67px;
    left: 15px;
    width: 770px;
}

#menu-sub
{
	font-size: 14px;
	position: relative;
    top: -51px;
    left: 15px;
    width: 770px;
    height: 16px;
    color: #007cbc; 
}

#menu-sub a,  #menu-sub a:visited {
	color: #007cbc;
    text-decoration: none;
} 

#menu-sub a:hover {
	color: #007cbc;
    text-decoration: underline;
} 

#content-wrapper {
	position: relative;
    text-align: justify;
    top: 0px;
    left: 35px;
    width: 640px;
/*    height: 500px; */
	background-color: white;
}

#footer-container {
	position: relative;
    top: 0px;
    left: 35px;
    width: 800px;
    height: 20px;
    
    text-align: center;
    font-size: 12px;
	border-top: dotted lightgrey 2px;
    margin-bottom: 5px;
}
    

    
    #bubble-welcome {
    	position: absolute;
        top: 0px;
        left: 400px;
        height: 239px;
        width: 425px;
    }
    
    #bubble-news {
    	position: absolute;
        top: 280px;
        left: 410px;
        height: 237px;
        width: 425px;
    }
    
    #bubble-monica {
    	position: absolute;
        top: 557px;
        left: 410px;
        height: 237px;
        width: 425px;
    }
    
    #bar1 {
    	position: absolute;
        top: 250px;
        left: 0px;
        height: 20px;
        width: 820px;
    }
    
    #bar2 {
    	position: absolute;
        top: 530px;
        left: 0px;
        height: 20px;
        width: 820px;
    }

    #content {
    	position: relative;
        text-align: justify;
        top: 79px;
        left: 35px;
        width: 640px;
	    background-color: white;
    }
    
    #sidebar-container {
    	position: absolute;
        top: 500px;
        left: 712px;
/*         height: 175px; */
        width: 150px;
    }
    
    #login-container {
    	position: absolute;
        top: 328px;
        left: 712px;
        height: 175px;
        width: 150px;
		background:url("images/login-panel.jpg") no-repeat left top;
        
        color: white;
    }
    
    #login-container td {
    	color: white;
        font-size: 12px;
    }
    
    #login-container input, #login-container select, #login-container option {
    	color: black;
        font-size: 14px;
        border: 1px solid white;
        width: 130px;
    }
    
    #login-content {
    	padding: 5px;
    }
    
    #tabsF {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    #tabsF ul {
        margin:0;
        padding:0px 0px 0px 0px;
        list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:3px 0px 0px 0px;
      }
    #tabsF a {
      float:left;
      background:url("images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0px 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("images/tabrightF.gif") no-repeat right top;
      padding:7px 15px 4px 6px;
      color:white;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:038ac4;
      }
    #tabsF a:hover {
      background-position:0% -32px;
      }
    #tabsF a:hover span {
      background-position:100% -32px;
      }

        #tabsF #current a {
                background-position:0% -32px;
        }
        #tabsF #current a span {
        		color: 038ac4;
                background-position:100% -32px;
        }


