/* CSS Document */

<!--for use in screen media only --!>
html {overflow: -moz-scrollbars-vertical; overflow-y: scroll; }

.orange {
	border: 1px solid f88220;
}

body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
}

a:link{
	color: #00557e;
	text-decoration: none;
	}
a:visited {
	color: #005481;
	text-decoration: none;
	}
a:hover {
	color: #94c93f;
	}
a:active {
	color: #94c93f;	
	}
	
.blueborder {
	border: 1px solid #000077;
	}
	
.style4 { 
	font-size: xx-small;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.background_border_left {
	background-image: url(../images/tile_dot_left.jpg);
	background-repeat: repeat-y;
	}
	
.background_border_right {
	background-image: url(../images/tile_dot.jpg);
	background-repeat: repeat-y;
	}
	
#menu {
	margin-top: 20px; }

.nobullet {
	text-align: left;
	list-style: none;
	line-height: 14px;
	margin-left: 3px;
	padding-left: 3px;

	}
	
.white { background-color: #FFFFFF;}


	
/* Galleria Overrides */
table tr td ul.galleria {
	width:710px;
}
div.galleria_wrapper img{
	display: block;
	width: 413px;
	margin: 0px auto 0px auto;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	margin-top: 20px;
	display: block;
	}

