html
{
	height:100%;
}
body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../images/spiderlily_sm3.jpg);
	background-attachment: fixed;
	overflow:hidden;
}

h1
{
	font-size: 2em;
	text-align: center;
}

h2
{
	font-size: 1.5em;
	color: #FF3300;
	text-decoration: underline;
	text-align: left;
	margin-left: 10px;
}

table
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	padding: 1px;
	border-spacing: 1px;
	font: 1.15em "Times New Roman" , Times, serif;
	font-weight: bold;
}

th
{
	padding: 2px;
}

td
{
	padding: 2px;
	text-align: left;
}

/*------------------- Container -------------------*/
#container
{
	margin: 0px;
	height: 100%;
}

/*------------------- Header -------------------*/
#header
{
	padding-top: 16px;
	height: 100px;
	text-align:center;
}

#title
{
	font-size: 2.25em;
	font-weight: 100;
	color: blue;
	text-align: center;
}

#subtitle
{
	font-size: 1.5em;
	font-weight: 100;
	color: indianred;
	text-align: center;
}

/*------------------- Navigation -------------------*/
#navigation
{
	float: left;
	width: 150px;
	font-size: 1.15em;
	font-weight: bold;
	padding-left: 22px;
	padding-top: 6px;
}

/*------------------- Content -------------------*/
#content
{
	position: absolute;
	top: 120px;
	left: 175px;
	overflow: auto;
	background-position: 0px -10px;
	background-color: #ffffff;
}

#contentBody
{
	margin: 37px 15px 50px;
}

#footer
{
	text-align: center;
	margin: 0px 15px 30px;
}


.center
{
	text-align: center;
	text-decoration: none;
}

.emphasis
{
	font-size: 2em;
	font-style: italic;
	color: blue;
	text-align: center;
}

.style1
{
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
}

.style2
{
	font-style: italic;
}

.style3
{
	margin-left: 50px;
	font-size: 1.25em;
	font-weight: bold;
}

.style4
{
	font-size: 1.5em;
	color: #FF3300;
	text-align: center;
}

.style5
{
	font-size: 1.25em;
	font-style: italic;
	color: #FF3300;
	text-align: center;
}

.body td
{
	text-align: center;
}

.body_left
{
	margin: 10px;
}

.practice_listIndent
{
	margin-left: 50px;
}

.practice_ul
{
	font-size: 1.15em;
	font-weight: bold;
}
