@charset "UTF-8";
/* CSS Document */

body{
	background-color:#8d837d;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	line-height:1.5em;
		}
/* Text Formatting */


h1{
	color:#000;
	font-size:220%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px 0;
	letter-spacing:1px;
	line-height: 1.25em;
		}
h2{
	color:#0D4B82;
	font-size:145%;
	font-weight:bold;
	margin: 0;
	padding:5px 0 5px 0;
	letter-spacing:2px;
		}
h3
{
	color:#0E4B82;
	font-size:125%;
	font-weight:bold;
	margin: 0;
	padding: 10px 0 15px 0;
	letter-spacing:1px;
}
	
p{
	padding:0 0 10px 0;
	margin:0;
	font-size: 115%;
	line-height: 1.5em;
	}
	
img
{	padding:0;
	margin:0;
}


.left
{	margin:5px 15px 5px 0;
	float:left;
	}
.right
{	margin:5px 0 5px 15px;
	float:right;
	}

ol
{list-style-type:none;
margin:0 0 0 0;

}

li
{line-height:120%;
}


ul
{
	margin:0 0 0 20px;
	padding:0 5px 0px 5px;
	line-height:2em;
}
li
{
	list-style-position:outside;
	padding:0px 0 5px 0;
	font-size: 120%;
	}
.tableText
{
	padding:10px 10px 10px 10px;
	margin:0;
}
.bottomSpace
{	padding:0 0 10px 0;
}
.footnote
{	font-size:70%;
	font-style:italic;
	line-height:1em;
}
.small{
	font-size:75%;
	margin: 0;
	padding: 0;
}
.small a{
	font-weight:normal;
	color:#0D4B82;
}

				
/* Link Formatting */
a{
	color:#0D4B82;
	font-weight:bold;
	text-decoration:underline;
		}
a:hover{
	text-decoration:none;
	color: #000;
		}
/* wrapper */
#wrap
{
	width:800px;
	margin:auto;
	background:#bfb1a8;
	margin-top: 20px;
	border: outset #8d837d 4px;
	}

/* header */
#header
{
	background-color: #fff;
	padding:0;
	margin:0;
	width:100%;
	border-bottom:#000 6px solid;
	}

/* navigation */
#nav	{
	width:800px;
	text-align:center;
	margin-top:110px;
		}
#nav p{
	font-weight:normal;
	font-size:120%;
	color:#FFF;
	padding:8px 0 0 0;
	letter-spacing:3px;
		}
#nav .current{
	font-weight:normal;
	color:#9CF;
		}
#nav	a{		
		color:#fff;
		font-weight:normal;
		text-decoration:none;
		}
#nav a:hover{
		color:#9CF;
		}
		
/* practnav */
#practnav{
	width:60%;
	float:right;
	font-size:90%;
	font-weight: bold;
}

		
/* main */
#main{
	margin:37px 37px 37px 37px;
	background-color:#FFF;
	width:650px;
	padding:30px 35px 30px 35px;
	}
#lftcolumn{
	width:50%;
	float:left;
	display: inline;
}
#rtcolumn{
	border-left:#000 dotted thin;
	padding: 0 0 0 15px;
	margin: 0 0 0 20px;
}

		
	
/* footer */
#footer
{
	clear:both;
	margin:auto;
	font-size:85%;
	text-align:left;
	color:#fff;
	padding:5px 0 3px 35px;
	background-color:#000;
	letter-spacing:1px;
	}
#footer a{		
	color:#fff;
		font-weight:normal;
		text-decoration:none;
		}
#footer a:hover{		
	color:#fff;
		font-weight:normal;
		text-decoration:underline;
		}
