html,body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	color : #333;
	font-size : 15px; 
	text-align: left;
}
.clearboth
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.clearleft
{
	clear: left;
	font-size: 0px;
	line-height: 0px;
}
.clearright
{
	clear: right;
	font-size: 0px;
	line-height: 0px;
}
#SplashPage
{
	margin: 0px auto;
	padding: 0px;
	width: 600px;
	text-align: center;
}
#page
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#tagline
{
	margin: 0px;
	padding: 0px;
	height: 25px;
	text-align: left;
	color : #555;
	font-size: 12px;
}

#content
{
	width: 1000px;
	text-align: center;
}
#content h1
{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
#content h2
{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

.Menu
{
	margin: 0px auto;
	padding: 0px;
}
.MenuItem
{
	margin: 0px auto;
	padding: 0px;
	width: 130px;
	height: 35px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat; 
	background-position: center center;
	font-family: "Verdana";
	text-align: center;
	line-height: 35px;
}
#left
{
	float: left;
	width: 200px;
}
#top
{
/*	width: auto !important;
	width: 100%;
	margin: 0px 0px 0px 220px !important;*/
	margin: 0px;
	text-align: center;
}

#center
{
	float: left;
/*	width: auto !important;
	width: 100%;
	margin: 0px 220px 0px 220px !important;*/
	margin: 0px;
	width: 550px;
	text-align: center;
}
#right
{
	float: left;
	width: 200px;
}

h1
{
	font-size: 20pt;
	font-family: Arial;
	font-weight: bold;
	color: #999999;
}

td {color : #333333; font-size : 15px;}
a:link	{color : #999999; text-decoration : none; }
a:visited	{color : #999999; text-decoration : none; }
a:active	{color : #999999; text-decoration : none; }
a:hover	{color : #ff6699; text-decoration : underline blink;}

.description
{
	color : #333333;
	font-size: 10px;
}

.title
{
	FONT-WEIGHT: bold; FONT-SIZE: large; FONT-FAMILY:@HGSºÞ¼¯¸E; TEXT-ALIGN: center; 
}

.subtitle
{
	FONT-SIZE: medium; TEXT-ALIGN: center;
}

button
{
	border-left:2px double #cccccc;
	border-right:2px double #cccccc;
	border-top:2px double #cccccc;
	border-bottom:2px double #cccccc; 
	background-color : #cccccc; color : #999999;
}

input
{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color : #ffffff;
	color : #333333;
}

hr	{color : #999999}

textarea
{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color : #ffffff;
	color : #333333;
}
.Watermark
{
	color: #888;
}
h1.PageTitle
{
	height: 60px;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}
h2.PageDescription
{
	margin: 0px;
	padding: 0px;
	height: auto;
	color: #777;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}
div.PageBody
{
	margin: 20px auto;
	padding: 0px;
	width: 500px;
	text-align: center;
}
/* Story */
div.StoryBody
{
	margin: 20px auto;
	width: 500px;
	text-align: left;
	line-height: 1.2em;
}
div.StoryBackLink
{
	margin: 20px 0px 0px;
	height: 50px;
	text-align: center;
}
/* Link */
.LinkNotice
{
	margin: 20px auto;
	padding: 0px;
	width: 400px;
	height: auto;
	text-align: left;
}
/* Information */
.InfoBox
{
	margin: 0px auto;
	padding: 0px;
	width: 350px;
	height: auto;
}
.InfoBox .Container
{
	margin: 0px auto;
	padding: 0px;
	width: 300px;
	height: auto;
	text-align: center;
}
.InfoBox h2,h3 
{
	margin: 0px auto;
	padding: 0px;
	font-size: 13px;
	text-align: center;
}
/* FAQ */
.Question
{
	margin: 5px 0px;
	padding: 0px;
	color: #888;
}
.Answer
{
	margin: 5px 0px;
	padding: 0px;
	color: #555;
}
/* Blog */
.Calendar
{
	margin: 0px auto 10px;
	text-align: center;
}
.BlogBox
{
	margin: 0px;
	padding: 0px;
}
.BlogBox h2.Header 
{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 30px;
	text-align: left;
}
.BlogBox h2 .Title
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 6px;
	left: 8px;
	color: #777;
	font-size: 15px;
	text-align: left;
}
.BlogBox h2 .Rss
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 3px;
	right: 5px;
}
.BlogBox .Container
{
	margin: 0px 10px;
	color: #666;
	background: #fff;
	text-align: left;
}
.BlogBox .Info
{
	margin: 0px 10px;
	padding: 0px;
	font-size: 13px;
	text-align: right;
}
