﻿body
{
    background-image: url('Images/backGround.png');
    background-repeat: repeat-x;
    margin-top: 0px;
    color: #666666;
    background-color: #C6E0EE;
    font-family: Arial;
    font-size: 9.0pt;
}

a, a.link, a.visted, a.hover, a.active
{
    text-decoration: none;
    color:  #124A8F;
}
.bioName
{
	color: #124A8F;
	font-weight: bold;
}

.header
{
	color: #124A8F;
	font-weight: bold;
}

#mainContentNoMedia
{
    padding: 1em 50px 1em 50px; /* top right bottom left  */
    background-image: url('Images/containerBackgroundSlice.png');
    background-repeat:repeat-y;
    min-height: 460px;
    height:auto !important;
    height:460px;
    text-align: justify;
}


#newsBodyContainer
{
    float: left;
	padding: 0px 10px 0px 10px; /* top right bottom left  */
	background-image: url('Images/containerBackgroundSlice.png');
    background-repeat:repeat-y;
}

.newsLinks
{
    width: 180px;
    border-right-color: #124A8F;
	border-right-style: solid;
	border-right-width: 2px;
	height: auto !important;
	min-height: 450px;
    font-weight: bold;
    vertical-align: top;
}

.newsContent
{
    vertical-align: top;
    /*padding-left: 20px;*/
   /*width: 550px;*/
}

.newsSubject
{
    font-weight: bold;
}

#container
{
    position: relative;
    width: 860px;
    min-height: 752px;
    height:auto !important;
    height:752px;
    margin-left: auto;
    margin-right: auto;
}

#loginContent
{
    position: relative;
    height: 230px;
    padding: 10px 50px 0px 30px; /* top right bottom left  */
    background-image: url('Images/containerBackgroundSlice.png');
    background-repeat:repeat-y;
}

#loginBottom
{
    clear:both;
    font-family: Arial;
    text-align:center;
    font-size: 8.0pt;
    height: 64px;
    padding: .5em 25px 0px 25px; /* top right bottom left  */
    background-image: url('Images/containerBackgroundBottom.png');
    background-repeat: no-repeat;
}

#header
{
    position: relative;
    height: 230px;
    padding: 10px 50px 0px 30px; /* top right bottom left  */
    background-image: url('Images/containerBackgroundSlice.png');
    background-repeat:repeat-y;
}

#bodyContainer
{
    float: left;
	padding: 0px 50px 0px 50px; /* top right bottom left  */
	background-image: url('Images/containerBackgroundSlice.png');
    background-repeat:repeat-y;
}


#mainContent 
{
	float:left;
	margin-top: 12px;
	width: 485px;
	text-align: justify;
}

#media
{
    float: left;
    margin-top: 20px;
    margin-left: 20px;
	width: 254px;
	height: 273px;
	background-image: url('Images/mediaAndPress.png');
	background-repeat: no-repeat;
}

#mediaContent
{
    padding: 35px 2px 2px 15px; /* top right bottom left  */
}   


#footer 
{
	clear:both;
    font-family: Arial;
    text-align:center;
    font-size: 8.0pt;
    height: 64px;
    padding: .5em 25px 0px 25px; /* top right bottom left  */
    background-image: url('Images/containerBackgroundBottom.png');
    background-repeat: no-repeat;
}

#menu
{
    position:absolute;
    top: 0px;
    left: 292px;
}

#credit
{
    margin-left: auto;
    margin-right: auto;
    width: 860px;
    margin-top: -15px;
    text-align: center;
    font-size: 8.0pt;
}

#credit a
{
    color: #666666;
    font-size: 10.0pt;
    text-decoration: none;
}
#credit a:hover
{
    text-decoration: underline;
    color: #666666;
}