body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	line-height: 1.5em;
	font-size: small;
}

/* ---[ links ]--- */

a:link {
	color: #40659B;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
}

a:visited {
	color: #8EA4C2;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
}

a:hover {
	color: #036;
	border-bottom-style: solid;
}

/* ---[ common elements ]--- */

hr {
	border-bottom: 1px solid #ccc;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

table {
	font-size: 12px;
}

.orange {
	color: #ff8000;
}

.red {
	color: #cc0000;
}

.green {
	color: green;
}

.grey {
	color: silver;
}

.alert {
	color: #cc0000;
	font-weight: bold;
}

.key {
	font-size: 75%;
}

/* ---[ header ]--- */

#wrap {
	min-width: 750px;
}

#header {
	background: no-repeat url(/images/techno-l.gif) 6px 8px;
	width: 100%;
	border-bottom: 2px solid #2e1f5b;
}

#header h1 {
	font-size: 150%;
	text-indent: -1000px;
	color: #3f407f;
	height: 68px;
	margin: 0;
	padding: 0;
}

#header ul {
	float: right;
	list-style: none;
	display: inline;
	margin: -18px 0 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

#header ul li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0;
	font: bold 90% "Lucida Grande", sans-serif;
	margin: 0 18px 0 0;
}

#header a {
	color: #333333;
	border-bottom: none;
	text-decoration: none;
}

#header a:link {
	color: #362b63;
	text-decoration: none;
}

#header a:visited {
	color: #362b63;
	text-decoration: none;
}

#header a:hover {
	color: #d4471f;
	border-bottom: 3px solid #d4471f;
}


/* ---[ content ]--- */

#content {
	float: left;
	width: 100%;
	font-size: 95%;
	line-height: 1.5em;
	color: #333;
}

#content .gutter {
	padding: 24px;
}


#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 130%;
	font-weight: normal;
	color: #663;
}


#content .note {
	font-size: 90%;
	color: #333;
	text-indent: 25px;
	padding-top: 10px;
}

#content .comment {
	font-size: 90%;
	color: #333;
}

#content table {
	width: 100%;
}

#content th {
	font-size: 80%;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

#content td {
	font-size: 80%;
	color: #333;
	white-space: nowrap;
}

#content ul li {
	text-decoration: none;
	list-style: url(/images/bullet.gif);
}

#content label {
	font-weight: bold;
	color: #3f407f;
}

#content legend {
	font-weight: bold;
	color: #663;
}

#content fieldset {
	border: 1px solid #cc9;
	padding: 0 20px;
	width: 55%;
}

#content fieldset .submit {
	padding: 0 0 20px 0;
}

.listitem {
		border-bottom: 1px solid #e6e6e6;
	margin: 0;
	padding-bottom: 8px;
	padding-top: 8px;
}

/* ---[ content with news ]--- */

#contentshort {
	float: left;
	width: 65%;
	font-size: 95%;
	line-height: 1.5em;
	color: #333;
}

#contentshort .gutter {
	padding: 24px;
}

#contentshort h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 130%;
	font-weight: normal;
	color: #663;
}

#contentshort .comment {
	font-size: 90%;
	color: #333;
}

/* ---[ news ]--- */

#news {
	float: right;
	font-size: 95%;
	line-height: 1.5em;
	color: #333;
	width: 35%;
}

#news .gutter {
	padding: 18px 15px 15px;
}

#news strong {
	color: #362b63;
}

#news ul {
	margin: 0;
	padding: 0;
}

#news ul li {
	text-decoration: none;
	font-size: 85%;
	list-style: url(/images/bullet.gif);
	margin-left: 20px;
}

/* ---[ footer ]--- */

#footer {
	clear: both;
	background: #cc9;
	border-top: 2px solid #2e1f5b;
}

#footer p {
	margin: 0 0 0 8px;
	padding: 4px;
	font-size: 80%;
	color: #333;
}
#footer a:link {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}

#footer a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}

#footer a:hover {
	color: #333;
	border-bottom: 1px solid #999;
}

/* ---[ IE hacks ]--- */


/* Hack IE \*/
#footer {
	height: 1%;
}

#header {
	height: 1%;
}

#menu {
	height: 1%;
}

*html #footer {
	height: 1%;
}

*html #header {
	height: 1%;
}

*html #menu {
	height: 1%;
}
/* End Hack IE */
