﻿body 
{
    width:100%;
    height:100%;
    font-family:Arial;
    font-size: medium;
    margin: 0px;
    
}
#frame 
{
    height:650px;
    width:100%;
    
    }

h1, h2 {
    margin: 0px;
}   

a 
{
    color:Black;
    font-size:small;
    
}
#intend
    {
        margin-left:50px;
        font-family:Arial;
        font-size: medium;
        color: black;
        speak:normal;          
    }
#intend1
    {
        margin-left:50px;
        font-family:Arial;
        font-size:medium;
        color: black;
        speak:normal;
        background-color:White;
    }
#intend2
    {
        font-family:Arial;
        font-weight:bold;
        font-size:medium;
        color: white;
        text-align:center;
        background-color:black;
    }
    
#page
{
    text-align: justify;
    font-family:Arial;
    font-size: medium;
    margin: 10px;
    color: black;
    font-weight: bold;
}
#page1
{
    text-align:justify;
    font-family:Arial;
    font-size: medium;
    margin: 10px;
    color: black;
    font-weight:normal;
    
}
.box 
{
    background-color:White;
    color:White;
    height:200px;
 }

.label1 
{
    font-family:Arial;
    font-size:16px;
    width:190px;
    text-align:justify;
    
}

#sub-heading 
{
    color:#cc3333;
    font-family:Arial;
    font-size: small;
    text-align:left;
    font-weight: bold;
    }
hr 
{
    width:100%;
    color:#003366;
    }

.cssmenu 
{
    z-index:100;
}
          
#menu 
{
    width:100%;
    background:#003366;
    text-align: center;
    font-family:Arial;
    font-size:small;
    margin-left:0px;
    margin-right:0px;
}

#logo 
{
    width: 185px;    
    text-align: left;
    position: absolute;
    
    
}


div#banner{width:100%;height:107px;background-image:url('Images/banner2.jpg'); background-position:right; background-repeat:no-repeat}

#topContent
{
    text-align: left;
    background-color: #ffffff;
    color: White;
    font-size: x-large;
    font-weight: bold;
    height: 127px;
    margin:20px 20px 30px 20px;
    padding:5px;
}

#topContent a {
   
    color: White;
}

#leftContent {
    width: 230px;    
    padding: 10px;
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 150px;
    margin-top: 10px;
    left: 0px;
}

#leftContent h3 {
    text-transform: uppercase;
    text-decoration:underline;
    letter-spacing: 2px;
    text-align: center;
}

#mainContent {
    text-align: left;
    margin-left: 350px;
    padding: 10px;
  
}

#rightContent {
    text-align:right;
    margin-right:250px;
    padding:10px;
    }

#footerContent 
{
    
    clear:both;
    float:inherit;
    position:relative;
    text-align: center;
    margin:20px 20px 30px 20px;
    padding:5px; 
}

.test 
{
    text-align:center;
    
    
 }

