body {
	background-color: #fff;
	background-image: url(../images/background.png);
}

/* Header Style */

#header_image {
	float: left;
}

#header {
	color: #131313;
	background: #eee url(../images/alert-overlay.png) repeat-x;
	display: inline-block;
	text-decoration: none;
	text-align: left;
	-moz-border-radius-bottomright: 3ex;
	-moz-border-radius-bottomleft: 3ex;
	-webkit-border-bottom-right-radius: 3ex;
	-webkit-border-bottom-left-radius: 3ex;
	margin-bottom: 9px;
	height: 124px;
	border-style: solid;
	border-color: #155a99;
	border-top-width: 0;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
}

/* Content Block Styling */

#content {
	color: #131313;
	background: #eee url(../images/alert-overlay.png) repeat-x;
	display: inline-block;
	text-decoration: none;
	text-align: left;
	-moz-border-radius-topright: 3ex;
	-moz-border-radius-topleft: 3ex;
	-webkit-border-top-right-radius: 3ex;
	-webkit-border-top-left-radius: 3ex;
	padding: 0;
	border-style: solid;
	border-color: #155a99;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 0;
	border-left-width: 3px;
}

img.body_image {
	float: right;
	margin: 0 9px;
	-moz-border-radius-topright: 1.5ex;
	-moz-border-radius-bottomleft: 1.5ex;
	-webkit-border-top-right-radius: 1.5ex;
	-webkit-border-bottom-left-radius: 1.5ex;
}

#content p {
	margin: 9px;
}

#content h3 {
	margin: 9px;
}

/* Footer */

#footer {
	color: #131313;
	background: #eee url(../images/alert-overlay.png) repeat-x;
	display: inline-block;
	text-decoration: none;
	text-align: left;
	border-top-style: none;
	border-style: solid;
	border-color: #155a99;
	border-top-width: 0;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	-moz-border-radius-bottomleft: 3ex;
	-moz-border-radius-bottomright: 3ex;
	-webkit-border-bottom-right-radius: 3ex;
	-webkit-border-bottom-left-radius: 3ex;
}

#footer p {
	text-align: center;
}

/* Individual Page Styles */

#page0 {
	
}

#page1 {
	
}

#page1 .subproject {
}

#page1 .subproject p {
	text-align: justify;
}

#page2 {
	
}

#page3 {
	
}

/* Menu Styling */

#topmenu {
	margin-top: 7.5em;
}

#topmenu a {
	margin-right: 9px;
}

#topmenu a, #topmenu a:visited {
	color: #fff;
	background: #155a99 url(../images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

#topmenu a:hover {
	background-color: #333;
	color: #fff;
}

#topmenu .select {
	background-color: #ccc;
	color: #333;
}

/* the project buttons */

#project_menu {
	width: 12em;
	margin-bottom: 1em;
	margin: 0px 0px 0px 9px;
}

#project_left h3 {
	color: #fff;
	background: #333 url(../images/alert-overlay.png) repeat-x;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	font-weight: bold;
	line-height: 1.5em;
	-moz-border-radius-topleft: 1ex;
	-webkit-border-top-left-radius: 1ex;
	margin: 9px 0 0px 9px;
	padding: 0px 0 0px 9px;
	width: 135px;
}

#project_menu ul {
	list-style: none;
	border: none;
}

#project_menu li {
	color: #fff;
	background: #155a99 url(../images/alert-overlay.png) repeat-x;
	display: inline-block;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

#project_menu li {
	display: block;
	padding: 0.5em;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #project_menu li {
	width: auto;
}

#project_menu li:hover {
	background-color: #333;
	color: #fff;
}

#project_menu .select {
	background-color: #ccc;
	color: #333;
}



/* Misc styles */

.shadow {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

