/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
.style1 {color: #CC6600; font-weight: bold; font-size:150%;}
.style2 {color: #3399FF; font-weight: bold; font-size: 150%;}
.style3 {color: #CC9900; }
.style4 {
    color: #CC6600;
    font-size: 12px;
    font-weight: bold;
}
.style5 {
    color: #CC6600;
    font-size: 130%;
    font-weight: bold;
}

.style6 {color: #3494D3}

.style8 {color: #3EA345}
.style9 {color: #CC6600}


.style11 {font-size: 200%}

.style12 {color: #3494D3;
    font-size: 180%;
    font-weight: bold;
}

.style13 {color: #970025;
    font-size: 180%;
    font-weight: bold;
}

.style15 {color: #334D55;
    font-size: 180%;
    font-weight: bold;
}

.style16 {color: #334D69}

.style18 {
    color: #33A2FF;
    font-size: 160%;
    font-weight: bold;
}

.style19 { font-size: 160%; }
.style20 {font-size: 130%; }
.style21 {font-size: 110%; }
.style22 {font-size: 120%}
.style32 {font-size: 19px}
.style35 {font-size: 10px}
.style51 {font-size: 20px}

.style36 {
    color: #3494D3;
    font-size: 100%;
    font-weight: bold;
}

.style37 {
    color: #3EA345;
    font-size: 100%;
    font-weight: bold;
}

.style38 {
    color: #970025;
    font-size: 100%;
    font-weight: bold;
}

.style39 {
    color: #334D55;
    font-size: 100%;
    
}

.style40 {color: #970025}

.indented
   {
   padding-left: 10pt;
   padding-right: 10pt;
   }




body{
    font-family: Arial,sans-serif;
    color: #333333;
    line-height: 1.166; 
    margin: 0px;
    padding: 5px;
}

a{
    color: #006699;
    text-decoration: none;
}

a:link{
    color: #0066CC;
    text-decoration: none;
}

a:visited{
    color: #0066CC;
    text-decoration: none;
}

a:hover{
    color: #000000;
    text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
    padding: 10px 0px 0px 0px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
}

#navBar{
    float: left;
    margin: 0px;
    padding-right: 10px;
    background-color: #fbfbfb;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

#headlines{
    float:left;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-right: 10px;
	border-right: 1px solid #cccccc;
	
	
}

#content{
    float: center;
	padding: 2px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
    margin: 0;
    padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
    font-size: 90%;
    padding: 4px 4px 4px 4px;
	font-weight: bold;
	font-style:normal;
}


#globalNav a:hover{
    border: 1px solid #0066CC;
}

/*************** #pageName styles **************/

#pageName{
    margin: 0px;
    padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
    font-size: 80%;
    padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
    font-size: 80%;
}

.feature h3{
    padding: 30px;
    text-align: center;
}

.feature img{
    float: left;
    padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
    clear: both;
    padding: 10px 0px 0px 10px;
    font-size: 80%;
}

.story p{
    padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
    clear: both;
    border: 1px solid #cccccc;
    font-size: 75%;
    color: #cccccc;
    padding: 10px 10px 10px 10px;
}

#siteInfo img{
    padding: 4px 4px 4px 10px;
    vertical-align: middle;
}


/************* #search styles ***************/

#search{
    padding: 5px 0px 5px 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
    display: block;
    margin: 0px;
    padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
    position: relative;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #cccccc;
    font-size: 13px;
	font-weight: bold;
}

#sectionLinks h3{
    padding: 10px 0px 2px 10px;
}

#sectionLinks a {
    display: block;
    border-top: 1px solid #cccccc;
    padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
    background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 10px;
    font-size: 13px;
}

.relatedLinks h3{
    padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
    display: block; 
}

/************** #advert styles **************/

#advert{
    padding: 30px 0px 10px;
}

#advert img{
    display: block;
}


/************** #headlines styles **************/

#headlines{
    margin: 0px;
    padding: 10px 0px 20px 10px;
    font-size: 80%;
}

#headlines p{
    padding: 5px 0px 5px 0px;
}
#content .feature div {
    padding: 3px;
}
#content .feature div {
    padding: 5px;
}
#content .feature div {
    padding: 2px;
}
#content .feature div {
font-size:13px;
}


#content .feature table {
}
#content .feature td {
    padding: 10px;
}
#content .feature table {
}

#content .feature table {
}

#content .feature a {
}

#content .feature .style18 {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #CC6600;
    border-right-color: #CC6600;
    border-bottom-color: #CC6600;
    border-left-color: #CC6600;
}

#content .feature td {
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #CC6600;
    border-right-color: #CC6600;
    border-bottom-color: #CC6600;
    border-left-color: #CC6600;
}
#content .feature table {
    padding: 1px;
}
