/* page margin background color*/
.pageLeftMargin
{
	background:url(../Images/pageBackgroundLeft.jpg)
	repeat top left
}

.pageRightMargin
{
	background:url(../Images/pageBackgroundRight.jpg)
	repeat top right
}


/*left-side bar backgrounds*/
.blueEagleSnakeAtBottom
{
    background:url(../Images/blueEagleSnake.png)
	no-repeat bottom
}

.leftBarLeftBorder
{
    background:url(../Images/leftBarLeftBorder.gif)
	repeat-y top
}

.leftBarLeftBottomBorder
{
    background:url(../Images/leftBarLeftBottomBorder.gif)
	no-repeat top
}

.leftBarRightBorder
{
    background:url(../Images/leftBarRightBorder.gif)
	repeat-y top
}

.leftBarRightTopBorder
{
    background:url(../Images/leftBarRightTopBorder.gif)
	no-repeat bottom
}

.leftBarRightBottomBorder
{
    background:url(../Images/leftBarRightBottomBorder.gif)
	no-repeat top
}

/* light blue box styles*/
.lightBlueTopBorder{
	background:url(../Images/lightBlueTopBorder.png)
	repeat-x top
}

.lightBlueLeftBorder{
	background:url(../Images/lightBlueLeftBorder.png)
	repeat-y left
}

.lightBlueRightBorder{
	background:url(../Images/lightBlueRightBorder.png)
	repeat-y right
}

.lightBlueBottomBorder{
	background:url(../Images/lightBlueBottomBorder.png)
	repeat-x top
}

/* page border styles */
.pageLeftBorder{
	background:url(../Images/pageLeftBorder.png)
	repeat-y left
}

.pageRightBorder{
	background:url(../Images/pageRightBorder.png)
	repeat-y right
}

.topBorderFeatured{
	background-image: url(../Images/topBorderFeatured.png);
	background-repeat:repeat-x;
	background-position: top;
}

.bottomBorderFeatured{
	background-image: url(../Images/bottomBorderFeatured.png);
	background-repeat:repeat-x;
	background-position: top;
}

.leftBorderFeatured{
	background-image: url(../Images/leftBorderFeatured.png);
	background-repeat:repeat-y;
	background-position: left;
}

.rightBorderFeatured{
	background-image: url(../Images/rightBorderFeatured.png);
	background-repeat:repeat-y;
	background-position: right;
}

/* styles of title */
.redLargestTitle {
	font-size:2em;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	color:#D90000
}

.redLargeTitle {
	font-size:1.5em;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	color:#F00
}

.redLargeRegularTitle {
	font-size:1.5em;
	font-family: Verdana, Geneva, sans-serif;
	color:#F00
}

.redMediumTitle {
	font-size:1.2em;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	color:#F00
}

.redSmallTitle {
	font-size:1em;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	color:#F00
}

.largeTitle {
	font-size:1.5em;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}

.mediumTitle {
	font-size:1.2em;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}

.smallTitle {
	font-size: 1em;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}

/*Generic styles*/
.highlighted{
	color: #990000;
	font-weight:bold;
}

/*page footer text*/
.footer, .footer:link, .footer:visited  {     
    font-size: .85em;
    color: #dddddd;
}

/*blue font without underline*/
a.noUnderline:link, a.noUnderline:visited{
    text-decoration:none;
    font-size:0.85em;
    line-height:15px;
}

a.noUnderline:hover{
    text-decoration:underline;
}

/*gray dotted line background*/
.grayDotBackground{
    background:url(../Images/grayDotBackground.png);
    background-repeat:repeat-x;
    background-position:center;
	line-height:8px;
}

.newsIssuedDate{
	font-size: 0.80em;
    color:#00b0c0;
    font-weight:bold;
	font-style:italic;
}

.cyanSmallerText, a.cyanSmallerText:link, a.cyanSmallerText:visited{
	font-size: 0.85em;
    text-decoration:none;
    color:#00b0c0;
    font-weight:bold;
}

.disabledPager
{
    font-size: 0.85em;
    text-decoration:none;
    color:#cccccc;
    font-weight:bold;
    
}

a.cyanSmallerText:hover
{
    text-decoration:underline;
}

/*aqua font used in enlarged image in analytics page*/
.aquaFont
{
    color:#00b0c0;
}

/*medium font used in enlarged image in analytics page*/
.mediumFont
{
    font-size:medium;
}