html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a 
{
	color:Black;
	vertical-align:middle;
	outline-width:0;
	text-decoration:none;

}
a:hover {
	color: Red;
	text-decoration:underline;
	cursor:pointer;
}
a:active 
{
	color: Red;
    text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: black url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: Black;
	padding-bottom: 15px;
	padding-top: 15px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 776px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}

#header {
  position: absolute;
  top: 0;
  left: 243px;
  width: 525px;
  height: 151px;
  background: url(images/header_2.jpg) no-repeat;
}

#photoimg
{
  width: 525px;
  height: 151px;	
}

#left {
  float: left;
  width: 243px;
}
#logo 
{
  width: 244px;
  height: 152px;
  background: url(images/header_1.jpg) no-repeat;
  text-align: right;
}
#logo h1 {
  padding-top: 30px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8; /*Grey*/
  border-bottom: 1px solid #B8B8B8; /*Grey*/
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#nav {
  background: url(images/nav_left.jpg) no-repeat;
}
#nav a{
  color:White;
}

#nav a:active 
{
	color: Red;
    text-decoration: underline;
}

#nav a:hover {
	color: Red;
	text-decoration:underline;
	cursor:pointer;
}

.support {
  padding-top:1px;
  height: 170px;
  margin-left:20px;
}

#right {
  float: right;
  width: 510px;
  padding-right: 12px;
  padding-top: 150px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: #BE8B06; /*Orange*/
  border-bottom: 1px solid Red;/*#C4AE7C;/*orange/beige*/
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  font-weight: bold;
  color: Black;/*#BE8B06;*/
  padding-bottom: 0px;
}
#welcome 
{
	width: 80%;
	padding-top: 0px;
	font-weight:bold;
	/*margin-right: 260px;*/
  /*padding-bottom: 210px;*/
}

#right .left {
  margin-right: 18px;
}

#footer {
  background: url(images/footer_bg.gif) repeat-y;
}
#copyright {
  text-align: center;
  padding: 20px 0px 20px 0px;
  font-size: 9px;
  color: Red;/*#715F36;*/
  font-weight: bold;
}
#footerline{
	background: url(images/footerline.gif) no-repeat;
	height:10px;
	/*display:block;*/
	/*font-size:1px;*/
	margin: auto;
	width: 778px;
	/*position: relative;*/
}
#headerline{
	background: url(images/headerline.gif) no-repeat;
	height:10px;
	margin: auto;
	width: 776px;
	position: relative;
	display:block;
	font-size:1px;
}
#test2
{
	background: url(images/TourImpactUni-Head.gif) no-repeat;
	height:375px;
	background-position: 405px 0px
}

#mainbody
{
  /*border-style:solid;
  border-color:Black;*/ 
  width:500px;
  float: right;
  padding-right: 0px;
  padding-top: 10px;
}

#banner
{
	height: 65px;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-color: #000;
}

#TopMenu
{
	float: right;
	padding-left: 0px;
}

#TopMenu a
{
	color:White;
	outline-width:0;
}
#TopMenu a:hover {
	color: Red;
	text-decoration:underline;
	cursor:pointer;
}
#TopMenu a:active {
    text-decoration: underline;
    color: Red;
}

/*
#greypage
{
z-index:4;
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background-color:#000;
visibility:hidden;
filter:alpha(opacity=60);
opacity:0.6;	

        position: absolute; 
        z-index:1;
        top: 0px; 
        left: 0px; 
        width: 100%; 
        height: 100%; 
        background: #000; 
        filter: alpha(opacity=60); 
        opacity: 0.6; 
*/
}
/*
#newBuilding
{
	z-index:5;
	width:781px;
	height:470px;
	border:1px solid #000000;
	position:fixed;
	background-color:#FFFFFF;
	visibility:hidden;
	background-image:url(images/Flye32.JPG);
	background-position:bottom;
	background-repeat:no-repeat;
}
*/