@charset "UTF-8";
{
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4;
	background-image: url(../Images/Rainbow.gif);
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
p.indent1 {
	left: 30px;
	position: absolute;
}
p.indent {
	text-indent:30px;
}
.text1{
	text-align: center;
	line-height: 100%;
	color: #009;
}
.text2{
	text-align:center;
}
a img {
	border: none;
}
a:link {
	color: #0000CC;
	font-size: 100%;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	color: #0000CC;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #609;
}

.container {
	width: 1030px;
	margin: 0 auto;
}
.header {;
	z-index: 1;
}

.sidebar1 {
	float: left;
	width: 220px;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 500px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: justify;
}
.contentHeader {
	padding: 10px 0;
	width: 480px;
	float: left;
	position: relative;
	left: 20px;
	top: -110px;
	right: 0px;
	text-align: justify;
	z-index: -1;
	
}
.contentText {
	padding: 15px 0;
	width: 480px;
	float: left;
	position: relative;
	left: 20px;
	top: 0px;
	right: 0px;
	text-align: justify;
}
.contentNick {
	padding: 10px 0;
	width: 510px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: justify;
}
.contentTextNick {
	padding: 10px 0;
	width: 480px;
	float: left;
	position: relative;
	left: 25px;
	top: -100px;
	right: 0px;
	text-align: justify;
}
.contentTextUP{
	padding: 15px 0;
	width: 480px;
	float: left;
	position: relative;
	left: 20px;
	top: -130px;
	right: 0px;
	text-align: justify;
}
.contentTextBio {
	padding: 15px 0;
	width: 710px;
	float: left;
	position: relative;
	left: 20px;
	top: -100px;
	right: 0px;
	text-align: justify;
}
.content_TOC {
	padding: 10px 0;
	width: 450px;
	float: left;
	position: relative;
	left: 25px;
	top: -100px;
	right: 0px;
	text-align: justify;
}
.sidebar2 {
	float: left;
	width: 300px;
	padding: 10px 0;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ The footer styles ~~ */
.footerHome {
	padding: 10px 0;
	position: relative;
	left: 0px;
	top: -150px;
	right: 0px;
	clear: both;
}
.footerContact {
	padding: 10px 0;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	clear: both;
}
.footer_TOC {
	padding: 10px 0;
	position: relative;
	left: 0px;
	top: -140px;
	right: 0px;
	clear: both;
}
.footerHomeNick {
	padding: 10px 0;
	position: relative;
	left: 0px;
	top: -130px;
	right: 0px;
	clear: both;
}

img.alignright { float: right; padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { float: left; padding: 4px; margin: 0 7px 2px 0; display: inline; }
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption { margin: 5px; padding: 5px; font-size:90%; color: black }

#picturebob {
	float: left;
	position: relative;
	width: 0px;
	height: 0px;
}
#picturebob a.small, #picturebob a.small:visited {
	display: block;
	width: 0px;
	height: 0px;
	text-decoration: none;
	bottom: 0px;
	left: 0;
	border: 0;
}
#picturebob a img {
	border:0;
}
#picturebob a.small:hover {
	text-decoration: none;
}
#picturebob a .large {
	display: block;
	float: right;
	width: 0;
	height: 0;
	border: 0;
	bottom: 0px;
	left: 0;
}
#picturebob a.small:hover .large {
	display: block;
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
	bottom: 100px;
	left: 0px;
	z-index: 1;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
