body{
margin: 0;
padding: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
background-color:#003366;
font-family:"Comic Sans MS", "Times New Roman", arial, sans-serif;
font-size:13px;
color:#ffffff;
font-weight:normal;
}

#framecontentTop{ 
position:absolute;
top: 0; 
left: 150px; /*Set left value to WidthOfLeftFrameDiv*/
right: 3px;
width:auto;
height: 160px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color:#000000;
color: white;
}

#Search {
	position:absolute;
	top:130px;
	right:10px;
        margin:auto;
        font-size:8px;
	color:#ffffff;
	}

#Espanol {
	position:absolute;
        top:10px; 
        right:10px;
        margin:auto;
        font-family:"Comic Sans MS", "Times New Roman", arial, sans-serif;
        font-size:13px;
	color:#ffffff;
        font-weight:bold;
        }

#framecontentLeft{
position: absolute;  
top: 0px; 
left: 3px; 
width: 155px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #003366; 
background-image: url('menuimages/menubg.jpg');
background-repeat: repeat-y;
}


#side{
position: absolute; 
top:465px;
margin-left:13px;
}


#maincontent{
position: fixed; 
left: 155px; /*Set left value to WidthOfLeftFrameDiv*/
top: 160px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
width:auto;
overflow: auto; 
font-family:"Comic Sans MS", "Times New Roman", arial, sans-serif;
font-size:12px;
color:#ffffff;
background: #003366;
}

#header {
        font-family:inherit;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
        text-align:center;
        margin-top:20px;
	}


#anchor  { 

font-family:inherit;
font-weight:normal; 
 color:#ffffff; 
font-size:13px;
text-align:center;
         }

#email {

font-family:inherit;
font-weight:normal; 
 color:#ffffff; 
font-size:13px;
text-align:center;
}




* html body{ /*IE6 hack*/
padding: 160px, 0, 0, 155px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}

*html #Search {
        top:127px;
	right:10px;
        margin:auto;
}

* html #maincontent{ /*IE6 hack (Set padding for your content paragraph margin)*/
height: 100%; 
width: 100%; 
padding: 0px, 0px, 0px, 8px;
}



p {
        font-family:inherit;
	font-size:13px;
	font-weight:normal;
	color:#ffffff;
        margin-left:15px;
	}

h1 {
        font-family:inherit;
	font-size:28px;
	font-weight:normal;
	color:#ffffff;
        margin-top:6px;
        margin-left:10px;
	}

h2 {
        font-family:inherit;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
        margin-left:15px;
        margin-top:40px;
	}

h3 {
        font-family:inherit;
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
        text-decoration:underline;
	}
h4 {
        font-family:inherit;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	}



a:link { font-family:inherit;
         font-size: 13px; 
         font-weight: normal; 
         color: #d3d3d3; 
         text-decoration: none
         }

a:visited { font-family:inherit;
         font-size: 13px;
         font-weight: normal; 
         color: #c0c0c0; 
         text-decoration: none
         }

a:active{ 
         font-family:inherit;
         font-size: 13px; 
         font-weight: normal; 
         color: #d3d3d3; 
         text-decoration: none
         }

a:hover { font-family:inherit;
          font-size: 13px; 
          font-weight: normal; 
          color: #ffffff;
        }

.class1 a:link {
font-family:inherit;
font-weight:bold; 
color:#ffffff; 
font-size:13px;
         }

.class1 a:visited { 
font-family:inherit;
font-weight:bold; 
color:#c0c0c0; 
font-size:13px;
         }

.class1 a:active{ 
font-family:inherit;
font-weight:bold; 
color:#ffffff; 
font-size:13px;
         }

.class1 a:hover{ 
 font-family:inherit;
 font-weight:bold; 
 color:#ff0000; 
 font-size:13px;
         } 

.class2 a:link {
font-family:inherit;
font-weight:normal; 
color:#ffffff; 
font-size:12px;

         }

.class2 a:visited { 
font-family:inherit;
font-weight:normal; 
color:#c0c0c0; 
font-size:12px;
         }

.class2 a:active{ 
font-family:inherit;
font-weight:normal; 
color:#ffffff; 
font-size:12px;
         }

.class2 a:hover{ 
 font-family:inherit;
 font-weight:normal; 
 color:#d3d3d3; 
 font-size:12px;
         } 







