/* GENERAL STYLES */
body 
{
    background-color: White;
    color: Maroon;
    font-family: Arial, Verdana;
    font-size: 10pt;
    font-style: normal;
    margin: 0px;
}

h1
{
    color: #BF2428;
    font-family: trebuchet ms;
    font-size: 16pt;
    font-weight: normal;
}

h2
{
    color: #BF2428;
    font-family: trebuchet ms;
    font-size: 14pt;
    font-weight: normal;
}

h3
{
    color: #BF2428;
    font-family: trebuchet ms;
    font-size: 12pt;
    font-weight: normal;
}

.galleryInstructions
{
    border: solid 1px red;
    background-color: red;
    width: 350px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.50;
}

em
{
    font-style: normal;
    font-weight: bold;
}

a:link
{
    color: gray;
}

a:visited
{
    color: gray;
}

li
{
    margin-bottom: 1%;
}

a link visited active
{
    color: Maroon;
}

.main
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    overflow: auto;
    text-align: left;
    width: 898px;
}

.top
{
    background-image: url(rouge-recruitment.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 43px;
    margin: 0px;
    padding-top: 146px;
    text-align: right;
    vertical-align: baseline;
    width: 898px;
}

.left
{
    background-position: left bottom;
    background-repeat: no-repeat;
    float: left;
    min-height: 400px;
    height: 400px;
    padding-top: 20px;
    margin: 0px;
    width: 200px;
}

.right
{
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 420px;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 698px;
}

.contentLeft
{
    min-height: 300px;
    float: left;
    width: 445px;
    padding-top: 25px;
    text-align: justify;
    padding-left: 15px;
    overflow: hidden;
}

.contentRight
{
    background-image: url(newsback.jpg); 
    background-position: center center; 
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
    -moz-opacity: 0.95;
    float: left;
    height: 189px;
    margin-left: 75px;
    padding: 45px 10px 10px 10px;
    width: 120px;
}

.contentRight p
{
    margin: 0px;
}

.contentRightFilled
{
    float: left;
    height: 250px;
    margin-left: 50px;
    padding-top: 25px;
    width: 180px;
}

.textbox
{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.60;
}

.textLinks
{
    clear: both;
    color: gray; 
    font-size: 75%; 
    margin-top: 0px; 
    padding-top: 25px; 
    text-align: center;
    width: 898px;
}

/*News*/
#newsticker
{
    background-color: Transparent;
    color: White;
    margin: 0px;
    padding: 0px;
    width: 120px;
}


#newsticker ul
{
    color: Maroon;
    list-style: none;
    margin: 0px;
    min-height: 1.6em;
    padding: 0px;
}

/*Not sure what this does*/
* html #newsticker ul
{
    height: 1.6em;
    overflow: visible;
}

#newsticker li.error
{
    color: #f00;
}


#newsticker #togglenewsticker
{
    background: transparent url( "icon_closenewsticker.gif" ) no-repeat 0 0;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 14px;
    height: 14px;
    text-indent: 25px;
    outline: none;
}

* html #newsticker #togglenewsticker
{
    right: 30px;
}

/* EDITOR PROPERTIES */
em {

}

h1 {

}

h2 {

}

h3 {

}

