/* CSS Document */
body, html{
	background-color:#696a69;
	margin:0px;
	padding:0px;
}

#bottomBar a:link, #bottomBar a:visited{
	color:#ffffff;
}
#bottomBar a:hover{
	color:#ff0000;
}

p{
	color:#ffffff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
ul{
	color:#ffffff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#content a:link, #content a:visited{
	color:#ffffff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#content a:hover{
	color:#ff0000;
	text-decoration:underline;
}

ol{
	line-height:1.5em;
	color:#ffffff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
ol a:link, ol a:visited{
	color:#ffffff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
ol a:hover{
	color:#ff0000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}


h1{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}

#topBar{
	height:104px;
	line-height:1px;
}

#menu{
	background-image:url(Images/menuBg.jpg);
	height:53px;
	float:left;
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}

#menuLeft{
	float:left;
	width:245px;
	background-color:#000000;
	background-image:url(Images/menuBg.jpg);
	height:53px;	
}
#menuRight{
	float:left;
	width:245px;
	background-color:#000000;
	background-image:url(Images/menuBg.jpg);	
	height:53px;
	border:0px green solid;
	text-align:left;
}

#mainBody{
	background-color:#000000;
	background-image:url(Images/circles.jpg);
	background-repeat:repeat-y;
}

#leftCol{
	float:left;
	width:625px;	
}


#contentContainer{
	margin-left:20px;
	clear:left;
	background-color:#000000;
	width:542px;
	line-height:1px;
}

#contentTop{	
	height:17px;
	width:542px;
	background-image:url(Images/content_top.jpg);
	margin:0px;
	padding:0px;
	font-size:10px;
}
#content{
	overflow:hidden;
	width:542px;
	background-image:url(Images/content_BG.jpg);
	background-repeat:repeat-y;
	color:#dddddd;
	background-color:#ffffff;	
	margin:0px;
	padding:0px;
	line-height:normal;
}
#content p{
	color:#cccccc;
}
#innerContent{
	width:480px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;	
}
#contentBottom{
	height:16px;
	width:542px;
	background-image:url(Images/content_bottom.jpg);
	font-size:10px;
}


#rightCol{
	float:left;
	background-image:url(Images/sideBarBG.jpg);
	width:172px;
	min-height:300px;
	background-color:#000000;
	text-align:center;
}	

#title{
	float:left;
	width:245px;
	height:88px;
}


#bottomBar{
	clear:both;
	color:#ffffff;
	background-image:url(Images/bottomBG.jpg);
	background-repeat:repeat-x;
	text-align:center;
	background-color:#000000;
}

img.menuLinkImage{
	border:none;
}

#bioMenu img{
	border:none;
}

.bioThumbnail{
	width:89px;
	height:121px;
	margin-right:15px;
	margin-top:10px;
	border:none;
}