html {min-height: 100%;
	background-color: #c4d8e2;
}

* {
	margin: 0;
	padding: 0;
}

/*anchor links*/
a {color: #000;}
a:hover {color: #000;}
a:visited {color: #000;}

body {
	color: #000;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 0px;
	padding-right: 0px;
}

/*paragraphs, bullet lists, headers*/
p,ul {padding-bottom: 0.8em}
li {list-style: none;}
td{font-size: 10pt;}
h1 {font: normal 1.8em Tahoma,sans-serif}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}
form,input {margin: 0; padding: 0; display: inline;}
h1,h2,h3 {padding-top: 6px; color: #000; margin-bottom: 4px; text-align: center;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

.outer-container {
	padding-bottom: 0px;
        font-size: 1.4em;
}

/* structure */
.inner-container {
	/*border: 2px solid #D7D7D2;*/
	padding-left: 50px;
	padding-top: 50px;
	float: left;
}

/* headere & title */


.header {
	/*height: 80px;*/
	margin-left: 50px;
	margin-right: 0px;
	border-left: 3px solid #c4d8e2;
	color: #000;
	line-height: 1.5em;
	background-color: #c4d8e2;
	float: left;
	width: 70%
}


.header .title {
	color: #000;
	font: bold 2.8em Tahoma; /*sans-serif;*/
	padding-bottom: 6px;
	text-decoration: none;
	padding-top: 50px;
}

.header .subtitle {
	color: #000;
	font: normal 1.6em Tahoma;
	padding-bottom: 3px;
	text-decoration: none;
	padding-top: 6px;	
}

.header .date {
	color: #000;
	font: normal 1.2em Tahoma;
	padding-bottom: 6px;
	text-decoration: none;
	padding-top: 6px;	
}


/* main */
.main {
	border-top: 3px solid #c4d8e2;
	font-size: 1.4em;
	padding: 0px 0px 0px 0px;
        float: left;
}

/* content */
.content-foto {
        float: left;
        width: 20%;
	padding: 5px;
	padding: 5px;
	}
.content {
	float: left;
	width: 75%;
	padding-left: 75px;
	padding-right: 25px;
	/*padding-left: 15px;
	padding-left: 15px;
	border-left: 3px solid #336699;*/
	background-color: #c4d8e2;
}

.content .title {
	color: #000;
	font: bold 1.5em Tahoma; /*sans-serif;*/
	padding-bottom: 15px;
	text-decoration: none;
	padding-top: 4px;
	text-align: center;	
}

.content .subtitle {
	color: #000;
	font: bold 1.2em Tahoma; /*sans-serif;*/
	padding-bottom: 10px;
	text-decoration: none;
	padding-top: 20px;
}

.content .stitle {
	color: #000;
	font: bold 1.1em Tahoma; /*sans-serif;*/
	padding-bottom: 5px;
	text-decoration: none;
	padding-top: 5px;
}

table.sample {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: #c4d8e2;
	width: 100%;
}

table.sample td {
	padding:5px;
}

.content li {
	list-style: square;
	margin-left: 18px;
	font-size: 14px;
}

.content p {
	float: left;
        font-family: Tahoma,sans-serif; 
	font-size: 14px
}

/* navigation */
.navigation {
	float: left;
	width: 100%;
	height:100px;
/*	border-right: 10px solid #FFF;*/
	background-color: #c4d8e2;
}

.navigation ul {
	display: inline;     
	margin-top: 10px;
	/*border-bottom: 3px solid #000;*/
}

.navigation li {
        display: table-cell;
	vertical-align: middle;
        text-align: center;
	font-weight: bold;
        /*border-bottom: 3px solid #000;*/
	width: 220px;
	height: 80px;
}

.navigation li a {
	display: inline;     
	font-size: 1em;
	color: #000;
	text-decoration: none;
}
.navigation li a:hover {
	width: 100%;
	/*background: #8BC;*/
	color: #000; /*#654;*/
	/*border-right: 1px solid #336699;*/
}

.navigation li.current_page_item a{
  color: #000;
  font: bold;
}

.navigation li.current_page_item:before{
  color: #000;
  font: bold;
  content:"\21AA  ";
}


/* footer */
/*.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
.footer .right, .footer .right a {color: #C8C8C3;}
.footer .right a:hover {color: #F7F7F2;}*/

