/* general defaults */
html
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #EEE url(/images/bg.gif) repeat-y; /* 50% 0; */
	margin: 0px;
	padding: 0px;	
	font-family: sans-serif;
/*	position: relative; */
}

p
{
	margin: 0px 10px 10px;
}

img
{
	border: 0px;
}

dl > dt
{
	font-weight: bold;
}

/*
a{display:block;color: #981793;padding:10px}
*/

div#header
{
	background-color: #3333FF;
	color: white;
	width: 100%;
	height: 74px;
	position: relative;
}

div#header img
{
	display: inline;
	padding: 0px;
	margin: 0px;
}

div#header #logo
{
	width: 261; 
	height: 74; 
}

div#header #slogan
{
	width: 521px; 
	height: 74px;
	position: absolute; 
	right: 0px; 
	top: 0px;
}


div#container
{
	text-align:left;
}

div#content p
{
	line-height:1.4;
}

div#navigation
{
	background: #999;
}

div#navigation img
{
	border: 0px;
}

/*div#extra
{
	background:#EEE;
	font-size: small;
} */

div#footer p
{
	text-align:right;
	font-size: smaller;
	margin:0;
	padding:5px 10px
}

/* layout settings */
div#wrapper{float:right;width:100%;margin-left:-200px}
div#content{margin-left: 160px}
div#navigation{float:left;width:150px}
/*div#extra{float:left;width:200px;margin-left:-200px;}*/
div#footer{clear:both;width:100%;padding-top:30px;}

.highlight-img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 2em;
	border: 0px;
}

.centered
{
	text-align: center;
}

.topic-row
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

.spec-table
{
	width: 100%;
	font-size: smaller;
	caption-side: bottom;
}

.spec-table td
{
	line-height: 1.4;
}

.footnote
{
	font-size: x-small;
	font-style: italic
}

/* model specification tables */

/*
table.spec-table thead
{
	border: solid;
}

table.spec-table col
{
	border: solid;
}

table.spec-table colgroup
{
	border: solid;
}
*/

/*
/# header settings #/
div.header
{
	background-color: #3333FF;
	color: white;
	width: 100%;
	height: 74px;
	position: relative;
}

div.header img
{
	display: inline;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div.header #logo
{
	width: 261; 
	height: 74; 
}

div.header #slogan
{
	width: 521px; 
	height: 74px;
	position: absolute; 
	right: 0px; 
	top: 0px;
}

/# navigation bar settings #/
div.navbar
{
	padding-top: 5px;
	text-align: center;
	border: 0px solid transparent;
	background-color: #999999;
	color: black;
	font-size: large;
	width: 100%;
	height: 30px;
}

div.navbar img
{
	padding: 0px;
	border: 0px;
	margin: 0px;
}

/# general content #/
div.content
{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: large;
}

/# gridified content #/
div.grid-content
{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

/# some utility classes #/

.footer
{
	font-size: x-small;
	text-align: right;
	padding-right: 5px;
}


.center-box
{
	text-align: center;
	border: 1px black solid; 
	width: 50%; 
	margin-left: 25%;
}
*/