*
{
	padding: 0px;
	margin: 0px;
}

body, html
{
	width: 100%;
	height: 100%;
	font-family: Verdana, sans-serif;
	/*font-family: "Trebuchet MS", sans-serif;*/
	/*font-family: Arial, sans-serif;*/
	/*font-family: "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, Tahoma, sans-serif;*/
	/*font-size: 14px;
	line-height: 18px;*/
	font-size: 12px;
	line-height: 14px;
	color: black;
}

h1
{
	text-align: left;
	vertical-align: top;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	display: block;
	
	padding: 0px;
	border-bottom: 1px solid #555555;
}

h2
{
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	display: block;
}

a
{
	text-decoration: none;
}
	a:hover
{
	text-decoration: underline;
}


#menu
{
	width: 272px;
	margin: 100px 0px 30px 28px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
}
#menu a
{
	font-size: 14px;
	line-height: 18px;
	color: black;
}
#menu a.a_selected
{
	text-decoration: underline;
}
#menu a.sub
{
	margin-left: 50px;
}

#submenu
{
	width: 252px;
	margin: 0px 0px 0px 48px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
}
#submenu a
{
	font-size: 12px;
	line-height: 14px;
	color: black;
}
#submenu a.a_selected
{
	text-decoration: underline;
}

#books
{
	width: 272px;
	margin: 0px 0px 30px 28px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
}
#books a
{
	font-size: 12px;
	line-height: 14px;
	color: #777777;
	font-weight: bold;
}

#copy
{
	width: 300px;
	margin: 70px 0px 30px 0px;
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	line-height: 12px;
}
#copy a
{
	font-size: 10px;
	line-height: 12px;
	color: #777777;
}

#valid
{
	width: 300px;
	margin: 30px 0px 30px 0px;
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	line-height: 12px;
}
#valid a
{
	font-size: 10px;
	line-height: 12px;
	color: #aaaaaa;
}
#content
{
	float: left;
	width: 500px;
	min-height: 500px;
	padding: 36px 0px 36px 0px;
	text-align: left;
	vertical-align: top;
}
#content p, #content span, #content div
{
	color: black;
	text-decoration: none;
}
#content p, #content div
{
	margin: 0px 0px 14px 0px;
	padding: 0px;
}
#content a, #content p a, #content span a, #content div a
{
	color: #004eb4;
	text-decoration: none;
}
	#content a:hover, #content p a:hover, #content span a:hover, #content div a:hover
{
	color: #004eb4;
	text-decoration: underline;
}
#date
{
	display: block;
	float: left;
	width: 50px;
	height: 24px;
	text-align: left;
	vertical-align: bottom;
	border: none;
	color: black;
}
#author
{
	display: block;
	float: left;
	width: 250px;
	height: 24px;
	text-align: right;
	vertical-align: bottom;
	border: none;
	color: black;
}
#link
{
	display: block;
	float: left;
	width: 200px;
	height: 24px;
	text-align: right;
	vertical-align: bottom;
	border: none;
	color: black;
}

#photo_placeholder
{
	cursor: pointer;
	margin: 0px 0px 20px 0px;
	color: black;
}

.date
{
	font-weight: bold;
	font-size: 11px;
}

#content p.material_row
{
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	color: black;
	border-bottom: 1px solid #cccccc;
}

#content p.video_link
{
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	color: black;
	border-bottom: 1px solid #cccccc;
}

#content p.video_player
{
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	color: black;
	border-bottom: 1px solid #cccccc;
}

#content p.material_row a, #content p.video_link a, #content p.video_player a, #content #photo_box a, #content #date a, #content #author a, #content #link a 
{
	color: black;
}
