body{
	margin:0;
	padding:0;
	color: #46494d;
	font-family: "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height:120%;
	overflow-x: hidden;
}

/* presentation css */
img {
	border: none;
}
h1 {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 7em;
}
h2 {
	padding-bottom: .3em;
	margin-top: 2em;
	margin-bottom: 1em;
	margin-right: 0;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	border-bottom-color: #46494d;
}
h3 {
	color: #0771a6;
	font-size: 16px
}
.h3in {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0771a6;
}
h4 {
	font-style: italic;
}
ul li, ol li {
	margin-bottom: .4em;
}
tr {
	vertical-align: middle;
}
td {
	vertical-align: top;
}
th {
	color: white;
	background: #2f6dff;
}
hr {
	height:1px;
	color: #2f6dff;
}
dl {
	padding: 0.5em;
	border: thin outset blue;
	background-color: #eee;
}
dt {
	color: #1111ee;
	font-family: monospace;
	margin-top: 1em;
}

p, li {
	text-align: justify;
}

/* document version style */
div.version {
	font-style: italic;
	text-align: center;
}

/* document date style */
div.date {
	font-weight: bold;
	text-align: center;
}

/* different text color for content that is supposed to
 * contrast (nicely) with flowing text */
code {
	color: #1111ee;
}

/* notes and warnings should be boxed */
div.note, div.warning {
	border-style: solid;
	border-width: thin thin thin thick;
	background-color: #f0f0f0;
	padding: 0.75em;
}

/* border color for informational notes and hints */
div.note {
	border-color: #a8a8ff;
}

/* border color for important warnings */
div.warning {
	border-color: #ffa8a8;
}

/* code is for inline code, pre is for boxed sections
 * of formatted code or keyboard input */
code, pre {
	font-family: monospace;
	white-space: pre;
	background: #f0f0f0;
	border: 1px solid #d9d9d9;
	padding: 0.5em
}

/* thumbnail for images */
div.thumbnail {
	text-align: center;
	padding: 0.2em;
}
div.thumbnail p {
	font-size: smaller;
	font-weight: bold;
	text-align: center;
}
div.thumbnail img {
	border: none;
}

/* optional coloring of user input */
span.type {
	color: #1111ee;
}

/* optional coloring of remarks inbetween user input */
span.remark {
	color: red;
}

/* link css */
a {
	color: #0771a6;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a.email:before {
	content: "<";
}
a.email:after {
	content: ">";
}
a.email {
	font-style: normal;
}
address {
	font-style: italic;
	text-align: center;
}

/* header css */
#head_container {
	height: 175px;
}
#main_nav {
	position: absolute;
	top: 123px;
	right: 00px;
	left: 00px;
	background: #333;
}
#dev_nav {
	position: absolute;
	top: 149px;
	right: 0px;
	left: 0px;
	background: #1793d1;
}
#main_nav ul, #dev_nav ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}
#main_nav ul li, #dev_nav ul li {
	display: block;
	float: right;
	margin: 0 3px;
	padding: 0;
	text-align: center;
	font-size: 13px;
	line-height: 26px;
}
#main_nav ul li.selected {
	background: #1793d1;
}
#dev_nav ul li.selected {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 8 px;
}
#main_nav ul li a, #dev_nav ul li a {
	display: block;
	padding: 0 8px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#main_nav ul li a:hover {
	background: #1793d1;
}
#logo {
	z-index: 1;
	position: absolute;
	top: 10px;
	left: 25px;
	width: 350px;
}
#logo h1#archtitle {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#logo h1#archtitle a {
	display: block;
	background: transparent url("media/titlelogo.png") top left no-repeat;
	width: 350px;
	height: 103px;
}

div#floatdiv{
	position:absolute;
	width:200px;
	height:50px;
	left:0px;
	top:0px;
	padding:16px;
	background:#FFFFFF;
	border:2px solid #2266AA
}

div#navigation {
	background: #F0F0F0;
	border: 1px solid #d9d9d9;
	position: absolute;
	width: 245px;
	font-size: smaller;
	top: 190px;
	left: auto;
	right: 15px;
}

div#navigation a {
	text-decoration: none;
}
div#navigation h2 {
	margin: .3em;
	border: 0;
}

div#wrapper{
	float:left;
	width:100%;
	margin-left:-272px;
}

div#footer{
	background: #333;
	color: #FFF;
	font-size: smaller;
	text-align: center;
	border: 3px solid #333;
}

div#content{
	margin-left:275px;
	padding:5px 5px 5px 15px
}

div#footer p{margin:0;padding:5px 10px}

div#footer{clear:both;width:100%}


