@charset "utf-8";

*
{
	margin: 0px;
	padding: 0px;
}
html,body,div#noFlashContent
{
	width:100%;
	height:98%
}
body
{
	padding-top:2em;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	background-image: url(../Images/repeatingBG.jpg);
	background-repeat: repeat;
}
#GlobalContainer 
{
	position:relative;
	width: 900px;
	text-align:left;
	margin: 0 auto;
}
#PageTop {
	background-image: url(../Images/BackgroundTop.png);
	height: 50px;
	width: 900px;
}
#PageMiddle {
	width:900px;
	background-image: url(../Images/BackgroundMiddle.png);
	background-repeat: repeat-y;
	padding-left: 25px;
	min-height: 650px;
}
#PageBottom {
	background-image: url(../Images/BackgroundBottom.png);
	height: 50px;
	width: 900px;
}
#SectionTop {
	background-image: url(../Images/SectionTop.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 650px;
}
#SectionContent {
	background-image: url(../Images/SectionMiddle.png);
	background-repeat: repeat-y;
}
#SectionBottom {
	background-image: url(../Images/SectionBottom.png);
	background-repeat: no-repeat;
	height: 40px;
	clear: both;
}

#MainWrapper {
	width: 850px;
	min-height: 550px;
}
#PageHeader 
{
	position:relative;
	background-image: url(../Images/Logo%20glow.png);
	background-repeat: no-repeat;
	height: 100px;
}
#PageHeader    h1  
{
	margin-left: -9000px;
}
#PageContent{
	padding-top: 2em;
	position: relative;
}

#flashMessage {
	text-align: center;
}

#flashMessage a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}
#PageNavigation {
	width: 100%;
}

#PageNavigation  ul
{
	list-style:none;
	background-image: url(../Images/menuBG.jpg);
	background-repeat: repeat-x;
	height: 28px;
	position: relative;
}
#PageNavigation  ul  li
{
	position:relative;
	float:left;
	width: 20%;
}
#PageNavigation  ul  li  a
{
	display:block;
	text-decoration:none;
	height:28px;
	text-align:center;
	font-size:16px;
	line-height:1.5em;
	color:#FFF;
	float:left;
	overflow:hidden;
	background:url(../Images/menuSep.jpg) no-repeat left top;
	font-variant: small-caps;
	width: 100%;
}
.Section   {
	padding-right: 100px;
	padding-left: 100px;
	clear: both;
	margin-top: 2em;
	position: relative;

}
.Section    h2   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 0.5em;
	font-variant: normal;
	padding-left: 1em;
}
.Section   p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-align: justify;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 2em;
}
#Project {
	padding: 25px;
	width: 600px;
}
#Project h1 {
	color: #FFFFFF;
	font-size: 16px;
}

#Project img {
	float: left;
	padding: 2em;
}
#Project p {
	padding-top: 2em;

}

#topLink   {
	background-image: url(../Images/UpArrow.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 20px;
	width: 125px;
	padding-top: 25px;
	position: relative;
	left: 500px;
}
#topLink a {
	color: #FFFFFF;
	text-decoration: none;
}
