#global {
	margin-left: auto;
	margin-right: auto;
	width: 800px; /* mandatory to be centered */
	margin-top: 0px;
     }
	 
	

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #07152d;
	
	font-family: Arial, Helvetica, sans-serif, arial, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	
}

#header{
background-image:url(images/bar.gif);
width: 100%;
height: 153px;
}


a.nav, a.nav:link, a.nav:visited {
	position: relative;
	top: 13px;
	display:block;
	width:109px;
	height:40px;
	background:url(images/link.gif); /*image should contain regular image and hover image, stacked*/
	background-position: 0 0px;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif, arial, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 14px;
	color:#fff;
	line-height:40px;
	overflow:hidden;
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	float: left;
	background-image: url(images/link.gif);
}
a.nav:hover {
	color: #000;
	background-position: 0 40px;
	font-weight: none;

}
a.nav:active {
		color: #fff;
	background-position: 0 40px;
	font-weight: none;
	text-decoration:underline;
}

#bar{
position:relative;
background-image:url(images/bar.gif);
width:100%;
height: 40px;
top: 113px;
}


a.bar, a.bar:link, a.barv:visited, a.hover:visited, a.barv:active {

	display:block;
	width:124px;
	height:40px;
	background:url(images/link.gif); /*image should contain regular image and hover image, stacked*/
	background-position: 0 0px;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif, arial, sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 14px;
	color:#fff;
	line-height:40px;
	overflow:hidden;
	border-right: 1px #666 solid;
	float: left; /* eliminate float for vertical display */
	

}



.italic{
font-size: 10px;
font-style: italic;
}


.float_right{
float: right;
margin-left: 20px;


}

.footer{
color: #666;
}


#logo{
position: relative;
top: 0px;
left: 0px;
width: 221px;
height: 100px;
margin-right: 20px;
}

#background{
background-image:url(images/background.gif);
width: 100%;
height: 462px;

}


#text_white_bg{
width: 800px;
background-color: #fff;
border: solid 2px #000;
}

#inner_text_white_bg{
width: 780px;
background-color: #fff;
margin: 10px;
line-height: 18px;

}

#text_yellow_bg{
width: 800px;
background-color: #eec02f;
border: solid 2px #000;
}

#inner_text_yellow_bg{
width: 780px;
background-color: #eec02f;
margin: 10px;
line-height: 18px;

}


#inner_text_no_bg{
width: 780px;

margin: 10px;
line-height: 18px;
background-color: #eec02f;

}


#text_no_bg{
width: 800px;
background-color: #eec02f;
border: solid 1px #000;

}





.normal_line_spacing{
line-height:normal;
}


.samples_float{
float:left;
margin-right: 15px;
}


a:link {
text-decoration: none; 
color: #006;
}


a:visited {
text-decoration: none; 
color: #006;
}


a:hover {
color: #000066;
text-decoration: underline;
}


a.services:link {
text-decoration: none; 
color: #0000;
line-height: 21px;
}


a.services:visited {
text-decoration: none; 
color: #000;
line-height: 21px;
}


a.services:hover {
color: #000066;
text-decoration: underline;

}

.underline{
text-decoration:underline;
font-weight:bold;
}





