/* CSS Document */

/* General Styles */

body {
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:70%;
	}

a:link {
	line-height:1.4em;
	color:#000000;
	text-decoration:none;
	}

a:visited {
	color:#747B8E;
	text-decoration:none;
	}

a:hover {
	color:#cccccc;
	text-decoration:none;
	}


#frame {
	width:650px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background:#FFFFFF;
	}
	
/* End General Styles */
	
/* Begin Content */	

#content {
	width:650px;
	float:left;
	background:#FFFFFF;
	font:#000000;
	}
	
	
#content p{
	line-height:1.2em;
	}
	
#content li:before {
	line-height:1.2em;
	content: "\002D \0020";
	}
	
#content ul {
	list-style: none;
	margin-left: 3em;
	padding-left: 1em;
	text-indent: -1em;
	}
	
#contenttitle div{
	margin-bottom:1em;
	border-top: #000000 solid .5em;
	text-align:left;
}

/* End Content */

/* Begin Nav */

#topnav {
	background:#fff;
	font-size:200%;
	line-height:1em;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: solid #FFFFFF .8em;
	}
	
#topnav a {
	line-height:1em;
	color:#000000;
	}
	
#topnav a:hover {
	color:#FFFFFF;
	background:#000000;
	}
	
#topnav a:visited {
	color:#cacaca;
	}
	
	
h1 {
	font-size:14px;
	margin:2em 0 0 0;
	}
	
h2 {
	font-size:400%;
	margin:.35em 0 0 0;
	}
	
span {
	color:#777777;
	}	
	
	
/* End Nav */


/*  Begin Project  */

#projectwrap {
	background:#FFFFFF;
}
	
#projecttitle div{
	background:#000000;
	width:100%;
	height:3em;
	text-align:left;
	line-height:3em;
	padding-left:1em;
}

#projectinfo h1{
	color:#000000;
	width:100%;
	height:3em;
	text-align:left;
	line-height:3em;
}

#projectinfo a{
	line-height:1.4em;
	color:#000000;
	text-decoration:none;
}

#projectinfo a:hover{
	line-height:1.4em;
	color:#696969;
	text-decoration:none;
}

	
#border {
	border:1px;
	border-style:solid;
	border-color:#666666;
	margin-bottom:3em;
}

#noborder {
	border:0px;
	margin-bottom:3em;
}

#project div {
	color:#FFFFFF;
	width:650px;
	margin-bottom:3em;
	}
	
/*  End Project  */		


/*  Begin Footer  */

#footerwrap {
	background:#000000;
	width:650px;
	height:3em;
}

#footer div {
	width:650px;
	height:3em;

	}	
	
#footer li {
	display: inline;
	list-style-type: none;
	text-indent:none;
	font-size:100%;
	height:3em;
	line-height:3em;
	padding-left:1em;
	color:#000000;
	}
	
#footer a {
	font-weight:normal;
	color:#FFFFFF;
	line-height:3em;
	}
	
#footer a:hover {
	color:#696969;
	line-height:3em;
	}
	
#footer a:visited {
	color:#333333;
	line-height:3em;
	}

/*  End Footer  */

/*  Begin Color Block  */


#colorblock {
	position:fixed;
	width:650px;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:3em;
	padding:0px;
	text-align:left;
	background:#B3B3B3;
	}
		
	

/*  End Color Block  */

