/*
body {
	font-size: 22px;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0px;
	margin: 0px;
	line-height: 130%;
}
*/
a.wiki
{
	color: #444444;
	font-style:normal;
	text-decoration: none;
	border-bottom: 1px dashed #444444;
}
a.wiki:hover
{
	/* font-style: italic; */
	color: #663300;
}

a.see
{
	color: #006633;
	font-style: italic;
	text-decoration: none;
}
a.see:hover
{
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}

body
{
	margin: 0 auto;
	background: url(HeaderBkgnd.jpg) repeat-x white;
	color: #444444;
	font-family: arial, verdana, helvetica, sans-serif;
}
img
{
	border: 0;
	padding: 0;
	margin: 0;
}
a.PowerPoint
{
	padding-left:20px; 
	background: url(PowerPoint.jpg) no-repeat;
	color: #333333;
}

#Container
{
	margin: 0px auto;
	padding: 0 0 0 10px;
	width: 900px;
	font-size: 12px;
}

/* Header */
#Header
{
	position: relative;
	height: 90px;
	margin: 0;
	padding: 0; 
	text-align: justify;
}

/* Header Logo */
#HeaderLogo
{
	position: absolute;
	width: 179px;
	height: 90px;
	background: url(HeaderLogo.jpg) no-repeat left;
}
#HeaderLogo a
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

/* Head Navigator */
#HeaderNav
{
	position: absolute;
	top: 55px;
	right: 0px;
	width: 570px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	z-index: 500;
	background: url(HeaderNavBkgnd.gif) left no-repeat;
}
#HeaderNav a
{
	overflow: hidden;
	float: left;
	width: 80px;
	height: 20px;
	padding-top: 5px;
	color: gray;
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
}
#HeaderNav a:hover
{
	color: #cc9900;
	background-color: Transparent;
}
#HeaderNav a:active
{
	color: #cc9900;
	background-color: Transparent;
}


/* Main Box */
#MainBox
{
	float: left;
	text-align: left;
	width: 650px;
	font-size: 12px;
}
#MainBox h1
{
	font-size: 26px;
}
#MainBox h2
{
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 0px;
}
#MainBox h3
{
	font-size: 12px;
	font-style:italic;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: -10px;
}
#MainBox a
{
	color: #335544;
}
#MainBox a:hover
{
	font-style: italic;
	font-weight: bolder;
	color: #663300;
}
#MainBox table.real
{
	border: 1px solid #335544;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
#MainBox th
{
	color: white;
	background-color: #557766;
	text-align: center;
}

#InSitePath 
{
	margin-top: 5px;
	font-weight: bolder;
	font-style: italic;
	color: #777777;
}
#InSitePath a 
{
	color: #335544;
	text-decoration: none;
}
#InSitePath a:hover 
{
	color: #663300;
}

p.notice
{
	color: Gray;
	border: dashed 1px;
	background-color: #ddffdd;
	padding: 5px 20px 5px 20px;
}


#RightBox
{
	font-size: 12px;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	width: 230px;
}

.RightMenu
{
	font-size: 12px;
	width: 100%;
	border: solid 1px #cccccc;
	background-color: #eeffee;
	line-height: 3em;
}

.RightMenu th
{
	background-color: #669966;
	line-height: 2em;
	color: White;
}

.RightMenu a
{
	padding-left: 20px;
	color: #669966;
}


span.HighLight
{
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #993333;
}

#BottomBox
{
	margin-top: 30px;
	clear: both;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-top: dashed 1px #cccccc;
}

#BottomBox a
{
	color: #444444;
}

pre.program_code
{
	font-size: 90%;
	margin: 1em;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-color: white;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
	padding-top: 1em;
	width: 80ex;
}

#MessageBox
{
	margin-top: 150px;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: solid 1px Black;
}

#MessageBox .title
{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: White;
	padding: 3px;
	background: #336666;
}

#MessageBox .content
{
	display: block;
	font-size: 18px;
	padding: 25px;
}

#MessageBox .btn_ok
{
	margin-top: 10px;
	margin-bottom: 10px;
}
