/* CSS Document */

/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/
/* The colour for the signs is:#CC6666 */
/* The new green:#339966 and new blue:#666699
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Times New Roman", Times, serif;
	color: #000000 ;
	background-position:center;
	background-attachment:fixed
	line-height: 18pt;	
	margin: 0;
	padding: 0;
	width: 80%;
		
}

a:link, a:visited, a:hover {
	color: #cccccc;
	text-decoration: none;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif ;
	margin: 0px;
	padding: 10px;
}

h1{
 font-family: Georgia, "Times New Roman", Times, serif ;
 font-size: 120%;
 color: #000000;
}

h2{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 114%;
 color: #000000;
}

h3{
 font-family: Georgia, "Times New Roman", Times, serif ;
 font-size: 100%;
 color: #000000;
}

h4{
 font-family: Georgia, "Times New Roman", Times, serif ;
 font-size: 100%;
 color: #cccccc;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
p1{
 font-family: Georgia, "Times New Roman", Times, serif ;
 font-size: 100%;
 color: #000000;
}
				
p{
 font-family: Georgia, "Times New Roman", Times, serif ;
 font-size: 100%;
 color: #000000;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #666699;
	border-right: #339966 solid  20px;
	
}

#content{
  float:right;
	width: 55%;
	margin: 0;
	padding: 0 3% 0 0;
	
	
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 30px;
	padding: 30px 0px 10px 10px;
}


/************* #globalNav styles **************/

#top_nav{
padding: 30px 30px 30px 250px;
white-space: nowrap;
background-color: #666699;
border-bottom: #339966 solid  20px;
}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}



/************** .feature styles ***************/
.double_border{
	background-color: #ffffff;
	border-bottom: #339966 double  5px;
} 
.dashed_border{
	background-color: #ffffff;
	border: #339966 dashed  5px;
} 
.dotted_border{
	background-color: #ffffff;
	border: #666666 dotted  2px;
} 
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.right_float{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
.left{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
.no_wrap{
	clear: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 50px 0;
}
.no_wrap_right{
	clear: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story_20_bold{
	clear: both;
	padding: 1px 0px 10px 10px;
	font-family: "Times New Roman", Times, serif; 
	font-weight: bold; 
	color: #000000; 
	font-size: 20px; }
	
	.story_18{
	float:both;
	padding: 0px 0px 10px 10px;
	font-family: "Times New Roman", Times, serif; 
	font-weight: normal; 
	color: #000000; 
	font-size: 18px; }
	
	.story_14{
	float:both;
	padding: 0px 0px 10px 10px;
	font-family: "Times New Roman", Times, serif; 
	font-weight: normal; 
	color: #000000; 
	font-size: 14px; }
	
	.big {color:#000066; font-family: "Times New Roman", Times, serif; 
  font-weight:bold; font-size:18px}
  
	.ContentTitle {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000066;
	font-size: 28px;
	}
	

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{

	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc groove;
	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:  none;}

/* 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: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-right: 1px solid #cccccc ;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	
}
/* CSS Document */

.content {
font-family: "Times New Roman", Times, serif; font-weight: normal; color: #CCCCCC; font-size: 13px; }
.selected{
	color: #333333;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight : bold;
}
.required{
	color: Red;
}
.privacy {color:#333333; font-family:Verdana,Arial,Helvetica; font-weight:normal; font-size:10px}
.errors {color:red; font-weight:bold }
.small {color:#000066; font-family:"Times New Roman", Times, serif; font-weight:bold; font-size:14px}
.mono {color:#000066; font-family:Courier New,Courier,serif}
.big1 {color:#000066; font-family:Verdana,Arial,Helvetica,sans-serif; font-weight:bold; font-size:16px}
.superbig {color:#000066; font-family:Verdana,Arial,Helvetica,sans-serif; font-weight:bold; font-size:30px}
H1 {
	font: bold 27px Arial, Helvetica, sans-serif
}
H2 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight:bold
}
H3 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight:bold
}
.tableHeader {
	font:12px Verdana,Arial,Helvetica, sans-serif;
	border:solid 1px;
	font-weight:bold;
	color : #CC0000;
	background-color : #FFFFCC;
}
.tableContent {
	font:12px Verdana,Arial,Helvetica, sans-serif;
	border:solid 1px;
	color : Black;
}
.introtext {
	border-top : none;
	border-right : 2px solid #009240;
	border-bottom : none;
	border-left :2px solid #009240;
	padding-left : 2px;
	padding-right : 2px;
	color : #336633;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	text-align : justify;
	}

DL {text-align: justify; font:12px Verdana,Arial,Helvetica, sans-serif}
DD {text-align: justify; font:12px Verdana,Arial,Helvetica, sans-serif}
TABLE {
	font:12px Verdana,Arial,Helvetica, sans-serif;
	
	
}
TD {font:12px Verdana,Arial,Helvetica, sans-serif; border:solid 0px}
.tCat {background-color:#ffffff; }
.uploadedFiles {color:white; background-color:#0057A0; font-family:Verdana,Arial,Helvetica; font-weight:bold; font-size:10px
}
INPUT.noborder {
	BORDER-BOTTOM: black 1px groove; BORDER-LEFT: black 1px groove; BORDER-RIGHT: black 1px groove; BORDER-TOP: black 1px groove
}
INPUT.submit {
	BACKGROUND: #339966;
	BORDER-BOTTOM: black 1px groove;
	BORDER-LEFT: 1px groove Silver;
	BORDER-RIGHT: black 1px groove;
	BORDER-TOP: 1px groove Silver;
	color : White;
	font-weight : bold;
}
.Button
{
        font:13px Verdana,Arial,Helvetica, sans-serif; font-weight:bold; color: white;
        background-color: #0088CC;
        border-left: #99DDFF solid 1px;
        border-top: #99DDFF solid 1px;
        border-right: #004499 solid 1px;
        border-bottom: #004499 solid 1px;
}
.ButtonSmall
{
        font:11px Verdana,Arial,Helvetica, sans-serif; font-weight:bold; color: white;
        background-color: #0088CC;
        border-left: #99DDFF solid 1px;
        border-top: #99DDFF solid 1px;
        border-right: #004499 solid 1px;
        border-bottom: #004499 solid 1px;
}
SUP {font-size: 9px}

.style6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #333333; font-size: 22px; }
.style9 {
	color: #FF3300;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.NotLink {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.BottomLinks {
	font-size: 12px;
}
.BottomNotLink {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.ContentTitleSmaller {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	font-size: 27.5px;
}
