@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
p {
	color: #FFFFFF;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 2px;
	text-indent: 10px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	font-weight: bold;
}
a:link {
	color: #0033FF;
}
a:hover {
	color: #6666CC;
}
h1 {
	color: #FFFFFF;
	font-size: large;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	color: #009696;
	font-size: small;
	padding: 0px;
	margin: 2px;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
}

/* Overall Continer */

#wrap {
	width: 800px;
	margin: 10px auto 0px auto;
	height: 1042px;
	background-repeat: no-repeat;
	background-color: #000000;
}

/* Flash Content */

#flashcontent {
	width: 800px;
	z-index: 2;
}
.innerFlashCont {
	padding: 10px;
	margin-top: 45px;
}
.innerFlashCont a {
	color: #009696;
}

/* Replacement Content */

.projectBox {
	padding: 0px 0px 0px 5px;
	margin: 5px;
	width: 90%;
	left: 10px;
	position: relative;
}
.projectCopy   {
	border-top-style: none;
	color: #FFFFFF;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 0px;
}

/* Bookmark Menu */

#bookmarks {
	background-color: #000000;
	height: 26px;
	width: 760px;
	padding: 20px;
	text-align: center;
}
.bookmarksimg {
	padding-right: 10px;	
}