﻿html
{
    height: 100%;
    width: 100%;
}

body 
{
    background-color:#4c4d4e;
    margin:0;
    padding:0;
    height: 100%;
    width: 100%;
}
.bodyText
{
	font-family:Tahoma;
	color:#8e8d8d;
}
.smallCapsText
{
	font-family:Tahoma;
	color:#000000;
	font-variant:small-caps;
}
.largeText
{
	font-family:Tahoma;
	color:#000000;
	font-size:24pt;
}
.orangeText
{
	font-family:Tahoma;
	color:#ee8706;
	font-size:18px;
	font-weight:bold;
}
.feedbackHeader
{
	font-family:Tahoma;
	color:#4c4d4e;
	font-size:18px;
	font-weight:bold;
}
a
{
	text-decoration:none;
	color:Black;
	font-weight:bold;
}
a:hover
{
	text-decoration:none;
	color:Black;
	font-weight:bold;
}
a:visited
{
	text-decoration:none;
	color:Black;
	font-weight:bold;
}
a:active
{
	text-decoration:none;
	color:Black;
	font-weight:bold;
}

#container
{
    width:100%;
    height: 100%;
    text-align:center;
    margin:0 auto;
}

#wrapper
{
    width:796px;
    height: 100%;  
    margin:0 auto;
    background-color:#FFFFFF;
}

#header
{
    width:796px; 
    height:120px;
    background-image: url(./images/school_1.png);
}

#menu
{
    background-image: url(./images/school_2.png);
    width:796px;
    height:63px;
}

#lowerheader
{
    background-image: url(./images/school_3.png); 
    width:796px; 
    height:157px;
}

#contentwrapper
{
    background-color:#FFFFFF;
    width:796px; 
    height:100%;        
    display:block;  
}

#leftmenu
{
    background-image: url(./images/school_4.png); 
    background-repeat:no-repeat;
    background-color:#FFFFFF;
    width:196px; 
    height:100%;
    float:left;
    text-align:left;   
}

#leftmenucontent
{
     padding-left:10px;
}

#content
{
    width:590px;    
    background-color:#FFFFFF;
    float:right;
    text-align:left;
    padding:0 4px 0 4px;
}

#footer
{
    background-image: url(./images/school_6.png); 
    width:796px; 
    height:50px;   
}

#footerlinks
{
    font-size:12px;
    padding-top: 24px; 
}
#clrboth
{
    clear:both;
}
