/* Layout Starts */
body
{
    margin: 0,0,0,0;
    scrollbar-width:10;
    scrollbar-arrow-color:#FFD130;
    scrollbar-base-color:#000000;
    scrollbar-shadow-color:#1282B4;
    scrollbar-face-color:#073C6E;
    scrollbar-highlight-color:#F3F3F3;
    scrollbar-dark-shadow-color:#0A5400;
    scrollbar-3d-light-color:#000000;
    
    font-family: tahoma, verdana, arial, geneva, sans-serif;
    font-size:8px;
    color: #000000;
}

A:link {text-decoration: none; color: #337EBF;}
A:visited {text-decoration: none; color: #337EBF;}
A:active {text-decoration: none; color: #337EBF;}
A:hover {text-decoration: underline; color: #9F0000;}

#fluid {
background-repeat: repeat;
background-image:  url('images/backgroundsolid.jpg');
/* background-position: center top; */
}

#fluidheader {
background-repeat: repeat-x;
background-image:  url('images/background.jpg');
/* background-position: center top; */
}


/* Headers */
/* Top Header */

.header
{
    font-size: 24pt;
    color:#9f0000;
    font-weight: bold;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
}

.toplinks
{
    font-size:8pt;
    color:#2D4A72;
    font-weight: bold;
    text-decoration: none;
}

/* Sub Header */
.subheaderagain
{
    font-size: 9pt;
    color:#5C5C5C;
}

.subheader
{
    font-size: 16pt;
    font-weight: bold;
    color:#000000;
}

/* Body Text */

.regular
{
    font-family:Tahoma;
    font-size:10pt;
    color:#5C5C5C;
}

.regularlinks
{
	font-family:Tahoma;
	font-size:10pt;
	color:#186AB3;
	text-decoration: none;
}

/* Footer */

.footer 
{ 
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
font-size:8pt;
color: #ffffff;
text-align: center;
}


.footerlinks
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	color:#ffffff;
	text-decoration: none;
}


.footersecondarylinks
{
	font-family:Tahoma;
	font-size:9pt;
	font-weight:bold;
	color:#84CD04;
        text-decoration: none; color: #FE7B01;
}

/* Left */

.left 
{ 
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
font-size:11pt;
font-weight:bold;
color: #2D7900;
}

/* Right */

.rightlink 
{ 
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
font-size:8pt;
font-weight:bold;
color: #FE7B01;
text-decoration: none;
}


.boxhighlight {
	width: 575px;
	border: 4px;
	border-style: solid;
	border-color: #Feecae;
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	background-color: #fdfea2;
	}

.boxhighlight2 {
	width: 575px;
	border: 4px;
	border-style: solid;
	border-color: #Feecae;
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	background-color: #ffffff;
	}
