﻿*   
{
    margin: 0;
    padding: 0;
}

body 
{
    text-align: left;
    min-width: 1000px;
    background-color:#f9f9f9;
}

#container 
{
    width: 980px;
    background-color: #ffffff;
    margin: 0 auto;
    text-align:left;
}

.clear 
{
    clear: both;
} 

/*-------------------------------------------------------------------------------------------------
    Two column layout
--------------------------------------------------------------------------------------------------*/

#columns 
{
    width: 980px;
    background: #fff url(images/leftnav_background.gif) repeat-y left top;
}
#leftnav
{
	width: 160px;
	float: left;
	background-color: #003399;	
    background: #fff url(images/leftnav_background.gif) repeat-y left top;
}

#rightbox
{
	width: 800px;
	float: right;
	margin: 10px;	
}

/*-------------------------------------------------------------------------------------------------
    Header elements
--------------------------------------------------------------------------------------------------*/

#header
{
        background-color: #003399;
}

#topgraphics
{
    height: 110px; 
    width: 980px;
    background-color: #7e9dde; 
}

#image3
{
    position: relative;
    height: 110px; 
    left: 72px;
}

#ctl00_image3 /* This is the name used for image3 in the source code. It shouldn't be required but it works. */
{
    position: relative;
    height: 110px; 
    left: 72px;
}

#topmenu
{
    text-align: left;
    text-indent: 20px;
    font-family:Verdana, Sans-Serif;
    font-weight: bold;
    height: 24px; 
    padding-top: 4px; 
    border-bottom: solid 1px #adc6dd;
}

.divider
{
    color: #ff9933; 
    font-weight:bold;
}

.topnavright
{
    font-family: Verdana, Sans-Serif;
    font-weight: normal;
    font-size: small;
    color: #CCCCCC; 
}

#breadcrumbs
{
    float: left;
    text-align: left;
    font-family:Verdana, Sans-Serif;
    font-weight: bold;
    font-size: small;
    color: #CCCCCC; 
    height: 24px; 
    padding-top: 6px;
}

#breadcrumbs span a
{
    color: #CCCCCC; 
}

#searchfloat
{
    float: right; 
    text-align: right;
    padding-top: 3px;
}

#searchlabel
{
    font-family:Verdana, Sans-Serif;
    font-size: medium;
    font-weight: normal;
}

#ctl00_searchlabel /* This is the name used for searchlabel in the source code. It shouldn't be required but it works. */
{
    font-family:Verdana, Sans-Serif;
    font-size: medium;
    font-weight: normal;
}

#txtSearchText
{
    margin-top: auto;
    margin-bottom: auto;
}

#btnSearch
{
    margin-top: auto;
    margin-bottom: auto;
    height: 22px;  
}

#ctl00_btnSearch /* This is the name used for btnSearch in the source code. It shouldn't be required but it works. */
{
    margin-top: auto;
    margin-bottom: auto;
    height: 22px;  
}

.subnav
{
    font-family:Verdana, Sans-Serif;
    font-weight: normal;
    height: 18px; 
    margin-left: 20px;
    padding-top: 10px;        
    position:relative; 
    top: 20px;
    left: 0px;
}

a.topnav:link {color: #CCCCCC}  /* unvisited link */
a.topnav:visited {color: #CCCCCC}  /* visited link */
a.topnav:hover {color: #F29B2B}   /* mouse over link */
a.topnav:active {color: #CCCCCC}   /* selected link */

a.bread:link {color: #CCCCCC}  /* unvisited link */
a.bread:visited {color: #CCCCCC}  /* visited link */
a.bread:hover {color: #F29B2B}   /* mouse over link */
a.bread:active {color: #CCCCCC}   /* selected link */

a.topnavright:link {color: #CCCCCC}  /* unvisited link */
a.topnavright:visited {color: #CCCCCC}  /* visited link */
a.topnavright:hover {color: #F29B2B}   /* mouse over link */
a.topnavright:active {color: #CCCCCC}   /* selected link */

/*-------------------------------------------------------------------------------------------------
    Footer elements
--------------------------------------------------------------------------------------------------*/

#footer
{
	clear: both;
}

#footerline
{
    margin-left: 50px;	
    width: 880px;	
}

#bottommenu
{
    text-align: left;
    font-family:Verdana, Sans-Serif;
    font-weight: bold;
    height: 10px; 
    background-color: #ffffff;
    padding-top: 0px; 
    margin-left: 50px;
}

.botdivider
{
    color: #295a9c; 
    font-weight:bold;
    font-size: small;
}

.botnav			{font-size: small}
A.botnav		{color: #295A9C; text-decoration: none}
A.botnav:hover		{color: #295A9C; text-decoration: underline}
A.botnav:active		{color: #295A9C; text-decoration: underline}
A.botnav:visited	{color: #295A9C; text-decoration: none;}
A.botnav:visited:hover	{color: #295A9C; text-decoration: underline}	

#bottomtext
{
    text-align: left;
    font-family:Verdana, Sans-Serif;
    color: #888888;
    padding-top: 0px; 
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
}

.botsubnav			{font-size: small}
A.botsubnav		{color: #295A9C; text-decoration: underline}
A.botsubnav:hover		{color: #295A9C; text-decoration: underline}
A.botsubnav:active		{color: #295A9C; text-decoration: underline}
A.botsubnav:visited	{color: #295A9C; text-decoration: underline;}
A.botsubnav:visited:hover	{color: #295A9C; text-decoration: underline}	

#bottomsubmenu
{
    text-align: left;
    font-family:Verdana, Sans-Serif;
    color: #295a9c; 
    background-color: #ffffff;
    margin-top: 10px; 
    margin-left: 50px;
    font-size: 6px;
}

.botsubdivider
{
    color: #295a9c; 
    font-size: 12px;
}

/*-------------------------------------------------------------------------------------------------
    Other
--------------------------------------------------------------------------------------------------*/

li
{
    color:Blue;  
}    





