body 
{ 
	background-color: #444; 
	background-image:url(/images/bg.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	margin-left:0px;
	font-family: Arial, Verdana;
	font-size: 14px;
}

h1
{
    margin-top:0px;
    font-size:15px;
}

a
{
    text-decoration: none;
    color:#60151B;
}

a img {border: none; }

a:hover
{
    color:#777;
}

TD.navLink1 A{ color:white;}
TD.navLink2 A{ color:white;}
TD.navLink1 A:hover{ color:#777;}
TD.navLink2 A:hover{ color:#777;}

#navbar
{
    background-image:url(/images/navigation_bar.jpg);
    margin-top:60px;
    margin-right:100px;
    float:right;
    height:34px;
    color:white;
    width:419px;
}

.navLink1
{
    text-align:center;
    width:124px;
    vertical-align:middle;
}

.navLink2
{
    text-align:center;
    width:171px;
    height:30px;
    vertical-align:middle;
}

.navlink3
{
    text-align:center;
    vertical-align:middle;
    color: #60151B;
    font-weight: bold;
    font-size: 16px;
}

.navlink3 a
{
    color: #60151B;
    font-weight: bold;
    font-size: 14px;
}

.active
{
    text-decoration: underline;
}

#logo
{
    border: 0px;
    margin:10px 0px 0px 110px;
    display:inline;
}

#topbar
{
	height: 122px;
	width: 1021px;
	/*background-image:url(bgtop.jpg); background-attachment:fixed; background-repeat: no-repeat;*/
}

#contentbar-top
{
	height:1px;
	width: 1021px;
	margin-bottom: 2px;
    /* for IE */
    filter:alpha(opacity=25);
    /* CSS3 standard */
	opacity:.25;
	border-top: solid 2px white;
}

#contentbar-bottom
{
    height:1px;
    width: 1021px;
    margin-top: 2px;
    /* for IE */
    filter:alpha(opacity=25);
    /* CSS3 standard */
    opacity:.25;
    border-bottom: solid 2px white;
}

#contentbar
{
    border-bottom: solid 2px #EEE; 
    border-top: solid 2px #EEE;
    background-color: #C5C2B3;
    min-height:274px;
    width: 1021px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#bottombar
{
    height:355px;
    background-image:url(/images/bgbottom.jpg);
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-position:bottom left;
}

.content
{
    text-align:justify;
    padding:15px 115px 15px 115px;
}

.welcomeMessageIntro
{
    font-size: 14pt;
    margin-top: 45px;
}

.welcomeMessage
{
    font-size: 11pt;
    margin-top: 10px;
}

.bwcollage 
{
    margin-right:85px;
    margin-left:25px;
    float:right;
}

#bottomLinks
{
    height:121px;
    width:814px;
    margin:26px 0px 15px 104px;
    padding-top:10px;
    background-image:url(/images/btns_greybar.jpg);
    background-repeat: no-repeat;
    text-align: center;
}

#bottomLinks img.middleImage
{
    margin-left:25px;
    margin-right:25px;
}

#newHereMessage
{
    font-size:16px;
    text-align:justify;
    width: 40%;
    padding-top: 50px;
    padding-left: 50px;
}

#newHereLinks
{
    float: right;
    width: 40%;
    margin-top: 50px;
    padding-right: 50px;
    padding-left: 26px;
    border-left: solid 1px #aaa;
}