@charset "utf-8";
/* CSS Document */
body 
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#ads
{
    position:absolute;
	left:800px;
	top:70px;
	width:153px;
	height:254px;
	background-image:url(ads.jpg);
}

#centerpage
{
    position:relative;
	left:30px;
	background-image:url(mainpic.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:529px;
	border:2px solid #000000;	
	border-top: none;
    z-index: 2;	
}

#centerpage a 
{
    text-decoration: none;
	color: #E8E9BE; 
}

#icb
{
    position:absolute;
	left:880px;
}

img 
{
    border: none;
} 

#main
{
    margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:730px;
	border: 1px solid #000000;    
}

#marginsmall
{
    margin-top:2px;
	margin-left:3px;
	margin-right:3px;
}

#text
{
    position:absolute;
	left:380px;
	top:30px;
	width:300px;
	height:320px; 
}

#text2
{
    position:absolute;
	left:700px;
	top:60px;
	width:220px;
	height:254px;
	background-color:#f7fbf7;
}

#text3
{
    position:absolute;
	left:430px;
	top:335px;
	width:430px;
	height:75px;
}

#text4
{
    position:absolute;
	left:380px;
	top:30px;
	width: 330px;
	height:420px; 
}

#text5
{
    position:absolute;
	left:720px;
	top:40px;
	width:220px;
	height:254px;
	background-color:#f7fbf7;
}

#title
{
    position:relative;
    height:149px;
	width:1024px;
	background-image:url(title.gif);
}

.largetext{font-size:16px; font-weight:bold;}

A:link {text-decoration: none; color:#003366;}
A:visited {text-decoration: none; color:#003366;}
A:active {text-decoration: none; color:#003366;}
A:hover {text-decoration: underline; color: red;}
/*- Menu Tabs--------------------------- */ 


    #tabmenu {
		color:#000000;
		border-bottom: 2px solid black;
		margin: 12px 30px 0px 30px;
		padding: 0px;
		z-index: 1;
		 }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
		color: #000000;
		background: #cbfcd2;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		border: 2px solid black;
		padding: 2px 5px 0px 5px;
		margin: 0px;
		text-decoration: none; }

	#tabmenu a.active {
		background: #fa9393;
		border-bottom: 3px solid #fa9393; }


	#tabmenu a:visited {
		color: #000000; }

	
	  
	