@charset "utf-8";
body{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 18px;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #FF0066;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 25px;
}

h2{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

h3{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #333333;
	line-height: 18px;
	font-weight: normal;
}

h4{
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 18px;
	font-weight: normal;
}

ul{
 list-style-type: none;
}



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

#masthead{
	margin: 0;
	padding: 0px;
	width: 800px;
}

#navBar{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 228px;
	top: 150px;
	position: absolute;
}

#content{
	margin: 20px 50px 0px 0px;
	padding: 0px;
	width: 530px;
	float: right;	
	left: 303px;
	top: 155px;
	position: absolute;	
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px;
	font-size: 10px;
}


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

.story{
	clear: both;
	padding: 10px 0px 0px;
	font-size: 10px;
}



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

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: right;
	line-height: 25px;
}

#sectionLinks a:hover{
	padding: 0px;
}
