* {
	margin: 0;
	padding: 0;
}
.nobr {
  white-space: nowrap;
}
a {
	text-decoration: none;
}
body {
	background: #EEEEFF;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
	padding-top: 40px;
}
p,code,ul {
	font: normal "Lucida Sans Unicode",Verdana,sans-serif;
	font-size: 1.45em;
	padding-bottom: 1.2em;
	color: #000066;
}

td {
	font: normal "Lucida Sans Unicode",Verdana,sans-serif;
	font-size: 1.25em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: #000066;
	vertical-align:middle;
}

li {
	list-style: none;
}
h1 {
	font-size: 1.4em;
}

blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}
h1,h2,h3,h4 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #1569C7;
}

/* this first rule is probably unnecessary, */
/* but better safe than sorry               */
dl.image,
dl.image dt,
dl.image dd {
  display : block ;
  list-style-type : none ;
}
dl.image {
  margin : 1.2em auto ;
  border : none ;
  padding : 0 1.2em ;
  text-align : center ;
}
dl.image dt {
  margin : 0 ;
  border : none ;
  padding : 0 ;
}
dl.image dt img {
  display : block ;
  margin : 0 auto ;
  border : none ;
  padding : 15px ;
  color : #1569C7 ;
  background : #eee ;
}
dl.image dd {
  margin : 0 ;
  border : none ;
  padding : 1ex 1ex 0 1ex ;
  font-size : 125% ;
  font-style : italic ;
  color : #1569C7 ;
}

/* misc */
.clearer {
	clear: both;
}

/* header */
.header {
	margin: 0 3% 5% 80%;
	border-bottom: 1px solid #EEE;
	height: 130px;
	margin-bottom: 24px;
	min-height: 20px;
	width: 22em;
}
.header h1 {
	color: #5c95d0;
	font: normal 4em sans-serif;
	margin-top: 40px;
	text-align: center;
}

.header a {
	color: #5c95d0;
}

.header h2 {
	border-top: 1px solid #EEE;
	color: #5E5A80;
	text-align: right;
}
.header h2 span {
	background: #FFF;
	color: #336699;
	padding: 0 6px;
}
.header p {
	text-align: left;
	font-size: 4em;

}

/* left side (main content) */
.left {
	margin: 0 3% 20px 20em;
}
.content .descr {
	color: #336699;
	font-size: 1.4em;
	margin-bottom: 6px;
}

.content p {
	text-align: justify;
}

.content li {
	margin-left: 18px;
}
.content h1 {
	font-size: 2.4em;
	margin-bottom: 1em;
}
.content h2 {
	font-size: 1.6em;
	margin-bottom: 0.8em;
}

.content a,.footer a {
	color: #9E7BFF;
	text-decoration: none;
}
.content a:hover,.footer a:hover {
	color: #444;
	border-bottom: 1px solid #d7e1ec;
}

.content img {
	margin: 10px 10px 10px 10px;
	}

/* nav & subnavigation */
.nav,.right {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
	min-width: 130px
}	

/* navigation */
.nav {
	left: 3%;
	text-align: right;
	width: 12em;
}
.nav .logo {
	/*background: url(img/logo.png) no-repeat center top;*/
	border-bottom: 1px solid #EEE;
	border-top: 0px solid #EEE;
	height: 155px;	
}

.nav h1 {
	color: #336699;
	margin: 12px 0;
}
.nav li {
	border-bottom: 1px solid #EEE;
}
.nav li a {
	color: #888;
	display: block;
	font: normal 1.25em sans-serif;
	padding: 8px 0;
}

.nav li a:hover {
	background: #FAFAFA;
	color: #b6d3f1;
}

/* subnav */
.right {
	/*background: #2a75c1;*/
	left: 3%;
	top: 73%;
	width: 12em;
}
.subnav {
	padding: 0px 0px 0;
	text-align: left;
}
.subnav h1 {
	color: #d7e1ec;
	font-size: 1.4em;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 6px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	/*border-bottom: 1px solid #336699;*/
}
.subnav li a {	
	text-align: right;
	color: #0090ff;
	display: block;
	font-size: 1.1em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #DDD;
}

/* footer */
.footer {
	color: #666;
	border-top: 1px solid #EEE;
	font: normal 0.7em "Trebuchet MS",sans-serif;
	margin: 0 3% 0 17em;
	/*position: fixed;*/
	padding: 8px 6px;
}

.footer p {
	text-align:justify;
}