a:link, a:visited, a:active
{
	color: #808080;
}


#frame
{
	background-color: #FFFFFF;
	border: 1px #000000 solid;
	margin: 20px auto;
	width: 720px;
	text-align: left;
}

#header
{
	position: relative;
	top: -15px;
	left: 200px;
	color: rgb(163,163,163);
	text-align: left;
	font-size: 1.8em;
	font-style: italic;
}

#logo 
{
	background-image: url("images/ids_logo.jpg");
	background-repeat: no-repeat;
	height: 51px;
}

#logo a
{
	background-image: url("images/ids_logo.jpg");
	background-repeat: no-repeat;
	height: 51px;
}

#content
{
	position: relative;
	width: 718px;
}

#header_image
{
	background-image: url("images/test1.jpg");
	background-repeat: no-repeat;
	height: 143px;
	position: static;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

#Home_Network
{
	background-image: url("images/Home Network.gif");
	background-repeat: no-repeat;
	height: 188px;
	width: 321px;
	position: absolute;
	left: 370px;
	top:70px;
}

#network_content
{

	font-size: 0.7em;
	background-color: #FFFFFF;
	margin-top: 60px;
	margin-left: 120px;
	margin-right: 355px;
}

#network_content_main
{
	font-size: 0.7em;
	background-color: #FFFFFF;
	margin-left: 120px;
	margin-right: 150px;
	margin-bottom: 100px;
}

#main_text
{
	font-size: 0.7em;
	background-color: #FFFFFF;
	margin-top: 60px;
	margin-left: 120px;
	margin-right: 150px;
	margin-bottom: 100px;
}

#secondary_text
{
}

#navbar
{

	margin-left: 37px;
	margin-top: 10px;
	font-size: 0.5em;
}

#navbar a:link, #navbar a:visited
{
	background-color: #EEEEEE;
	border: 1px #808080 solid;
	padding: 5px;
	color: #808080;
	font-size: 1.2em;
}

#navbar a:hover, #navbar a.active
{
	background-color: #808080;
	color: white;
}

#footer
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	
	font-size: 0.6em; 
	color: #000000;
	text-transform: uppercase;
}

body
{
	text-align: center;
	color: #808080;
	background-color: #808080;
	font-family: helvetica;
}

h1
{
	color: #808080;
	font-size: 1em;
	text-align: left;
	letter-spacing: 5px;
	text-decoration: underline;
	margin-left: -40px;
	text-transform: uppercase;
}

h2
{
	font-size: 1em;
	text-decoration: underline;
}

h3
{
	font-size: 1em;
}

#highlight
{
	text-decoration: blink; 
}



