body
{
	color: #2f2f2f;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 144%;
	margin-top: 60px;
	margin-left: 30px;
	margin-right: 30px;
}

a
{
	color: #3489e9;
	text-shadow: 0px 0px;
	text-decoration: none;
}

a:hover
{
	color: #0654e3;
	text-shadow: 0px 0px;
	text-decoration: underline;
}

h1
{
	font-size: 17px;
	color: #999;
}

h2
{
	font-size: 16px;
	font-weight: normal;
}

.mainpage_center
{
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	width: 600px;
	padding: 0px 10px;
}

.mainpage_left
{
	float: left;
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	width: 50%;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #aaa;
	padding-right: 15px; 
}

.mainpage_left img
{
	padding-bottom: 10px;
}

.mainpage_left strong
{
	font-size: 18px;
	line-height: 160%;
	padding-bottom: 10px;
}

.mainpage_right
{
	border-width: 1px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-top: auto;
	margin-left: 56%;
	display: block;
}

.navline
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 6px;
	font-size: 11.5px;

	min-height: 32px;
	text-shadow: 0px 1px 1px #fff;
	font-weight: bold;

	background-repeat: repeat-x;
	background-image: url(navbg.png);
}

.navline a
{
	color: #2f2f2f;
}

.navline a:hover
{
	color: #000;
	text-shadow: 0px 1px 5px #aaa;
}

.subtopic
{
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
	margin-bottom: 10px;
	font-weight: lighter; 
	color: #666;
}

.subtopicinfo
{
	padding-left: 10px;
}

.subtopicinfo table
{
	border-spacing: 0px 0px;
	font-size: 12px;
}

.subtopicinfo td
{
	padding: 5px;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #aaa;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
}

.subtopicinfo thead
{
	background-color: #eeeeee;
	padding: 5px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #aaa;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
}

.minitopic
{
	padding-bottom: 3px;
	font-weight: bold;
}

.indent
{
	padding-left: 20px;
}

.vspace
{
	padding-bottom: 20px;
}

.tipbox
{
	margin-top: 10px;
	border-color: #7d7d7d;
	border-width: 1px;
	border-style: dotted;
	padding: 10px;
	background-color: #feffaa;
}

.warnbox
{
	margin-top: 10px;
	border-color: #7d7d7d;
	border-width: 1px;
	border-style: dotted;
	padding: 10px;
	background-color: #fdc1aa;
}
