/* document styles */

h1, h2, h3, h4, h5, h6
{
    color: #902727;
    font-weight: bolder;
}

h2
{
    font-size: 130%;
}

h3
{
    font-size: 115%;
}

h4
{
    font-size: 85%;
    font-style: italic;
}

table td
{
    padding: 3px;
}

a
{
    color: #6666D3;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}    
   
body
{
    margin: 0;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}

#banner
{
    background-color: #6666D3;
    height: 85px;
}

#imgInstituteLogo
{
	position: relative;
	float: left;
	width: 176px;
    left: 8px;
    top: 8px;
}

#logo
{
	text-align: center;
}

#bannerPhotos
{
    float: right;
    padding-top: 7px;
    padding-right: 20px;
}

.bannerPhoto
{
    padding-left: 10px;
    height: 70px;
    width: 93px;
}

#leftTop
{
    float: left;
    width: 160px; 
    height: 30px;
    background-color: #6666D3;
}
#centerTop
{
    height: 30px;
    background-repeat: repeat-x;
    background-color: #ffffff;
}

#middle
{
    background-repeat: repeat-y;
    clear: both;
    background-color: #6666D3;
}

#leftMiddle
{
    float: left;
    margin-top: 10px;
    width: 136px;
}

#centerMiddle
{
    margin-left: 136px;
    padding: 20px;
    
    background-color: #fff;
}

#headingText
{
    padding-left: 30;
    margin-top: 0px;
    color: Gray;
}

#headingDiv
{
    margin-left: 50;
    margin-bottom: 20px;
}

#imgHeading
{
    height: 28px;
    width: 146px;
}

#pageImageDiv
{
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;    
}
    
#headingSpan
{
}

#footer
{
    clear: both;
	height: 2px;
    background-repeat: repeat-x;
}

