body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:DDDDDD;
	background:url('/site-img/bg-pat.gif');
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin:0px auto 0px auto;
}
#topcontainer{
	margin:0px auto 0px auto;
	padding:0px;
	background:url('/site-img/backdrop.png');
	background-repeat:repeat-x;
	background-position:top center;
	width:100%;
	text-align:center;
}
#container{
	width:880px;
}
#headertable{
	width:850px;
	margin:15px auto 5px auto;
}
#headertdleft{
	width:349px;
	vertical-align:top;
}
#headertdcenter{
	width:382px;
	vertical-align:top;
	padding: 10px 15px 0px 15px;
	font-family:'Times New Roman', Times, serif;
	font-style:italic;
	font-size:15px;
	letter-spacing:1px;
	color:#e9e1c6;
}
#headertdright{
	width:119px;
	vertical-align:top;
}
img{
	border:none;
}
.oneColFixCtr2 #container {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr2 #mainContent {
	/*padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
}
.mainbox{
	position:relative;
	float:left;
	width:880px;
}
.topboxes{
	postition:relative;
	float:left;
	width:720px;
	background-color:#DDDDDD;
	margin-bottom:5px;
}
.groupbox{
	position:relative;
	float:right;
	width:160px;
}
h1 {
	text-align:center;
}
h2 {
	text-align:center;
}
.topnav{
	position:relative;
}
.topnavleft{
	position:relative;
	text-align:left;
	width:25%;
}
.topnavright{
	position:relative;
	float:right;
}
#footer{
	padding:20px;
	font-size:x-small;
	text-align:center;
}
  /**********************/
 /* DEFAULT TEXT LINKS */
/**********************/
a{
	text-decoration:none;
}
a:link{
	color:#DDDDCC;
}
a:visited{
	color:#DDDDCC;
}
a:hover{
	color:#FFFFCC;
}
a:active{
	color:#FFFFCC;
}
