/***********************************************/
/* HTML tag styles                             */
/***********************************************/


body{
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:  url("images/gradient.jpg");
	background-repeat: repeat-y; 
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #999999;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 17px Arial,sans-serif;
 color: #666666;
 margin: 0px;
 padding: 0px;
}


h2{
 font: bold 14px Arial,sans-serif;
 color:#999999;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 12px Arial,sans-serif;
 color: #999999;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 12px Arial,sans-serif;
 color: #999999;
 margin: 0px;
 padding: 0px;
}



/*************** list tag styles ***************/

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: disc;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #FFFFFF;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position: relative;
	margin: 0px auto;
	left: 0px;
	overflow: hidden;
	width:720px;
	top: 5px;

	background-color: #FFFFFF;
}

#tl {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#tr {
	position:absolute;
	top: 9px;
	margin: 0px;
	padding: 0px;
}

#pageNav{
	float: left;
	text-align:left;
	width:180px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 5px 0px 0px;
	text-align: left;
	display: table-cell;

}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 20px 10px 5px 10px;
	color: #999999;
	font-size: 24px;
	text-align:left;
	height:50px;
}

/************** utility styles *****************/

#utility{
	font: 12px Verdana,sans-serif;
	position: absolute;
	color: #666666;
	padding: 0px 0px 0px 0px;
	text-align:right;
	width: 324px;
	left: 391px;
	top: 13px;
}

#utility a{
	color: #999999;
	padding: 0px 0px 0px 0px;
}

#utility a:hover{
	color: #666666;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
}

/************** utility styles *****************/

#language{
	font: 12px Verdana,sans-serif;
	position: absolute;
	color: #666666;
	padding: 0px 0px 0px 0px;
	text-align:right;
	width: 323px;
	left: 392px;
	top: 33px;
}

#language a{
	color: #999999;
	padding: 0px 0px 0px 0px;
}

#language a:hover{
	color: #666666;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
}


/************** pageName styles ****************/

#pageName{
	color: #CCCCCC;
	padding: 0px 10px 5px 10px;
	margin: 0px;
	text-align:left;

}

#pageName img{
	position: absolute;
	top: 15px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	width: 52px;
	height: 54px;
	left: 761px;
}


/*************** clock styles *****************/

#clock{
	font: 12px Verdana,sans-serif;
	position: absolute;
	z-index: 101;
	width: 293px;
	left: 425px;
	top: 62px;
	text-align:right;
	color: #CCCCCC;
}

#clock input{
  font-size: 12px;
  margin: 0px  0px 0px 10px;
 }
 
#clock a:link, #search a:visited {
	font-size: 12px;
	font-weight: bold;
	
}

#clock a:hover{
	margin: 0px;
}


/*************** story styles ******************/

.story {
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	text-align:left;
	clear:left;
}

.story p {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}

.story img{
	border-color:#666666;
}

.story a{
	color: #999999;
	text-decoration: none;
}

.story a:hover{
	color: #999999;
	text-decoration: underline;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #CCCCCC;
	font-size: 12px;
	color:#666666;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 5px 0px;
	text-align:left;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
hr
{
width:700px;
size:1px; 
color:#cccccc";
}