@charset "utf-8";
/* CSS Document */
a:link
{
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-weight: 500;
	text-decoration: underline;
}

a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-weight: 500;
	text-decoration: underline;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	font-weight: 500;
	text-decoration: underline;
}

a:active
{
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-weight: 500;
	text-decoration: underline;
}

a img
{
    border: none;
}

img.ImageBorder
{
    border-bottom: thin solid #000000;
    border-top: thin solid #000000;
    border-left: thin solid #000000;
    border-right: thin solid #000000;
}
div.HeaderIMG{
	position:relative; 
	width:689px; 
	float:left;
}
div.spacer1{
	width:20px; 
	float:left;
}
div.LinkButtonDiv{
	position: relative; 
	width:50px; 
	float: right;
	text-align: right;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	font-size: 1.5em;
	font-style: normal;
	font-variant: normal;
}

div.ContentPaneDiv
{
	background-color: #FFFFFF;
	width: 768px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	position: static;
}div.HeaderDiv {
	width:768px; 
	height:200px;
	margin: 0px auto;
	position: relative;
}
div.NavDiv {
	height: 75px;
	width: 768px;
	position: relative;
}
div.ProjectDivLeft {
	background-color: #FFFFFF;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	width: 359px;
	position: relative;
	left: 0px;
	top: 0px;
}
div.ProjectDivRight {
	background-color: #FFFFFF;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	width: 359px;
	position: relative;
	left: 369px;
	top: 0px;
}
div.ProjectGames {
	background-color: #FFFFFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}


td.HeaderTD
{
	background-color: #505050;
	border-bottom: thin solid #000000;
	border-top: thin solid #000000;
	border-left: thin solid #000000;
	border-right: thin solid #000000;
	text-align: center;
	color: #E0DE2C;
}

td.TableBorder1
{
	border-bottom: thin solid #000000;
	border-top: thin solid #000000;
	border-left: thin solid #000000;
	border-right: thin solid #000000;
	padding: 10px;
}

td.TableBorder2
{
    border-bottom: thin solid #000000;
    border-right: thin solid #000000;
}

td.TableBorder3
{
    border-bottom: thin solid #000000;
}td.TableBorder4 {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
div.LeftContentPaneDiv {
	background-color: #FFFFFF;
	width: 768px;
	padding: 10px;
	position: static;
	border: medium solid #000000;
	margin: 0px auto;
}
div.ContentDiv{
	background-color: #FFFFFF;
	width: 742px;
	height: auto;
	overflow: auto;
	padding: 10px;
	border: medium solid #000000;
	margin: 0px auto;
	position:relative;
}
div.CenterDiv {
	width: 768px;
	margin: 0px auto;
	position: relative;
}
div.FooterDiv {
	width: 742px; 
	position:relative; 
	float:left; 
	margin: 0px auto; 
	text-align:center; 
	font-size:14px;
}
div.LeftNavDiv {
	 position:relative; 
	 float:left;
}
div.RightNavDiv {
	 position:relative; 
	 float:right;
}
div.ProjectHeaderDiv{
	background-color: #505050;
	border-bottom: thin solid #000000;
	border-top: thin solid #000000;
	border-left: thin solid #000000;
	border-right: thin solid #000000;
	text-align: center;
	color: #E0DE2C;
	width: 742px;
	position: relative;
}
div.ProjectContentDiv{
	width: 742px;
	height: auto;
	position: relative;
}
div.ProjectContentLeftDiv{
	width: 400px;
	height: auto;
	position: relative;
	float: left;
}
div.ProjectContentRightDiv{
	width: 320px;
	height: auto;
	margin: 0px auto;
	float: right;
	position: relative;
}

div.ProjectListingDiv{
	margin: 0px auto; 
	width:742px;
	padding-top: 10px;

	overflow: auto;
	position: relative;
	float: left;
}
div.ProjectListingImgDiv{
	position:relative; 
	float: left; 
	width: 204px;
	overflow: auto;
}
div.ProjectListingDescDiv{
	position:relative; 
	float: left;
	width: 500px;
	font-size: 16px;
	overflow: auto;
}
div.ProjectListingSpacer{
	margin:0px auto; 
	width:742px; 
	position:relative; 
	float: left; 
	overflow: auto;
}

.body {
	background-attachment: scroll;
	background-image: url(images/newbg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.newbody {
	background-attachment: scroll;
	background-image: url(images/newbg.png);
	background-repeat: repeat-x;
	background-position: -750px 100px;
	width: 100%;
}