/* G E N E R A L */

* {
	padding:0;
	margin:0;
	}

body{
     background-image:url(../images/bg.gif);
	
	

	
	}
	
img {
	padding:0;
	margin:0;
	}


h1, h2, h3, h4{
	font-size:14px;
	}

ul {
	margin-left:20px;
	}

a img{
	border:none;
	}

a {
	color:#000;
	text-decoration:none;
}	

a:hover {
	color:#CCCCCC;
}
	
	/* M A I N  */

#container {
	width: 765px;
	margin: 0 auto;
	padding:0;
	background-image:url(../images/container_bg.gif);
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	line-height:1.5em;

	}


.spacer {
    clear:both;
	width:1;
	height:1;
	overflow:hidden;

}
/* H E A D E R */


#header{
	width:380px;
	height:112px;
	background-image:url(../images/logo.jpg);
	margin-left:10px;
 

	}

#welcome_bg {
	width:800px;
	height:53px;
	background-image:url(../images/welcome_bg.jpg); 
}	

#header img {
	display:block;
	
	}

/* N A V B A R */
#navbar {
    width:765px;
	height:25px;
	background-color:#254a74;


}
#navbar_wrap{
	width:255px;
	float:right;


}

#navbar_wrap img{
float:left;

}



/* C O N T E N T */


#content {
	width:765px;
	
	
	/*border-top:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
*/
	}


#left_content {
	width:375px;


	float:left;
}



#left_content p {
	margin-left:40px;
	margin-right:40px;
}

#left_content h1 {
	font-size:14px;
	letter-spacing: 0em;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
}
#left_content ul {
	margin-left:80px;
}

#right_content {
	width:360px;
  

	float:left;
	
}

#right_content h1 {
	font-size:25px;
	letter-spacing:-0em;
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
}

#right_content h2 {
	font-size:20px;
	letter-spacing:-0em;
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
}
	
#right_content p {
	margin-left:20px;
}

table.the_table {

	margin-left:20px;
		margin-top:20px;

}

table.the_table td{
padding:0px 0px 0px 0px;
vertical-align:top;

}

table.gallery {
	position:relative;
	left:30px;
	margin-top:10px;

}

table.gallery td{
padding:5px 5px 5px 5px;

}

table.gallery td a{
color:#0033FF;
text-decoration:underline;

}
table.gallery td a:hover{
color:#fff;
text-decoration:underline;


}
td.address {
	background-image:url(../images/logoheader.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
	
#address {
float:left;
margin-right:15px;
	font-size:14px;
	color:#fff;
	letter-spacing: 0em;
	
	text-align:left;

}

#address h1 {
	color:#fff;
}

#address a {
	color:#9ec198;
}
#address a:hover {
	color:#666;
}


#address p{
	margin-left:5px;
	
}
#content_right p{
	margin-left:20px;
}



#content_right ul{
	margin-left:50px;
}


#footer {

	width:765px;
	height:53px;
	margin:auto;
	
	background-image:url(../images/footer_bg.gif);
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;

}

	
#footer a {
	color:#fff;
	text-decoration:none;
	}	
#footer a:hover {
	color:#666;
	text-decoration:underline;
	}		

		
#w3c {	
	float:right;
	padding: 10px;
	}
	
	
/* P O P B O X */

.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url("../images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   border: solid thin #CCCCFF;
   cursor: url("../images/magminus.cur"), pointer;
}