/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		font-family: "franklin gothic", "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 75%;
		text-align: center;
		background:url(../images/tile.jpg);
		background-repeat: repeat;
		background-position: bottom left;
		background-color: #827b60;
		margin-top: 30px;
		}






																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container {background-image: url(../images/bridging_bg.jpg); width: 783px; margin: 0px auto; text-align: left; }
	div#header-wrap {
		margin: 0px 0;
		}
		div#header-in { padding: 0px; color: inherit; background-color: #fff; background-image: url(../images/header_bg.jpg); height: 169px; }
	div#content-wrap {
		
		}
		div#center { margin: 0 20px 0 190px; color: inherit; }
			div#center-in {
				padding: 10px;
				}
		div#lefttop {
		float: left;
		width: 170px;
		height: 16px;
		background-image: url(../images/navtop_bg.jpg);
		background-repeat: no-repeat;
		background-position: left; 
		}
		div#left { 
		margin-top: 15px;
		float: left; 
		width: 170px;
		color: inherit;
		background-image: url(../images/navtile_bg.jpg);
		background-repeat: repeat-y;
		background-position: left; 
		}
			div#left-in {
		clear: both;
				}
		div#leftbottom {
		float: left;
		width: 170px;
		height: 16px;
		background-image: url(../images/navbottom_bg.jpg);
		background-repeat: no-repeat;
		background-position: left bottom; 
		}
	div#footer-wrap {
		clear: both;
		}
		div#footer-in { background-image: url(../images/footer_bg.jpg); height: 80px; }

div#bottomspace {
	height: 30px;
	}




																/* >>> SUB CONTAINERS <<< */
div.box {
	float: right;
	width: 180px;
	margin: 20px 0;
	padding: 10px;
	color: inherit;
	background-color: #e6e2af;
	border: 1px solid #a7a37e;
	}

	div.left {
		float: left;
		margin: 20px 19px 20px 0;
		}
	div.right {
		
		}


																/* >>> LISTS <<< */
ul#nav-left {
	list-style: none;
	text-align: center;
	}
	ul#nav-left li {
		
		}
		ul#nav-left li a {
			display: block;
			font-family:Georgia, "Times New Roman", Times, serif;
			width: 105px;
			margin-left: 40px; 
			padding: 5px 10px;
			color: #4e8167;
			font-weight: bold;
			background-color: inherit;
			text-decoration: none;
			border-bottom: 1px solid #4e8167;
			}
		ul#nav-left li a:hover {
			color: #000;
			letter-spacing: 1px;
			border-bottom: 1px solid #4e8167;
			}
ul#nav-top {
	float: right;
	padding: 1px 0;
	list-style: none;
	}
	ul#nav-top li {
		display: inline;
		}
		ul#nav-top li a {
			margin: 0 8px;
			color: #888;
			background-color: inherit;
			font-size: 90%;
			text-decoration: none;
			border-bottom: 1px solid #eee;
			}
		ul#nav-top li a:hover {
			color: #4494FF;
			background-color: inherit;
			border-bottom: 1px solid #F1F7FF;
			}
ul#nav-footer {
	margin: 0 0 0 210px;
	padding: 0 2px;
	color: #aaa;
	background-color: inherit;
	font-size: 80%;
	list-style: none;
	text-align: right;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #aaa;
			background-color: inherit;
			}
		ul#nav-footer li a:hover {
			color: #333;
			background-color: inherit;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}





																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#header-wrap h1 {
	padding: 10px;
	font-size: 200%;
	}
div#center h1 {
	margin: 0 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 15pt;
	color: #046380;
	border-bottom: 1px solid;
	}
div#center h2 {
	margin: 0 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 10pt;
	border-bottom: 1px solid;
	color: #046380;
	}
div#left h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#center h3 {text-align: center;
	margin: 5px 0 5px 0;
	color: #444444;
	background-color: inherit;
	font-size: 95%;
	line-height: 18px;
}
div#center h3 a {text-decoration: none;
	color: ##046380;
	border: 0px;

}
div#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 95%;
	text-indent: 18px;
	line-height: 18px;
	}
	
div#left p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
p a, ul.list a {
	color: #046380;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #F1F7FF;
	}
	p a:hover, ul.list a:hover {
		color: #333;
		background-color: inherit;
		border-bottom: 1px solid #eee;
		}
div#floatleft {float: left;
padding-right: 10px;
}




																/* >>> FORMS <<< */
* { }





																/* >>> END <<< */