@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	margin: 0; 
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a {
	color: #333;
	text-decoration: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover{
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #333;
}

#container {
	color: #333;
	width: 800px;
	padding: 0px;
	height: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#content-contianer {
	height: auto;
	width: 800px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;	
	
	
}
#header {
	float: left;
	width: 800px;
	height: 140px;
}
#global_nav {
	font-family: Tahoma, Geneva, sans-serif;
	width: 540px;
	float: left;
	height: auto;
}
#logo {
	float: left;
	width: 800px;
}
#local-nav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
	list-style-type: circle;
}


#content {
	float: left;
	width: 600px;
	padding-left: 30px;
	padding-top: 0px;
	height: auto;
	font-family: Tahoma, Geneva, sans-serif;
	padding-right: 20px;
	padding-bottom: 20px;
}
#footer {
	width: 800px;
	float: left;
	height: auto;
	color: #999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	font-size: 12px;
}
#myLi {
	list-style-type: disc;
	color: #000;
}
li{
	list-style-type: circle;
}
