/* CSS Document */
body {
background-color:#ffffff;
background-image:url(../img/tilebg.gif);
background-repeat:repeat-x;
 margin: 0px 0px 0px 0px;  
}
#indexbg{
	background-image: url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}

a {
}
a:link {color: #000000}
a:visited {color: #000000}
a:active {color: #000000}
a:hover {color: #ff0000}
h1{
font-size:large;
}
/*---------------div tags-----------------*/


#main{
margin: 0px 0px 0px 0px;

}
#flash{
position:relative;
top:0px;
margin: 0px 0px 0px -30px;
padding: 0px 0px 0px 0px;
}
#buttons{
	font-size:small;
	}
#contentbody{
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size: medium;
	margin: 10px 30px 10px 30px;
}

#graphic1{
	position:inherit;
	top: 0px;
	right: 0px;
	text-align:center;
}
#title{
text-align:center;
}
#graphic2{
	position:absolute;
	top:230px;
	left:90px;
}


#centercontent {
		background:#fff;
   		margin-left: 10px;
   		margin-right:10px;
		margin-top: 60px;
		border:1px solid #000;
		/*-----CSS hack to fix an IE5x bug---------*/		
		/*-----IE sees } and thinks the tag--------*/
		/*-----has ended then the new values-------*/
		/*-----are assigned------------------------*/
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:201px;
		}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
		}
#rightcontent {
		position: absolute;
		right:10px;
		top:171px;
		width:200px;
		text-align:left;
		font-size:smaller;
		margin: 0px -10px 0px -10px;
		/*background:#fff;*/
		/*border:1px solid #000;*/
		}
#rightcontentbody{
	margin: 180px 10px 10px 10px;
	/*border-style:solid;
	border-color:red;
	border-width:1px;*/
	}
#leftcontent {
		position: absolute;
		left:10px;
		top:171px;
		width:200px;
		text-align:right;
		font-size:small;
		margin: 0px -10px 0px -10px;
		/*background:#fff;
		border:1px solid #000;*/
		}
#leftcontentbody{
	margin: 0px 10px 10px 10px;
	}
	
.centerimage{
	width:150px;
	height:150px;
	border:1;
	/*padding:10px 10px 10px 10px;*/
	margin: 10px -110px 10px 10px;
	}
body.body404{
background-color:#000000;
background-image:none;
width: 80%;
/*background-repeat:repeat-x;*/
/* margin: 0px 0px 0px 0px;  */
}