/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-image: url(images/curtain.gif);
	background-repeat: repeat;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 120%;
 color: #CC0000;
 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: #CC0000;
 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;
}

.bold {
	font-weight: bold;
}

.smallbold {
	font-weight: bold;
}

.redtext {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000}

.center {
	background-position: center;
	text-align: center;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagewidth{
	width:768px;
	text-align:left;
	min-width: 500px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
} 

#masthead{
	padding: 10px 0px 0px 0px;
	width: 100%;
	background-image: url(images/countdown.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #fdfdfd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image: url(images/leftcol_bg2.gif);
	background-repeat: repeat-y;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
  width: 55%;
}

#content_full{
	float: right;
	width: 75%;
	padding-right: 3%;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	padding: 0 0 0 10px;
	height: 69px;
	text-align: left;
}

#siteName img.left {
	float:left;
	margin:0px 3px 0px 0;
	}

#siteName span {display:none;}

/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	line-height:normal;
	height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#globalNav ul {
  margin:0;
  padding:0px 10px;
  list-style:none;
  }
#globalNav li {
  float:right;
  background:url("images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#globalNav a {
  float:right;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
		font-size: 80%;
  font-weight:bold;
  color:#333;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#globalNav a {float:none;}
/* End IE5-Mac hack */
#globalNav a:hover {
  color:#CC0000;
  }
#globalNav #current {
  background-image:url("images/left_on.gif");
  }
#globalNav #current a {
  background-image:url("images/right_on.gif");
  color:#FFFFFF;
  padding-bottom:5px;
  }


/************* #topMenu styles *************/

#topMenu{
	font-size: 70%;
	padding: 2px 10px;
	color: #FFFFFF;
	background-color: #CC0000;
	background-image: url(images/topmenu2.gif);
	background-repeat: repeat-x;
	text-align: right;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	line-height: 15px;
	vertical-align: middle;
}

#topMenu a{
	color: #FFFFFF;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	vertical-align: middle;
	line-height: 24px;
	background-image: url(images/crumbtrail.jpg);
	background-repeat: repeat-y;
}

#breadCrumb img{
	float: right;
	margin-right: 10px;
}

/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 0px 0px;
}

.feature img{
	float: right;
	padding: 10px 0px 0px 10px;
}

.feature a:link{
	color: #006699;
	text-decoration: underline;
}

.feature a:hover{
	color: #FF0000;
	text-decoration: underline;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story a:link{
	color: #006699;
	text-decoration: underline;
}

.story a:hover{
	color: #FF0000;
	text-decoration: underline;
}

.story a:visited{
	color: #4c7f996699;
	text-decoration: underline;
}

.story p{
	padding: 0px 0px 2px;
}

.story table{
	margin:5px 0;
	color:#333333;
	}
.story td{
	border-bottom:1px solid #ace;
	font-size:12px;
	padding:5px;
	color:#333333;
	}
.story th{
	background:#123456 url(images/tableheadback.gif) repeat-x;
	border-bottom-width:0;
	color:#fff;
	vertical-align:top;
	}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
}

#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: 90%;
}

#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: 90%;
	left: 5px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 2px;
	border-bottom: 1px solid #999999;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 5px 5px 20px 5px;
	font-size: 80%;
}

#headlines h3{
	padding: 2px;
	color: #FFFFFF;
	background-color: #CC0000;
}

#headlines p{
	padding: 0px;
}

