@charset "utf-8";
#articleColumn {
	text-align: left;
	float: left;
	width: 800px;
	padding: 10px;
}


#articleColumn a {
	color: #0000FF;
	text-decoration: none;
}


#articleColumn a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#articleColumn li {
	padding-bottom: 12px;
}
#articleColumn p {
	line-height: 2.5em;
	padding-bottom: 20px;
}

#articleColumnWithSidebar {
	text-align: left;
	float: left;
	width: 460px;
	padding: 10px;
}

#articleColumnWithSidebar a {
	color: #0000FF;
	text-decoration: none;
}
#articleColumnWithSidebar a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#articleColumnWithSidebar li {
	padding-bottom: 12px;
}


#articleColumnWithSidebar p {
	line-height: 2.5em;
	padding-bottom: 20px;
}






#clear {
	clear: both;
}
#column {
	width: 335px;
	padding-right: 7px;
}
#column  h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	padding-top: 10px;
}
#column  p {
	padding-bottom: 7px;
	font-size: 12px;
}

#footer {
	position: relative;
	padding-top: 7px;
	padding-bottom: 15px;
	width: 800px;
	
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: none;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-align: center;
	font-size: 85%;
}
#index {
	text-align: left;
	float: left;
	width: 800px;
	padding: 10px;
}
#index a {
	color: #333333;
	text-decoration: none;
}
#index a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#index li {
	padding-bottom: 12px;
}
#index p {
	line-height: 2.5em;
	padding-bottom: 20px;
}


#intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding: 10px 15px;
	margin-bottom: 20px;
	font-style: italic;
}
#navigation {
	width: 80px;
	float: right;
	padding-right: 5px;
	margin-top: 15px;
}


#navigation a {
	text-decoration: none;
	color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#navigation a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#navigation h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}





#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	color: #333333;
	background-color: #e6e6e6;
	float: right;
	width: 300px;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 7px;
	padding-right: 7px;
}


#sidebar a {
	color: #0000FF;
	text-decoration: none;
}

#sidebar a:hover {
	color: #333333;
	text-decoration: none;
}
#sidebar h2 {
	padding-bottom: 15px;
}

#sidebar p {
	padding-bottom: 20px;
	font-size: 90%;
}




#wrapper {
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	color: #333333;
	line-height: 1em;
	padding-top: 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	margin-bottom: 5px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: oblique;
	margin-bottom: 5px;
	font-weight: normal;
}

img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}

ol {
	padding-left: 3em;
	margin-top: 2em;
	margin-bottom: 2em;
}

ul {
	margin-top: 5px;
	margin-bottom: 20px;
	list-style-type: square;
	list-style-position: outside;
	padding-left: 25px;
}



.blockquote {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 50px;
	padding-left: 15px;
	border-left: 3px solid #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
} 


.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
.floatLeft {
	float: left;
	padding-left: 10px;
}
.floatRight {
	float: right;
	padding-right: 10px;
}

.glance {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 50px;
	padding-left: 15px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #ccc;
}

.nobullets {
	list-style-type: none;
}



.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: -20px;
}

.references {
	text-indent: -25px;
	margin-left: 25px;
	padding-bottom: 5px;
}

