﻿/* Center Document in Browser */
div.container
{
    width:800px;
    height:600px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    background-color:white;
}

/* HTML Elements */
a.normal
{
    text-decoration:underline;
    color:Navy;
}
applet
{
    position:absolute;
    top:0px;
    left:688px;
}
body 
{
    font-family:Arial;
    font-size:15px;
    color:Navy;
}   
div.h1
{
    position:relative;
    text-align:center;
    font-family:forte, Arial;
    font-size:30px;
    font-weight:bold;
    width:100%;
} 
div.h2
{
    position:relative;
    text-align:center;
    font-family:"Arial Rounded MT Bold", Arial;
    font-size:20px;
    font-weight:bold;
    width:100%;
    margin-top:5px;
} 
p.centered
{
    margin:5px 5px 5px 5px;
    text-align:center;
}
p.normal
{
    margin:5px 5px 5px 5px;
}
p.fancy1
{
    margin:10px 10px 10px 10px;
}
    p.fancy1:first-letter {font-size:300%; font-family:Forte, "Arial Rounded MT Bold",Arial; float:left}
    p.fancy1:first-line {font-size:120%; font-variant:small-caps}
    
table.index_weather
{
    position:absolute;
    top:120px;
    left:0px;
    width:400px;
    height:470px;
    background-color:Silver; 
    border:none;
}
td.standard
{
    text-align:center;
}
td.index_weather
{
    height:270px;
}
/* Images on Pages */
img.title
{
    position:absolute;
    top:0px;
    left:688px;
}
img.right_50x100
{
    padding:10px 10px 10px 10px;
    float:right;
}
/* Page Layout */
table.title
{
    position:absolute;
    top:0px;
    left:0px;
    height:85px;
    width:100%;
    border-style:none;
    color:lightsteelblue;
    background-color:steelblue;
    text-align:center;
    font-family:Forte, "Arial Rounded MT Bold", Arial;
    font-size:43px;
}
div.bottom
{
    position:absolute;
    top:595px;
    left:0px;
    height:5px;
    width:800px;
    background-color:Navy;
}    

/* Page Navigation */
div.navbar
{
    position:absolute;
    top:90px;
    left:0px;
    width:100%;
    height:24px;
    text-align:center;
    background-color:Navy;
    color:White;
    font-size:18px;
    font-weight:bold;
    padding-top:1px;
}
a.navlink
{
    font-family:Arial;
    font-size:18px;
    text-decoration:none;
}
    a.navlink:link{color:white}
	a.navlink:active{color:white}
	a.navlink:visited{color:white}
	a.navlink:hover{color:lightblue}
	

/* Working Groups */
div.mainspace
{
    position:absolute;
    top:120px;
    left:0px;
    width:800px;
    height:470px;
    background-color:Silver;
    margin-right:20px;
    /*overflow:scroll;*/
}

div.left_50x100
{
    position:absolute;
    top:120px;
    left:0px;
    width:400px;
    height:470px;
    background-color:Silver;    
}
div.right_50x100
{
    position:absolute;
    top:120px;
    left:400px;
    width:400px;
    height:470px;
    background-color:silver;    
}    
div.right_top_50x50
{
    position:absolute;
    top:120px;
    left:400px;
    width:400px;
    height:235px;
    background-color:silver; 
}
div.right_bot_50x50
{
    position:absolute;
    top:355px;
    left:400px;
    width:400px;
    height:235px;
    background-color:silver; 
}

div.left_top_65x94
{
    position:absolute;
    top:120px;
    left:0px;
    width:520px;
    height:440px;
    background-color:silver;     
}
div.left_bot_65x6
{
    position:absolute;
    top:560px;
    left:0px;
    width:520px;
    height:30px;
    background-color:silver; 
}
div.right_35x100
{
    position:absolute;
    top:120px;
    left:520px;
    width:280px;
    height:470px;
    background-color:silver; 
}
div.wx_box
{
    position:relative;
    top:10px;
    left:50px;
}
div.top_800x25
{
    position:absolute;
    top:120px;
    left:0px;
    width:800px;
    height:25px;
    background-color:silver;     
}
div.cal
{
    position:absolute;
    top:145px;
    left:0px;
    width:800px;
    height:445px;
    overflow:hidden;
    background-color:silver;
}
