body
{
    text-align: center;
    margin:0px auto; 
    background-color: #fffcf1;
		background-image: url('../images/bodyGradient.jpg'); 
		background-repeat: repeat-x; 
    font-family: verdana, arial, sans serif;
    font-size:16px;
    color: #200545;
		height:100%;
}
table
{
}
.tableForms
{
    font-size:8pt;
}
.tableHeader
{
}
.tableHeading
{
}
.tableItem
{
}
.mainContainer
{
 		margin:0px auto;
    background: #fffcf1; 
    width:90%;  
    font-size:9pt;
}
.mainMenuTitle
{
    font-size: 1.5em;
		font-weight:bolder;
		
}

.mainContent
{
    width: 70%;
    text-align:left;
    vertical-align: top;
}
.mainContentTitle
{
    font-size:12pt; 
    font-variant: small-caps;
    text-decoration:underline;
    text-align: center;
}
.mainMenu
{
    background-image: url('../images/purpleGradient.gif');
		background-repeat: repeat-x;
		background-color: #fffcf1;
		font-size: 1em;
		font-weight:bold
}
a.mainMenuItem
{ 
    color: #e2a856;
    padding-right:25px; 
    text-decoration:underline;
}
a.mainMenuItem:hover
{
    text-decoration:none;
    color: #c72710;
}
a.mainMenuItem:active
{
    text-decoration:underline;
    color: #e2a856;
}
.barUnderMainMenu
{
    background: #fffcf1 url(../images/yellowGradient25.gif)  repeat-x; 
    width:90%;
}
.topMenu
{
 		margin:0px auto;
    background:#fffcf1; 
    width:90%; 
    padding-right:20px;
    font-size: .8em;
		font-weight:bold;
}
a.topLinks:link
{
    color: #200545;
    text-decoration: underline;
}
a.topLinks:visited
{
    text-decoration: underline;
    color: #200545;
}
a.topLinks:hover
{
    text-decoration: none;
    color: #e2a856;
}
a.topLinks:active
{
    text-decoration:underline;
    color: #200545;
}
.sideMenuContainer
{
    width:30%; 
    height:90%;
		vertical-align:top;
}
.sideMenu
{
    width:80%; 
    font-size: 9pt;
}
.sideMenuTitle
{
    font-size:11pt; 
    font-variant: small-caps;
}
a.sideMenuItem:link
{
    color: #200545;
    text-decoration: underline;
}
a.sideMenuItem:visited
{
    text-decoration: underline;
    color: #200545;
}
a.sideMenuItem:hover
{
    text-decoration: none;
    color: #e2a856;
}
a.sideMenuItem:active
{
    text-decoration:underline;
    color: #200545;
}
a.inline:link
{
    color: #200545;
    text-decoration: underline;
}
a.inline:visited
{
    text-decoration: underline;
    color: #200545;
}
a.inline:hover
{
    text-decoration: none;
    color: #e2a856;
}
a.inline:active
{
    text-decoration:underline;
    color: #200545;
}
.announcementContainer
{
    padding:10px 10px 10px 10px;
    border: thin solid #200545; 
    width:90%;
    height:300px;
    margin:10px;
}
.announcementTitle
{
    color: #c72710;
}
.announcementContent
{
    font-size:8pt;
    text-align:left;
}
.footerContainer
{
   background:#fffcf1; 
   width:90%; 
   font-size:.75em;
   text-align:center;
}
a.footerLink:link
{
    color: #200545;
    text-decoration: underline;
}
a.footerLink:visited
{
    text-decoration: underline;
    color: #200545;
}
a.footerLink:hover
{
    text-decoration: none;
    color: #e2a856;
}
a.footerLink:active
{
    text-decoration:underline;
    color: #200545;
}