body{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 10px 0px 0px 10px;
	padding: 0px;
  background-color: #cccccc;
}

/*
table tr td{
      font-family:  Verdana, Arial, Helvetica, sans-serif;
	    color: #333333;
	    font-size: 75%;
}

table tr th{
      font-family:  Verdana, Arial, Helvetica, sans-serif;
	    color: #FFFFFF;
	    font-size: 75%;
}
             */
a{
	color: #0000FF;
	text-decoration: none;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #0000FF;
	text-decoration: none;
}

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

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

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #0000CC;
 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: 0px 0px 0px 0px;
	width: 1030px;
}

#navBar{
	float: left;
	clear: left;
	width: 180px;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	background-color: #eeeeee;
	border: 1px solid #000000;
}

#content{
	border: 1px solid #000000;
	float: left;
  width: 650px;
	//height: 100%;
	padding: 0px;
	margin: 10px 10px 10px 0px;
	background-color: #eeeeee;
}
#topcontent{
	border: 1px solid #000000;
  float: left;
  width: 812px;
	//height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 0px 0px;
	background-color: #eeeeee;
}
#photoalbumcontent{
	border: 1px solid #000000;
	float: left;
  width: 810px;
	height: 100%;
	padding: 0px;
	margin: 10px 10px 10px 0px;
	background-color: #eeeeee;
}

#rightStuff{
	border: 1px solid #000000;
	float:left;
  width: 150px;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	background-color: #eeeeee;
}

#siteName{
	margin: 0px, 0px;
	padding: 0px 0px 0px 0px;
	width: 1005px;
	float: left;
	//background-color: #000099;
	background-color: #cccccc;
  //border: 1px solid #c0c0c0;
}

#loginBar{
	float: left;
	width: 1005px;
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #eeeeee;
	//border: 1px solid #c0c0c0;
  border: 1px solid #000000;
	font-size: 70%;
}


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

.feature{
	position: relative;
	padding: 10px 0px 0px 0px;
	font-size: 80%;
	background-color: #eeeeee;


}

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

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

.story{
	/*clear: both;*/
	padding: 10px 10px;
	font-size: 80%;
	background-color: #eeeeee;
}
.story_index p{
	padding: 0px 0px 0px 0px;
}
.story p{
	padding: 0px 0px 10px 20px;
}
.topstory{
	padding: 10px 10px;
	font-size: 80%;
	background-color: #eeeeee;
	margin: 10px 10px 10px 10px;
}

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

#siteInfo{
	clear: both;
	float: left;
	border: 1px solid #000000;
	width: 985px;
	color: #999999;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #eeeeee;
}

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

#search{
	padding: 5px 0px 5px 10px;
	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; }
#navBar ul li {border-top: dashed #999 1px;}
/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	font-size: 70%;
}

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

#sectionLinks a {

	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #0000ff;
	color: #eeeeee;
}

.sectionLinksActive a:active,
.sectionLinksActive a:link,
.sectionLinksActive a:visited {
	background-color: #000099;
	color: #eeeeee;
}

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

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	font-size: 70%;
}

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

.relatedLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
	}
.relatedLinks a:hover {
	background-color: #0000ff;
	color: #eeeeee;
}

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

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

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	padding: 5px 0px 3px 0px;
	font-size: 80%;
}

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

/*#headlines a {
	display: block;
	padding: 2px 0px 2px 5px;
	}*/
#headlines a {
	color: #0000ff;
}	
#headlines a:hover {
	background-color: #0000ff;
	color: #eeeeee;
}

.sm {

  font-family:      Helvetica, Arial, sans-serif;

  color:            #000000;

  font-size:        7pt;

  font-weight:		normal;

  background-color: #c0c0c0;

}

.tweet{
 font-family: Verdana,Arial,sans-serif;
 font-size: x-small;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


.Guru_name {

   font-family:   Comic sans MS;

  color:            blue;

  font-size:        11pt;

  font-weight: 600;

  display: inline;



}



.smclear {

  font-family:      Helvetica, Arial, sans-serif;

  font-size:        7pt;

  font-weight:		normal;



}

.regclear {

  font-family:      Helvetica, Arial, sans-serif;

  font-size:        10pt;

  font-weight:		normal;



}


.smred {

  font-family:      Helvetica, Arial, sans-serif;

  color:            #FF0000;

  font-size:        7pt;

  font-weight:		normal;


}

.bold {

  font-family:      verdana,arial,helvetica,sans-serif;

  color:            #000000;

  font-size:        10pt;

  font-weight:		bold;

}



.bigbold {

  font-family:      verdana,arial,helvetica,sans-serif;

  font-size:        12pt;

  font-weight:		bold;

}



.bigboldred {

  font-family:      verdana,arial,helvetica,sans-serif;

  color:            #ff0000;

  font-size:        12pt;

  font-weight:		bold;

}

.boldred {

  font-family:      verdana,arial,helvetica,sans-serif;

  color:            #ff0000;

  font-size:        10pt;

  font-weight:		bold;

}

.big {

  font-family:      verdana,arial,helvetica,sans-serif;

  color:            #000000;

  font-size:        12pt;

  font-weight:		normal;

}



.boldwhite {

  font-family:      verdana,arial,helvetica,sans-serif;

  color:            #ffffff;

  font-size:        10pt;

  font-weight:		bold;

}





.biggerboldwhite {

  font-family:      verdana,arial,helvetica,sans-serif;

  color:            #ffffff;

  font-size:        16pt;

  font-weight:		bold;

}



.smbold {

  font-family:      verdana,arial,helvetica,sans-serif;

	color:#003399;

	font-size:        8pt;

  font-weight:		bold;

}



.smfade {

  font-family:      verdana,arial,helvetica,sans-serif;

  color:            #4E4E4E;

  font-size:        8pt;

  font-weight:		normal;

	line-height: 10pt;

}



.tiny {

  font-family:      verdana,arial,helvetica,sans-serif;

  color:            #000000;

  font-size:        6pt;

  font-weight:		normal;

}



.fixed {

  font-family:      'Courier New', Courier,monospace;

  color:            #000000;

  font-size:        8pt;

  font-weight:		normal;

}



.fixed_sm {

  font-family:      'Courier New', Courier,monospace;

  color:            #000000;

  font-size:        6pt;

  font-weight:		normal;

}

#skipnavigation,#getnavigation {
  position: absolute;
  left: -1000px;
}