*
{
	margin					:	0px;
	padding					:	0px;
}
body
{
	font-size				:	18px;
	font-family				:	"verdana","MS UI Gothic";
	background-color		:	#D8DDE0;
	background-image		:	url("bg1.png");
	background-repeat		:	repeat-x;
	background-attachment	:	fixed;
}
div#main
{
	margin					:	20px auto 0px auto;
	width					:	800px;
	border-width			:	1px 1px 1px 1px;
	border-color			:	silver;
	border-style			:	solid;
	background-color		:	white;
}
h1
{
	text-indent				:	-9999px;
	background-image		:	url("h1c.png");
	background-repeat		:	no-repeat;
/*	height					:	194px;	*/
	height					:	150px;
	border-width			:	0px 0px 1px 0px;
	border-style			:	solid;
	border-color			:	silver;
}
ul#globalnavi
{
	height					:	40px;
	overflow				:	hidden;
	border-width			:	0px 0px 1px 0px;
	border-color			:	silver;
	border-style			:	solid;
}
ul#globalnavi li
{
	display					:	block;
	float					:	left;
	width					:	160px;
	height					:	40px;
}
ul#globalnavi li a
{
	display					:	block;
	width					:	160px;
	height					:	40px;
	text-indent				:	-999px;
	background-image		:	url("globalnavi.png");
}
ul#globalnavi li#navi01 a
{
	background-position		:	0px 0px;
}
ul#globalnavi li#navi02 a
{
	background-position		:	-160px 0px;
}
ul#globalnavi li#navi03 a
{
	background-position		:	-320px 0px;
}
ul#globalnavi li#navi04 a
{
	background-position		:	-480px 0px;
}
ul#globalnavi li#navi05 a
{
	background-position		:	-640px 0px;
}
ul#globalnavi li#navi01 a:hover
{
	background-position		:	0px -40px;
}
ul#globalnavi li#navi02 a:hover
{
	background-position		:	-160px -40px;
}
ul#globalnavi li#navi03 a:hover
{
	background-position		:	-320px -40px;
}
ul#globalnavi li#navi04 a:hover
{
	background-position		:	-480px -40px;
}
ul#globalnavi li#navi05 a:hover
{
	background-position		:	-640px -40px;
}
div#body
{
	margin					:	20px;
	line-height				:	140%;
}
img.centering
{
	display					:	block;
	margin					:	10px auto 30px auto;
	border					:	1px solid dimgray;
}
h2
{
	margin					:	50px 10px 20px 10px;
	padding					:	3px 1px 3px 10px;
	_padding				:	3px 1px 0px 10px;
	font-size				:	25px;
	background-image		:	url("ppp.png");
	background-position		:	bottom left;
	background-repeat		:	repeat-x;
	color					:	DeepPink;
}
p
{
	margin					:	20px;
}
div#footerarea
{
	background-color		:	#A6A6A6;
	margin					:	50px 0px 0px 0px;
	padding					:	15px 0px 15px 0px;
	background-image		:	url("ft1.png");
	background-repeat		:	repeat-x;
	border-width			:	1px 0px 0px 0px;
	border-color			:	silver;
	border-style			:	solid;
}
div#footerarea p
{
	margin					:	5px 0px 5px 0px;
	font-size				:	14px;
	text-align				:	center;
}
table#thumbnails
{
	margin					:	30px auto 10px auto;
}
table#thumbnails td.gs
{
	height					:	214px;
	background-image		:	url("gs.png");
	background-repeat		:	no-repeat;
	padding					:	1px;
	width					:	176px;
	vertical-align			:	top;
}
table#thumbnails td h3 a:link
{
	color					:	black;
	text-decoration			:	none;
}
table#thumbnails td h3 a:visited
{
	color					:	black;
	text-decoration			:	none;
}
table#thumbnails td h3 a:hover
{
	color					:	#FF1493;
	text-decoration			:	none;
}
table#thumbnails td a.br
{
	display					:	block;
	margin					:	0px auto;
	border					:	1px solid dimgray;
	padding					:	3px;
	background-color		:	white;
	width					:	150px;

}
table#thumbnails td a.br:hover
{
	border					:	1px solid #FF1493;
	background-color		:	#FFE4E1;
}
table#thumbnails td a img
{
	display					:	block;
	border					:	0px solid dimgray;
}
h3
{
	text-align				:	center;
	font-size				:	15px;
	margin-top				:	5px;
}
table#thumbnails td ul
{
	margin					:	5px 0px 5px 0px;
	list-style-type			:	square;
}
table#thumbnails td ul li
{
/*	list-style-image		:	url("arrow_right_peppermint.png"); */
	list-style-type			:	square;
	font-size				:	12px;
	line-height				:	130%;
	margin-left				:	30px;
}
table#thumbnails td ul li.hd
{
	text-align				:	center;
	font-size				:	14px;
	color					:	#4169E1;
	font-weight				:	bold;
	list-style-image		:	none;
	list-style-type			:	none;
	margin-left				:	0px;
	margin-bottom			:	4px;
}
ul#inq li
{
	margin-left				:	60px;
}
div#footerarea a:link
{
	color					:	black;
	text-decoration			:	none;
}
div#footerarea a:visited
{
	color					:	black;
	text-decoration			:	none;
}
div#footerarea a:hover
{
	color					:	#4169E1;
	text-decoration			:	underline;
}
p.indent
{
	text-indent				:	1em;
}
p#dh
{
	text-align				:	right;
	font-size				:	20px;
	font-weight				:	bold;
	padding-right			:	20px;
}
a:link
{
	color					:	DarkOrange;
	text-decoration			:	none;
}
a:visited
{
	color					:	DarkOrange;
	text-decoration			:	none;
}
a:hover
{
	color					:	#4169E1;
	text-decoration			:	underline;
}