
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #202020;
}

ul {
	padding: 0;
	margin: 0;
}

h1 {
	clear: both;
	width: 80%;
	margin: auto;
	background: #000;
	display: block;
	color: #fa0591;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	font-style: italic;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

em {
	color: #fa0591;
	font-style: normal;	
	text-decoration: none;
}

.clearfix {
	clear: both;	
}

#primary_navigation ul {
	width: 100%;	
}

#primary_navigation ul li {
	background: #fa0591;
	border-bottom: 1px solid #fe39a9;
	float: left;
	display: block;
	height: 30px;
	width: 25%;
	list-style-type: none;
}

#primary_navigation ul li.selected {
	background: #000;
	color: #fa0591;
	border-bottom: 1px solid #000;
}


#primary_navigation li a {
	text-align: center;
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

#primary_navigation li.selected a {
	color: #fa0591;	
}

#primary_navigation {
	border-bottom: 1px solid #000;
}

#secondary_navigation ul li {
	background: #bebebe;
	height: 30px;
	margin-bottom: 1px;
	list-style-type: none;
}

#secondary_navigation li a {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	display: block;
	text-transform: lowercase;
}


#secondary_navigation.secondary ul li {
	background: #bebebe;
	height: 30px;
	margin-bottom: 1px;
	float: left;
	list-style-type: none;
	text-transform: lowercase;
}

#secondary_navigation.secondary ul li.back {
	width: 30%;	
}

#secondary_navigation.secondary ul li.title {
	width: 70%;	
}

#secondary_navigation.secondary li a {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	display: block;
	text-transform: lowercase;
}

#sequential_navigation {
	margin-top: 1px;
	clear: both;	
}

#sequential_navigation  ul {
	width: 100%;
	display: block;
}

#sequential_navigation  ul li {
	background: #bebebe;
	margin-bottom: 1px;
	float: left;
	display: block;
	height: 30px;
	width: 50%;
	list-style-type: none;	
}

#sequential_navigation  ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#project_title { 
	background: #000;
	text-transform: lowercase;
}

#project_display {
	clear: both;
	text-align: center;	
}

#project_information {
	margin: auto;
	width: 80%;
	color: #ccc;		
}

.center {
	text-align: center;
}

#secondary_navigation li.selected a  {
	color: #fa0591;
}

#secondary_navigation li.selected {
	background: #000;	
}

#sequential_navigation  ul {
	width: 100%;
	display: block;
}



#sequential_navigation  ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}


#text_container {
	margin: auto;
	width: 80%;
	color: #ccc;	
}
#awards_container {
	text-align: center;
	margin: auto;
	width: 80%;
	color: #ccc;
}

#awards_container p {
	width: 100%;
	background: #000;
}

.award_item {
	background: #000;
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
}

#sequential_navigation {
	margin-top: 1px;	
}

#sequential_navigation  ul {
	width: 100%;
	display: block;
}

#sequential_navigation  ul li {
	background: #bebebe;
	margin-bottom: 1px;
	float: left;
	display: block;
	height: 30px;
	width: 50%;
	list-style-type: none;	
}

#sequential_navigation  ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#project_title { 
	background: #000;
}

#project_display {
	text-align: center;
	width: 320px;
	overflow: hidden;
	clear: both;
	margin: auto;
}

#project_display img {
	width: 100%;
}


#project_information {
	margin: auto;
	width: 80%;
	color: #ccc;
	padding-bottom: 25px;
}

#text_container {
	padding-bottom: 20px;
}

#text_container strong {
	color: #fff;
	font-weight: bold;	
}

#text_container a {
	color: #fa0591;
	text-decoration: none;
}

#text_container p em {
	color: #fa0591;
	font-style: normal;	
}

#footer {
	background: #202020;
	color: #5a585a;
	font-size: 12px;
	width: 80%;
	margin: auto;
}

#footer em , #footer a {
	color: #fa0591;
	font-style: normal;	
	text-decoration: none;
}



