@import url("projects_pages.css");
/* CSS Document */


body {
	background-color:#CBF0FF;
	margin-top: 25px;
	font-family:Times;
	font-size:12px;
	color:#111111;
}

.italic {
	font-style:italic;
}

.bold {
	font-weight:bold;
}

.h1 {
	font-family:Georgia;
	font-size:150%;
	color:#003399;
	font-style:italic;
	font-weight:bold;
}

.h2 {
	font-family:Georgia;
	font-size:125%;
	color:#003399;
	font-style:italic;
	font-weight:bold;
}

.h3 {
	font-family:Arial;
	font-size:150%;
	color:#DDDDDD;
	font-weight:bold;
}

.h4 {
	font-family:Georgia;
	font-size:110%;
	color:#003399;
	font-weight:bold;
}

.h1center_text {
	text-align:center;
	font-family:Georgia;
	font-size:150%;
	color:#003399;
	font-style:italic;
	font-weight:bold;
	
}

.justify_left {
	text-align:left;}


/* begin CSS menu */

* {

	margin:0px 0px 0px 0px;
	padding:0px;
	
}
div#ul_to_menu {
	margin:auto;
	width:559px;
	text-align: center;
	position: absolute;
	left: 39px;
	top: 0px;
	font-family:"Geneva";
	font-size:95%;
	color:#003399;
	font-weight:bold;
	text-decoration:none;
	border-bottom-color: #006699;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

div#ul_to_menu li {
	list-style-type:none;
	display:inline;
	
}

div#ul_to_menu a {
	/*display:block;*/
	padding:0 5px;
	color:#003399;
	font-weight: bold;
	text-decoration:none;
	
}

div#ul_to_menu a:hover {
	color:#880000;
	font-weight: bold;
	color:#0099CC;
	
}
/* end CSS menu */

div#wrapper_rev {
	position:relative;
	width:640px;
	min-height:250px;
	margin:auto;
	background-color:#FFFFFF;
}

div#header_rev {
	position:relative;
	float:left;
	width:640px;
	background-image:url(../images/TOAKwebsite_header_rev.jpg);
	height:220px;
	background-repeat:no-repeat;
}

div#background_rev {
	position:relative;
	float:left;
	width:640px;
	min-height:250px;
	background-image:url(../images/TOAKwebsite_inside_background.jpg);
	background-repeat:repeat-y;
}
	
.padding-text {
	padding-left:10px;
	font-size:9pt;
	font-family:"Times New Roman", Times, serif;
}

div#about_us_rev {
	position:relative;
	float:left;
	width:245px;
	min-height:115px;
	border-right:#003399 thin solid;
	margin-left:15px;
	padding-right:15px;
}

div#index_project {
	float:left;
	width:267px;
	text-align:center;
}

div#index_bio {
	float:left;
	width: 245px;
	margin:-15px 0 0 15px;
	padding-right:15px;
}


div#updates_rev {
	float:left;
	width: 270px; 
	min-height: 615px; 
	background-color: #000000; 
	margin-top:-35px;
	padding:0 15px 15px 15px; 
	color:#DDDDDD;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
}

div#updates_rev a:link {
	color:#DDDDDD;
	text-decoration:underline;
}

div#updates_rev a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

div#updates_rev a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

div#updates_rev a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

div#black_divider_rev {
	position: relative;
	float:left;
	width: 591px; 
	height: 17px; 
	background-color:#000;
	margin-left:-10px;
}

div#inside_bottom_rev {
	position:relative;
	float:left;
	width:640px;
	background-image:url(../images/TOAKwebsite_inside_bottom.jpg);
	height:65px;
	background-repeat:no-repeat;
}

div#bottom_links {
	position: relative;
	float:left;
	width: 640px;
	height: 69px;
	background-color: #FFFFFF;
	text-align:center;
}

img#jennifer, img#john {float:left; padding: 0 5px 0 0}



/* begin Contact page */

#content_contact {
	position:absolute;
	width:374px;
	height:115px;
	z-index:1;
	text-align: left;
	left: 183px;
}
/* end Contact page */


