/* CSS stylesheet for Mr. Jones's 8th Grade Science Class  */

body 
	{
	background-color:#fff;
	margin:0px;
	padding:0px;
	color:#444444;
	font-family:Verdana,Tahoma,Arial,Sans Serif;
	font-size:12px;
	}
	
a:link
	{
	color:#15151d;
	}
	
a:visited
	{
	color:#15151d;
	}
	
a:hover
	{
        color:#0013FD;
	}
	
a:active
	{
	color:#15151d;
	}
	
img
	{
	border:0px;
	}
	
#logo
	{
	background-image:url(/psd/toppic.gif);
	margin:0px 0px 6px 0px;
	width:750px;
	height:119px;
	}
	
#logo #rightside
        {
	width:198px;
	height:100px;
	font-family:Verdana,Tahoma,Arial,Sans Serif;
	font-size:10px;
        text-align:right;
        float:right;
        }

#rightside #top
        {
        width:198px;
	height:25px;
        }

#rightside #bottom
        {
	width:198px;
	height:94px;
        }

#nav
	{
	width:100%;
	height:17px;
	}
	
#links
	{
	width:100%;
	}
	
.mainNav
	{
	height:16px;
	border-top:1px solid #6999CC;
	border-left:1px solid #6999CC;
	padding:0px 10px;
	float:left;
	}
	
.mainNavSelect
	{
	height:16px;
	border-top:1px solid #6999CC;
	border-left:1px solid #6999CC;
	padding:0px 10px;
	float:left;
	background-color:#888;
	color:#fff;
	}

#nav #links .mainNavSelect a:link
	{
	background-color:#888;
	color:#fff;
	text-decoration:none;
	}
	
#nav #links .mainNavSelect a:visited
	{
	background-color:#15151d;
	color:#fff;
	text-decoration:none;
	}
	
#nav #links .mainNavSelect a:hover
	{
	background-color:#888;
	color:#fff;
	text-decoration:underline;
	}
	
#nav #links .mainNavSelect a:active
	{
	background-color:#888;
	color:#fff;
	text-decoration:underline;
	}
	
#navCap
	{
	background-image:url(/psd/navCap.gif);
	width:17px;
	height:17px;
	float:left;
	position:relative;
	right:1px;
	}
	
#navCapSelect
	{
	background-image:url(/images/navCapSelect.gif);
	width:17px;
	height:17px;
	float:left;
	position:relative;
	right:5px;
	}
	
#links a:link
	{
	color:#444444;
	text-decoration:none;
	background-color:#fff;
	}
		
#links a:visited
	{
	color:#888;
	text-decoration:none;
	background-color:#fff;
	}
	
#links a:hover
	{
	color:#000;
	text-decoration:none;
	background-color:#fff;
	}

#links a:active
	{
	color:#888;
	text-decoration:none;
	background-color:#fff;
	}

#blueBar
	{
	background-color:#426EAA;
	height:20px;
	width:748px;
        border-right:1px solid #999;
        border-left:1px solid #999;
	}

#whitespace
	{
	width:748px;
	height:1px;
        border-right:1px solid #999;
        border-left:1px solid #999;
	padding:0px;
	text-align:left;
	}

#pageHead
	{
	background-color:#DDE3EB;
	width:748px;
	height:20px;
        border-right:1px solid#999;
	border-bottom:1px solid #999;
        border-left:1px solid #999;
	padding:0px;
	text-align:right;
	}

#bodyCopy
	{
	padding:10px 0px 0px 10px;
	width:740px;
        text-align:left;
	}

#bodyCopy #leftside
	{
        padding:0px 10px 0px 0px;
	width:500px;
	line-height:16px;
        text-align:left;
	}

#bodyCopy #rightside
        {
        padding:0px 5px 0px 0px;
	width:192px;
	line-height:16px;
        text-align:center;   
        float:right;
        }

h1
	{
	font-size:16px;
	color:#072E64;
	margin:6px 0px 6px 0px;
	}
	
h2
	{
	font-size:14px;
	color:#072E64;
	margin:12px 0px 2px 0px;
	}
	
p
	{
	margin:10px 0px;
	}

#wisdom
	{
        margin:0px 20px 0px 20px;
        background-color:#DDE3EB;        
        width:705px;         
        text-align:center;
	font-size:9px;
	color:#072E64;
	}


#Footer
	{
        margin:20px 0px 0px 0px;
        text-align:center;
	font-size:9px;
	color:#999;
	}
#trg
        {
        font-size: 9px;
        padding:2px 2px 2px 0;
	color: #727272;
        text-align:center;
        }

fieldset
        {
        border: 2px solid navy;
        padding:  10px;
        }
legend
        {
        font-weight: bold;
        font-size: small;
        color: navy;
        paddding: 5px;
        }    

label
        {
        color: #000000;
        }    

.topics 
        {
    border-color: black;
    border-width: 1px;
    border-style: dotted;
    background-color: #DDE3EB;  
    padding: 25px;
    margin-right: 250px;
    margin-top: 0px
        }