body {
	background-image: url(images/pagebackground.jpg);
	background-color: #000000;
	background-repeat: repeat-x; 
	font: 0.9em Arial, Helvetica, sans-serif;
}

/* Links*/
a:link		{ color: #009933; text-decoration: none; }

a:visited	{ color: #009933; text-decoration: none; }

a:active	{ color: #666666; text-decoration: none; }

a:hover		{ color: #000000; text-decoration: none; }

/* top logo and tagline*/
div#header {
	width: 950px;
	height: 170px;
	background: url(images/arcs.gif) no-repeat;
	margin: auto;	
}
#header a {
text-decoration:none;
}
.hide {
visibility:hidden;
}
#home { /* RSS Link */
	float: left;
	position:absolute;
	width : 350px;
	height: 100px;
	margin-left: 10px;
	margin-top: 0px;
	left: 10px;
	top: 5px;
}

/* main page contents*/
div#container {
	width: 950px;
	margin: 0 auto;
	background-image: url(images/globe.gif);
	background-color: #FFFFFF;
}


div#navbar{
	width: 950px;
	height: 25px;
	font-family: verdana;
	font-size: 13px;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #009933;
	margin: 0 auto;
	padding: 0;
	background: url(images/menu.gif) repeat-x;
}


#nav li {
	list-style-type: none;
}

#nav a {
	text-decoration: none;
	color: #FFFFFF;

}

ul#nav {
	width: 950px;
	height: 25px;
	margin: auto;
}

ul#nav li {
	position: relative;
	float: left;
	width: 105px;
	height: 25px;
	line-height: 25px;
	color: #000000;
	background: url(images/menu.gif);
}

ul#nav li:hover {
	display: block;
	float: left;
}

#nav li a:hover {
	width: 105px;
	color: #000;
	background: url(images/menu_up.gif);
}

ul#nav li a {
	display: block;
	float: left;
	margin-left: 0px;
	width: 100%;
}

ul#nav li ul {
	display: none;
}

ul#nav li:hover ul{
	display: inline;
	float: left;
	width: 200px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
	padding: 0;
}

ul#nav li:hover ul li{
	width: 150%;
	height: auto;
	overflow: hidden;
}

ul#nav li:hover ul li a{
	display: block;
	margin: 0;
	padding: 0 0 0 6px;
	
}

ul#nav li:hover ul li a:hover{
	background: url(images/menu_up.gif);
	width: 150%;	
}

div#content {
	width: 950px;
}

div#bottom {
	width: 950px;
	height: 250px;
	margin: 0 auto;
	clear: both;
}
/* headline news*/
div#left {
	width: 320px;
	float: left;
	border-right: #CCCCCC 1px solid;
	padding: 20px;
}

/* links for main items*/
div#middle {
	width: 230px;
	float: left;
	border-right: #CCCCCC 1px solid;
	padding:20px 20px 20px 30px;
}

/* concentration buttons/links*/
div#right {
	width: 240px;
	float: right;
	padding:20px;
}

/* copyright info*/
div#footer {
	width: 950px;
	height: 20px;
	font-size: 9px;
	text-align: center;
	padding-top: 5px;
}

/* format for the tagline at the top*/
#header h2 {
	font: "Times New Roman", Times, serif;
	font-size: 130%;
	color: #000000;
}

/* format for headings*/
#content h1 {
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}

#content h2 {
	font-size: 120%;
	color: #009966;
}

#content h3 {
	font-size: 120%;
	color: #009966;
	font-weight: bold;
}

#content h5 {
	font-size: 100%;
	color: #000000;
	font-weight: bold;
}

/* condensed menu items*/
#menulist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#menulist li
{
	font-size: 12px;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

/* formatting for Headline News items */
#menulist2
{
	margin-left: 0;
	padding-left: 0;
	font-size: 14px;
	list-style: none;
}

#menulist2 li
{
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

img
{  border-style: none;
}

