/* CSS Document */
body { text-align: center; background-color:#000099;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
margin:0 auto;
}

#main_container {
	width: 90%;
	background-color:#3300CC;
	margin-top:5px;
	margin-left:auto;
margin-right:auto;

	
	}

a:link, a:visited, a:hover {
	color:#FFFFFF;
	text-decoration:none;
	
}

a:hover {
	text-decoration: underline;
	color:#FF0000;
}

a:visited {
	text-decoration: underline;
	color:#FFFFFF;
	font-style: normal;
	font-weight: bold;
}



#photo {
	width: 156px;
	height:221px;
	border-style:solid;
	border-width: 2px;
	border-color:#333333;
	float:left;


}
#bar {width: 100%;
height:auto;
border-bottom-color:#CCCCCC;
border-bottom-style:solid;
border-bottom-width:1px;
border-top-color:#CCCCCC;
border-top-style:solid;
border-top-width:1px;
background-repeat:repeat-y;
background-color:#3300CC;
}

#img_holder {width:100%;
color:#CCCCCC;
}
#bio_img_holder {width:250px;
color:#CCCCCC;
float:left;
margin-left:20px;
clear:right;
}


.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color:#FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.heading2 {color:#000099;
}
.heading3 { text-align: center; font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
font-weight:bold;}
.heading4 { text-align: center; font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000099;
font-weight:bold;}
.heading5 { text-align: left; font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666;
font-weight:bold;}
.heading6 { text-align: center; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;
font-size:18px;
color:#ffffff;
}


ul {
	list-style-type: bullet;
	margin-top: 3px;
	margin-bottom: 2px;
	margin-left: 20px;
	padding-left: 20px;

}
li {
	border-bottom: 0 solid #CCC;
	padding-bottom: 2px;
	font: 100% verdana, arial, helvetica, sans-serif;
line-height: 165%;
color:#fff;

}

#content {
	width:90%;
	height:auto;
	text-align:left;
	font-size: 12px;
	margin-left: 30px;
	margin-right: 10px;
	clear: left;
}
#bio_content {
	height:auto;
	text-align:left;
	font-size: 12px;
	margin-right: 10px;
	float:right;

}
.content {
	text-align:left;
	font-size: 12px;
	margin-left: 30px;
	margin-right: 10px;
	clear: left;
}


#content_below { width:95%;
float:center;
height: 170px;
font-size:12px;
padding-left:15px;
padding-top:5px;
text-align:center;
overflow: auto;
background-color:#FFFFFF;
border-style:solid;
border-width: 2px;
border-color:#CCCCCC;


}
#contact{width:100%;
font-size:10px;
color:#ffffff;
text-align: center;
padding-bottom: 10px;
background-color: #3300CC;
border-top:#CCCCCC medium solid;
}

#footer {width:100%;
font-size:10px;
color:#CCCCCC;
text-align: left;
padding:1px;
}
#space {width:100%;
clear:both;
}

img {
	border:1px solid #CCCCCC;
	padding:0px;
	background-color:#fff;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear:right;

}
-------------------navigation-------------------
#nav_holder {width:80%;
background-color:#00FF00;
clear:right;

}


#nav {
padding:0px;
width:675px;
margin:0px;
text-align:center;
clear:both;

}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	}
	
#navigation li {
	background: #fff;
	border-left: 1px solid #999;
	margin: 0;
	padding: 0;
	float:left;
	padding: 5px 10px;

	}
	
#navigation a {
	color: #3300CC;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	font-size:14px;
	}
	
#navigation a:hover {
	color:#FF0000;
	}
#navigation a:visted {
	color: #3300CC;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	font-size:14px;
	}
#navigation #currentpage a {
	color: #ffffff;
	padding: 5px 10px;
	text-decoration: none;
	font-size:14px;
	background:#CCCCCC;

	}

#currentpage a {
	color: #ffffff;
	padding: 5px 10px;
	text-decoration: none;
	font-size:14px;
	background:#CCCCCC;

	}
