/* page overall: */

html * {
	margin: 0;
	padding: 0;
	border: 0;
}
 
body {
	margin: 0;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.1em;
	text-align: center;
	background-color: #FFFFFF;
}
 
#page {
	width: 633px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
} 


/* header: */

#header {
	width: 100%;
	height: 2.3em;
	color: #fff;
	padding-top: 15px;
	background-color: #FFFFFF;
}

#header_bar {
	width: 630px;
	padding-left: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.title {
	font-family: verdana, "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	letter-spacing: 4px;
	color: #FFFFFF;
	text-decoration: none;
}

.title a:link, .title a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.subtitle {
	font-family: verdana, "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	letter-spacing: 4px;
	color: #362C2A;
	text-decoration: none;
}

/* content column: */

#content {
	float: left;
	display: inline;
	position: relative;
	width: 100%;
	font-size: 0.75em;
	background-color: #FFFFFF;

}

#content portfolio {
	float: left;
	display: inline;
	position: relative;
	width: 100%;
	font-size: 0.75em;
	background-color: #FFFFFF;
	border: none;
}

#content h1 {
	clear: both;
	margin: 0em 0em 0em 0em;
	padding: 0.5em 0em 0em 0.2em;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #33687a;
}

#content p {
	padding: 0.35em;
	color: #362C2A;
	text-decoration: none;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}

#content2 {
	float: left;
	display: inline;
	position: relative;
	width: 100%;
	font-size: 0.75em;
	background-color: #FFFFFF;
	border: 0.1em none #FFFFFF;
}

#content2 portfolio {
	float: left;
	display: inline;
	position: relative;
	width: 100%;
	font-size: 0.75em;
	background-color: #FFFFFF;
	border: none;
}

#content2 h1 {
	clear: both;
	margin: 0em 0em 0em 0em;
	padding: 0.5em 0em 0em 0.2em;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #33687a;
}

#content2 p {
	padding: 0.35em;
	color: #362C2A;
	text-decoration: none;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}


#path {
	font-family: Verdana, Arial, sans-serif;
	margin: 0em 0em 0em 0em;
	padding: 0.4em 0.6em 0.4em 0.6em;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #33687a;
}

#right {
	float: left;
	width: 15%;
	display: block;
}

#left {
	float: left;
	width: 80%;
	display: block;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: justify;
}

#right_menu {
	width: 100%;
	padding-left: 10px;
	text-align: left;
	padding-top: 30px;
}

#right_menu li{
    display: block;
    line-height: 1.7em;
	font-size: 0.9em;
}

.block {
	display: block;
	border: 1px solid #33687a;
	text-indent: 10px;
	text-align: justify;
	background-color: #33687a;
	background-image: none;
}

.top_menu {
    font-family: Verdana, Arial, sans-serif;
    margin: 0em;
    padding: 0em 0.3em 0em 0em;
    font-size: 0.8em;
    text-transform: lowercase;
    color: #fff;
    text-align: right;
    display: block;
}

.top_menu a:link,.top_menu a:visited  {
	color: #362C2A;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
}
    
.top_menu a:hover, top_menu a:active {
	color: #33687a;
	background-color: #FFFFFF;
}

#content a:link, #content a:visited {
	color: #362C2A;
	text-decoration: none;
	border-bottom: 1px dotted #362C2A;
}

#content2 a:link, #content a:visited {
	color: #362C2A;
	text-decoration: none;
	border-bottom: 0px dotted #362C2A;
}
 
#content a:hover, #content a:active {
	color: #362C2A;
}

#content2 a:hover, #content a:active {
	color: #33687a;
}

#right_menu a:link, #right_menu a:visited {
	color: #362C2A;
	text-decoration: none;
	border-bottom: 1px dotted #362C2A;
}

#right_menu a:hover, #content a:active {
	color: #33687a;
}

#content acronym {
    border-bottom: 1px dotted #FFFFFF;
    cursor: help;
    margin: 0;
    padding: 0;
}

#content2 acronym {
    border-bottom: 1px dotted #FFFFFF;
    cursor: help;
    margin: 0;
    padding: 0;
}

#main {
    padding: 0.5em 1.5em 1.5em 0.7em;
}


input {
    border: 1px solid #33687a;
}

div.img_left {
    float: left; 
    margin: 0.5em 0.8em 0em 0em;
}

div.img_right {
	float: right;
	margin: 0.5em 0em 0em 0.8em;
	border: thin solid #000000;
}

div.img_left img, div.img_right img {
    display: block;
    margin: 0;
    padding: 0;
}

/* this clears floating (e.g images) */
br.clear {
    clear: both;
    display: none;
}


/* footer: */

#footer {
	margin: 0em;
	padding: 0em;
	font-size: 10px;
	clear: both;
	color: #362C2A;
	text-align: left;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

#footer a:link, #footer a:visited { 
    color: #362C2A;
    text-decoration: none;
} 

#footer a:hover, #footer a:active { 
    color: #33687a;
} 

.center {
    text-align: center;
    display: block;
	padding: 5px;
}

.center_italic {
    text-align: center;
    display: block;
    font-style: italic;
    padding: 5px;
}
