﻿/* control styles */
.rotatingImg
{
    width: 346px;
    margin: 5px;
    float: left;
}
.heading
{
    display: block;
    font-weight: bold;
    font-size: 115%;
    line-height: 200%;
}
.year
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 80%;
    margin: 25px 0px 5px 0px;
}

/* news styles */
.NewsBlock
{
    float: right;
    clear: right;
    width: 383px;
    margin: 10px;
    background: url(../../gui/news-block-background.jpg) repeat-y;
}
.NewsControl
{
    min-height: 170px;
    margin: 0px 10px;
}
.NewsControl .newsdate
{
    font-weight: bold;
    float: right;
}
.NewsControl .newsheadline
{
    font-style: italic;
    font-weight: bold;
    font-size: 105%;
    float: left;
}
.NewsControl p
{
    clear: both;
}

/* menu and links styles */
a
{

    text-decoration: none;
}
a:hover
{
    color:Red;
    text-decoration: none;
}

.rmLink
{
    color: Black;
    font-size:17px;
    
}
.rmLink:hover
{
    color:Red;
}
.rmGroup
{
    color:Black;
    background:#FFF;
}
#permMenu
{
    vertical-align: top;
    text-align: right;
    margin: 0px 50px 15px 0px;
    font-size: large;
}

.permMenuItem
{
    color: #FBCA35;
    font-size:17px;
    margin: 0px 2px
}

/* form styles */
.Boxes
{
    margin-bottom: 3px;
}

.FormLabels
{
    display: block;
    float: left;
    margin-right: 3px;
    text-align: left;
}
.ContactForm
{
    width: 500px;
    margin: 5px auto;
}
.ContactForm .FormLabels
{
    width: 100px;
}

.shownames
{
    vertical-align:top;
    margin:5px 10px;
   
    
}
.callabel
{
    color:Red;
    font-weight:bold;
    font-size:20px;
