@media all {
	body {
	background-color: #fff;
	color:#000;
	font-family: arial, helvetica, sans-serif;
	font-size:100%;
	}
h1, h2, h3, h4, h5, h6
{
	text-align: center;
	border-bottom:1px dotted #000;
}
h1 {
	font-size:130%;
}
h2 {
	font-size:120%;
}
h3 {
	font-size:110%;
}

a:link {
	color: #0000ff;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	background-color: transparent;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #000000;
	background-color: #ffff00;
	text-decoration: none;
}
a:active {
	color: #ff0000;
	background-color: transparent;
	text-decoration: none;
}

#topmenu {
	white-space: nowrap;
}

#container {
	background-color: #c0c0c0;
	color:#000;
	border: 1em ridge #c0c0c0;
	/*margin-left:10%;
	margin-right:10%;
	*/
	max-width: 97%;
	min-width: 97%;
	margin-right: 1%;
	height: 10%;
	margin-left : 1%;
	width : 10in;
	border-width : 10px;
	background : #c0c0c0 none;
	float : inherit;
}

#content {
	clear:both;
	background-color:#fff; 
	border:0px dashed green; 
	height:1%; 
	margin-top:1em;
	padding:1em; }
	
#himage {
	background : transparent url(../images/comptype_h1.gif) no-repeat fixed 7%;
	float : left;
	top : auto;
	background-color : transparent;
}

#topmenu ul{
	margin-left:20%;
	margin-top:auto;
	margin-bottom:auto;
	padding:0;
	list-style-type:none;
	white-space: nowrap;
	width:80%;
}
	
}
#topmenu li{
	background-image: url('../images/framesml.gif');
	background-repeat: repeat;
	background-position:middle;
	height: 54px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	display: block;
	line-height: 3ex;
	padding-left:.5em;
	padding-right:.5em;
	float:left;
	text-align: center;
	/*vertical-align: middle;
	*/
	font-size:85%;
}

#topmenu a {
	display: block;
	margin-left:auto;
	margin-bottom:.5em;
	margin-top:1em;	
}

#topmenu a:hover {
	background-color: #ffff00;
	color:#000;
}
#topmenu .skiplink {
	display: none;
	border:1px solid green;
}
}
@media aural {
#topmenu .skiplink {
		speak: normal;
		/*border:1px solid red;*/
	}
}
@media handheld {
	body {
		font-size:80%;
	}
}


