﻿body {
}
h1
{
    font-family:Trebuchet, Trebuchet MS, Arial, Helvetica, Helvetica Neue;
    font-size:1.3em;
    font-weight:bold;
    color:#333333;
}
h2
{
    font-family:Trebuchet, Trebuchet MS, Arial, Helvetica, Helvetica Neue;
    font-size:1.0em;
    font-weight:bold;
    color:#666666;
}
a
{
    color:#666666;
}
a:hover
{
    color:#FFAD00;
}

/* Homepage */


.sectionalLink
{
    color:White;
}
.titleLink
{
    text-decoration:none;
}
.titleLink:hover
{
    text-decoration:underline;
}

.articleTitleHome
{ 
    width:100%;
    clear:right;
    font-family:Trebuchet, Trebuchet MS, Arial, Helvetica, Helvetica Neue;
    font-size:1.2em;
    font-weight:bold;
    color:#333333;
}
.articleAbstractHome
{ 
    width:100%;
    clear:both;
    font-family:Trebuchet, Trebuchet MS, Arial, Helvetica, Helvetica Neue;
    font-size:1.1em;
    font-weight:normal;
    color:#333333;
}
.articleBodyHome
{ 
    width:100%;
    clear:both;
    font-family:Trebuchet, Trebuchet MS, Arial, Helvetica, Helvetica Neue;
    font-size:0.8em;
    font-weight:bold;
    color:#666666;
}

.dlItem
{
    position: relative; 
    width:285px;
    float:left;
    clear:both;
    padding-right:0px;
    padding-left:10px;
}

.sectionalDesc
{
    font-size:1.2em;
    color:#FF6600;
}
.sectionalName
{
    font-size:1.2em;
    color:#FFFFFF;
    padding-left:10px;
    padding-bottom:7px;
}
.staticTitle
{
    font-size:1.2em;
    padding-left:10px;
}

/* Article Classes */
.articleFloat
{
    width:635px;
    float:left;
    clear:both;
    padding-left:10px;
    padding-top:10px;
}

.articleRow
{
    width:600px;
    clear:both;
    margin-top:10px;
    margin-bottom:10px;
    padding-left:10px;
}


.largeArticleImage
{
    margin: 0px 10px 0px 0px; text-align:left; vertical-align:top; float:left;
}
.smallArticleImage
{
    margin: 0px 10px 0px 0px; text-align:left; vertical-align:top; float:left; height:75px; overflow:hidden;
}
.smallSectionalImage
{
    margin: 0px 10px 0px 0px; text-align:left; vertical-align:top; float:left; width:100px; height:75px; overflow:hidden;
}

.articleAbstract
{
    font-size:1.1em;
    font-weight:bold;
    color:#333333;
    line-height:1.5em;
}

.articleBodyText
{
    font-size:1em;
    color:#333333;
    float:left;
}

.relatedWrapper
{
    float:left;
    width:620px;
    clear:both;
}

.relatedArticles
{
    float:left;
    width:300px;
}

.relatedFiles
{
    float:right;
    width:300px;
}


.relatedArticlesDatalist
{
    width:300px;
}
.relatedFilesDatalist
{
    width:300px;
}
.relatedLink
{
    color:#666666;
}
.relatedLink:hover
{
    color:#666699;
}
.dataListBreak
{
    width:300px;
    border: dashed 1px #999999;
}

.FormTextLeft
{
    font-size:0.9em;
    color:#333333;
}