/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333300;
	background-color:#FCFCFC;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color:#333333;
	text-decoration: none;
	font-size:110%;
}

a:visited{
	color:#333333;
	text-decoration: none;
}

a:hover{
	color:#0033CC;
	text-decoration: none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color:#336699;
 margin: 0px;
 padding: 10px;
 text-align:center;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 115%;
 color:#336699;
 margin: 0px;
 padding: 10px;
 text-align:center;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 110%;
 color:#336699;
 margin: 0px;
 padding: 10px;
 text-align:center;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #336699;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type:square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type:circle;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	background-color:#FFFF99;
	width: 100%;
	height: 80px;
	font-size:10px;
	color:#D9D9D9;
	text-align:right;
}

#navBar{
	float:relative;
	width: 100%;
	height:auto;
	margin: 0px;
	padding: 0px;
	background-color:#FCFCFC;
	border-right: 1px solid #9999CC;
	border-bottom: 1px solid #9999CC;
}

#headlines{
  float: left;
	width: 6%;
	background-color: #CCFFFF;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #99FFFF;
	padding-right: 3px;
}

#content{
	float:none;
 	width: 73%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	padding: 4px 4px 4px 10px;
	font-size: 85%;
	text-align:center;
	background-color:#CCCCCC;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 2px 2px;
border-bottom: 1px solid #9999CC;
border-top: 1px solid #9999CC;
background-color: #DAE3F2;
color: #003366;
text-align:left;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	padding: 4px 4px 4px 10px;
	width:100%;
	font-size: 90%;
	text-align:center;
	color:#CCCCCC;
	font-weight:bold;
	border-left: 1px dotted #D9D9D9;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 10px 10px 20px;
	font-size: 95%;
	text-align:justify;
	line-height:120%;
	color:#000009;
}

.feature h1{
	padding: 10px 0px 5px 0px;
	font-size: 105%;
	text-align: center;
	color:#000099;
}

.feature h2{
	padding: 10px 0px 5px 0px;
	font-size: 103%;
	text-align: center;
	color:#000099;
}

.feature img{
	float:left;
	padding: 10px 10px 0px 0px;
}

/************** .small feature styles ***************/

.small_feature{
	padding: 10px 10px 10px 20px;
	font-size: 60%;
	text-align:justify;
	line-height:120%;
	color:#CCCCCC;
}

.small_feature h3{
	padding: 10px 0px 5px 0px;
	font-size: 65%;
	text-align: center;
	color:#000099;
}

.small_feature img{
	float:left;
	padding: 10px 10px 0px 0px;
}

#small_feature a {
	font-size: 75%;
}

/************** .notice *****************/

.notice{
	/*clear: both;*/
	padding: 10px 10px 10px 20px;
	font-size: 85%;
	font-style:italic;
	text-align:justify;
	line-height:150%;
	color:#003399;
}

.notice p{
	padding: 0px 10px 10px 0px;
}

/************** .remark *****************/

.remark{
	padding: 10px 10px 10px 20px;
	font-size: 90%;
	font-style:normal;
	text-align:center;
	line-height:150%;
	color:#CCCCCC;
	background-color:#D9D9D9;
	border-top: 2px solid #D9D9D9;
}

.remark p{
	padding: 0px 10px 10px 0px;
}

.remark a{

	color:#FFFFFF;
	font-size: 90%;

}

/************** .table feature styles ***************/

.table_text{
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	text-align:center;
	line-height:120%;
	color:#CCCCCC;
}

.table_text h3{
	padding: 1px 1px 1px 1px;
	font-weight:bold;
	font-size: 94%;
	text-align: center;
	color:#000099;
}

.table_text h4{
	padding: 10px 0px 5px 0px;
	font-weight:bold;
	font-size: 95%;
	text-align: center;
	color:#000099;
}

.table_text img{
	float:left;
	padding: 10px 10px 0px 0px;
}

#table_text a {
	font-size: 100%;
}

/************* #siteInfo styles ***************/

#siteInfo{
	border-top: 2px solid #D9D9D9;
	border-left: 2px solid #D9D9D9;
	border-right: 2px solid #D9D9D9;
	border-bottom: 2px solid #D9D9D9;
	padding: 15px;
	font-size: 95%;
	color:#0000FF;
	border-top-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	text-align:right;
	background-color:#D9D9D9;
	height:100%;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#siteInfo a {
	font-size: 99%;
	color:#999999;
}


/************* #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: center;
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	font-weight:bold;
	border-bottom: 0px solid #D9D9D9;
}

#sectionLinks h3{
	position:relative;
	padding: 0px 0px 0px 0px;
	font-size: 95%;
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	
}

#sectionLinks a {
	display:block;
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 0px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 2px 2px 2px 2px;
	font-size: 110%;
	border-bottom-style:dashed;
	border-left-style:dashed;
	text-align:center;
}

#sectionLinks a:hover{
	background-color:#FFFFCC;
	text-transform:none;
	color:#0000FF;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: center;
	text-align:center;
	margin: 0px;
	padding: 4px 4px 4px 4px;
	font-size: 95%;
	background-color:#FCFCFC;
	border-top: 1px solid #D9D9D9;
	border-left: 1px dotted #D9D9D9;
	border-right: 1px dotted #D9D9D9;
	border-bottom: 1px dotted #D9D9D9;
	border-top-style:dashed;
	border-bottom-style:dashed;
	border-left-style:dashed;
	border-right-style:dashed;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:links,
.relatedLinks a:visited {
	font-size: 100%;
	text-align:center;
	color:#999999;
}

.relatedLinks a:hover:{
	display:block;
	background-color:#FCFCFC;
	text-align:center;
	color:#FF0000;
	border-top: 0px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}


/************** #advert styles **************/

#advert{
	border-color:#D9D9D9;
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 4px 4px 4px 10px;
	border-top-style:dashed;
	border-bottom-style:dotted;
	border-left-style:dotted;
	border-right-style:solid;
	text-align:right;
	font-size:10px;
	color:#FCFCFC;
	background-color:#D9D9D9;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
