html,body{
	height:100%;
	margin:0em;
}

body{
	font-family: Arial, Helvetica, sans-serif;
}
#container{
	margin: 0 auto;
	width: 950px;
	overflow: hidden;
}

#container-masthead {
	height:107px;
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
	width:950px;
	background: top left url('../../images/masthead.png');
}

#global-nav{
	position: absolute;
	left: 0px;
	bottom: 4px;
}
.gNav{
	padding: 0px;
	margin: 0px;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	color: white;
	background-color: #7E7E7E;
	border-right: 1px #A3A3A3 solid; 
}
.gNav a:link{
	color: white;
	text-decoration: none;
}

.gNav a:hover{
	text-decoration: underline;
}

.gNav a:visited{
	color: white;
	text-decoration: none;
}

.gNav td{
	margin: 0px;
	padding: 0px 20px;
	border-left: 1px #A3A3A3 solid;
	border-right: 1px #545454 solid;
}
#sub-nav{
	width: 180px;
	position: relative;
	float: left;
	margin-right: 8px;
	overflow: hidden;
}

#sub-nav h1{
	border-bottom: 4px solid #DEDEDE;
	font: bold 11px/19px  Arial, Tahoma, Verdana;
	color: #333;
	margin: 0;
}

#sub-nav ul{
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #DEDEDE;
}

#sub-nav li{
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #DEDEDE;
}

#sub-nav li.current{
	padding-left: 18px;
	background: left 4px url(../../images/bullet-1.png) no-repeat;
	color: black;	
}

#sub-nav a{
	padding-left: 18px;
	background: top left url(../../images/bullet-1.png) no-repeat;
}

#sub-nav a:link{
	color: #333;
	text-decoration: none;
}
#sub-nav a:hover{
	color: #333;
	text-decoration: underline;
}
#sub-nav a:visited{
	color: #333;
	text-decoration: none;
}

#col-2{
	width: 762px;
	position: relative;
	float: left;
	clear: right;
	overflow: hidden;
}

pre{
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid black;
	background: #D9DDDE top left repeat-x url('../../images/pre-gradient.png');
	padding: 15px;
}

#col-2{
	font-size: 12px;
	color: #5d5d5d;
}
h1{
	font-size: 20px;
	color: #5d5d5d;
}

h2 {
	font-size: 16px;
}

p {
	font-size: 12px;
}

#col-2 a:link{
	color: #5d5d5d;
	font-weight: bold;
	text-decoration: underline;
}
#col-2 a:visited{
	color: #5d5d5d;	
	font-weight: bold;
	text-decoration: underline;
}

#col-2 a:active{
	
}
#col-2 a:hover{
	color: #333;	
	font-weight: bold;
	text-decoration: underline;
}

.site-map{
	width: 75%;
}

.site-map-header{
	color: #333;
	font-weight: bold;
	font-size: 14px;
}


