@CHARSET "ISO-8859-1";

a, img {
	text-decoration: none;
	border: 0px;
}

body {
	display: block;
	padding: 0px;
	width: 100%;
	margin: 0px;
	align: center;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #6b6867;
}

#body {
	display: block;
	background-color: green;
	width: 800px;
	padding-top: 2px;
	margin: 0 auto;
	padding-bottom: 100px;
	text-align: left;
	background-color: white;
	border-style: solid;
	border-color: black;
	border-width: 0px 1px 1px 1px;	
}

#bar {
	display: block;
	height: 27px;
	background-image: url(images/bar.jpg);
}
	
#title {
	display: block;
	height: 156px;
	width: 780px;
	margin-left: 10px;
	background-image: url(images/netexception_title.jpg);
}

#language {
	display: block;
	position: relative;
	float: left;
	width: 100px;
	height: 47px;
	margin-top: 6px;
	margin-left: 20px;
}

/*****************************************************
 * menubar
 *****************************************************/
#menu, #submenu {
	display: block;
	position: relative;
	margin-top: 6px;
	left: 190px;
	margin-bottom: 0px;
	width: 480px;
	height: 47px;
	align: right;
	overflow: hidden;
}

#submenu {
	margin-top: 0px;
	left: 313px;
	margin-left: 0px;
	height: 17px;
	background-color: #545358;
	background-image: url(images/submenu.jpg);
	background-repeat: repeat-x;
}

#menu {
	background-color: black;
}

#menu ul {
	margin-top: 0px;
	margin-left: -30px;
}

#submenu ul {
	margin-top: -5px;
	margin-left: -30px;
}

#menu ul li, #submenu ul li {
	list-style-type: none;
	float: left;
	margin-right: 3px;
	background-image: url(images/separator.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#submenu ul li {
	margin-right: 6px;
	background-image: url(images/subseparator.gif);
}

#menu ul li:last-child, #submenu ul li:last-child {
	background-image: none;
}

/* IE hack */
#menu ul li {
     background-image: expression((this.parentNode.lastChild == this)? "none" : url(images/separator.jpg) );
}
#submenu ul li {
     background-image: expression((this.parentNode.lastChild == this)? "none" : url(images/subseparator.jpg) );
}

a.current, a.normal {
	float: left;
	display: block;
	height: 17px;
	color: white;	
	padding-top: 14px;
	margin-left: 4px;
	margin-right: 17px;
	text-align: center;
}
a.current:last-child, a.normal:last-child {
	clear: both;
}

a.normal:hover, a.current {
	background-image: url(images/cursor.gif);
	background-repeat: repeat-x;
	background-position: center 6px; 	
}

#submenu ul li a {
	margin-top: -10px;
}

#submenu ul li a.current, #submenu ul li a:hover {
	color: #BBBBBB;
}
/*****************************************************
 * content
 *****************************************************/
 
 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #DC0109;
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

li {
	list-style-type: square;
	padding-bottom: 10px;
}

td {
	font-size: 14px;
}

p.quote {
	color: #0901a6;
	padding-bottom: 0px;
	margin-bottom: 0px;	
}
p.author {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-top: 0px;
	font-size: 10px;
	color: #0901a6;
	text-align: right;	
}

#content {
	display: block;
 	padding: 0px;
 	margin: 3px 35px 3px 15px;
	font-weight: normal;
}

#text {
	display: block;
	width: 345px;
	float: left;
}

#image {
	float: left;
 	padding-top: 34px;
	padding-left: 0px;
	margin-left: 35px;
	width: 370px;
}

/*****************************************************
 * content2
 *****************************************************/
 
 #content2 {
	clear: left;
	display: block;
 	width: 760px;
 	padding: 0px;
 	margin: 30px 0px 3px 15px;
	font-weight: normal;
}

#content2 table {
	width: 95%;
}

#content2 td {
	width: 60%;
	padding-bottom: 20px;
	vertical-align: top;
}

#content2 p {
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #DC0109;
}