body {
	margin:0px 0px 0px 0px;
	padding:0px;
	background-image:url(../images/bg.gif); 
	background-repeat:repeat-x; 
	margin:0px; 
	background-color:#bebebe;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	line-height:15px;
	text-align:center;
	overflow-y: scroll; 
	}


/* TEXT */
h1, h3 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:5px;
	letter-spacing:.05em;
	color:#14719d;
	}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	margin-bottom:5px;
	color:#14719d;
	}
	
h4 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	margin-top:5px;
	color:#999999;
	}

p {
	margin-top:0px;
	}

.text {
	padding: 15px;
	}
	
.heading {
	font-weight:600;
	color:#882900;
	}
	
.light {
	color:#fbf7df;
	padding:5px;
	}
	
	
ul, li {
	margin-top:0px;
	padding-top:0px;
	}
	

/* LAYOUT */
#container_top{
	background-color:#3a3a3a;
	width:720px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#container_btm{
	background-color:#dcdcdc;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	border-top: 10px solid #dcdcdc;
	border-bottom: 10px solid #dcdcdc;
	width:690px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	padding: 10px 15px 15px 15px;
}

#container_btm_2{
	background-color:#3a3a3a;
	width:720px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#login { 	
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 15px;
  width: 300px;
  background-color: #ffffff;
  border: 1px dashed #564b47;
}

#banner {
	padding-top:33px;
	text-align:center; 
	background-color:#3a3a3a;
	}
	
#nav {
	text-align:center; 
	background-color:#3a3a3a;
	}

#content {
	background-color: #dcdcdc;
	margin-left: 213px;
	margin-right: 0px; 
	}
	
div#content { 
	min-height:300px;
	height:expression(this.scrollHeight > 300 ? "auto":"300px"); 
	}

#menu {
	float: left;
	width: 213px;
	margin: 0px;

	}
	
#menu_txt {
	width: 175px;
	}

#footer {
	width:720px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:600;
	color:#666666;
	background-color:#bebebe;
	}
	
	#footer #footer_left {
		float:left; 
		width:400px; 
		height:45px;
		padding:10px 0 10px 10px;
		background-color:#bebebe;
		}
		
	#footer #footer_right {
		height:45px;
		text-align:right; 
		padding:10px 15px 10px 0;
		background-color:#bebebe;
		}

	
#global_nav {
	text-align:right;
	}
	
#icons {
	text-align:right; 
	padding-right:14px;
	}
	
div.floating_box {
	width:122px; 
	background-color:#8e8761; 
	border:1px solid #716c51; 
	margin-bottom:10px;
	}
	
div.clear {
	background-color:#FFFFFF;
	clear:both;
	}
		
div.indent {
	padding-left:20px;
	padding-bottom:10px;
	}

/* LINKS */
a{
	color: #14719d;
}

a:visited{
	color: #14719d;
}

a:hover {
	text-decoration: none;
	background-color: #14719d;
	color:#dcdcdc;
}

#menu a{
	color: #14719d;
	display:block;
	border-bottom:1px dotted #CCCCCC;
	width:180px;
}

#menu a:visited{
	color: #14719d;
	display:block;
	border-bottom:1px dotted #CCCCCC;
	width:180px;
}

#menu a:hover {
	text-decoration: none;
	background-color: #14719d;
	color:#dcdcdc;
	display:block;
	border-bottom:1px dotted #CCCCCC;
	width:180px;
}





