/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.3;	
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
}

a{
	color: #000000;
	text-decoration: none;
}

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

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

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


a.contentlink{
	color: #7183BB;
	text-decoration: none;
}

a.contentlink:link{
	color: #7183BB;
	text-decoration: none;
}

a.contentlink:visited{
	color: #7183BB;
	text-decoration: none;
}

a.contentlink:hover{
	color: #000000;
	text-decoration: underline;
}


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

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
 margin: 0px;
 padding-bottom: 5px;
}

h4{
 font-family: Verdana,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: Verdana,Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#master{
	padding: 0px 0px 0px 0px;
	/*float: center;*/
	width: 900px;
	/*border-left: 1px solid #000000;
	border-right: 1px solid #000000;*/
	text-align: left;
	margin: auto;
}

#masthead{
	padding: 0px 0px 0px 0px;
	float: left;
	width: 900px;
	height: 343px;
	background: #ffffff url(../images/header.png) no-repeat top center fixed ;
	background-attachment: scroll;
}

#mastcontent{
	padding: 0px 0px 0px 0px;
	float: left;
	width: 900px;
	background: #ffffff url(../images/tile.png) repeat top center fixed ;
	background-attachment: scroll;
}

#mastfoot{
	padding: 0px 0px 0px 0px;
	float: left;
	width: 900px;
	height: 131px;
	background: #ffffff url(../images/footer.png) no-repeat bottom center fixed ;
	background-attachment: scroll;
}

#navBar{
	float: left;
	width: 175px;
	margin: 0px;
	padding: 0px;
}

#navBar img{
	padding-left: 15px;
}


#teeninfo{
  float:right;
	width: 175px;
	padding-left: 0px;
	padding-right: 17px;
	font-family: Arial,sans-serif;
	font-size: 15pt;
	text-align: center; 
	color: #000000;
}

#content{
	float: left;
  width: 460px;
  padding-left: 16px;
  padding-right: 16px;
}

#google{
  	float:right;
	clear: right;
	padding-left: 0px;
	margin-bottom: 5px;
	margin-right: 17px;
	text-align: center;
	width: 145px;
	height: 112px;
	background-image: url(../images/google_box.gif);
	/*background-repeat: no-repeat;
	//background-position: top center;
	//background-attachment: fixed;*/
}

#hse{
  	float:right;
	padding-left: 0px;
	margin-right: 17px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	width: 145px;
	height: 115px;
}

#bebo{
  	float:right;
	padding-left: 0px;
	margin-right: 17px;
	margin-top: 5px;
	text-align: center;
	width: 145px;
	height: 30px;
}


#darren_pic{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#darren_text{
	padding-top: 10px;
}

#fyi{
	font-size: 14px;
	text-align: center;
	color: #009900;
}

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

#siteInfo{
	clear: both;
	font-size: 75%;
	width: 500px;
	color: #666666;
	padding-top: 40px;
	padding-left: 183px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	font-weight: 600;
}


#sectionLinks a {
	display: block;
	padding: 10px 0px 10px 10px;
}

#sectionLinks a.current {
	display: block;
	background-color: #FED3A8;
	padding: 10px 0px 10px 10px;
}

#sectionLinks a:hover{
	
}