/*=======================================*/
/* Common styles                         */
/*=======================================*/

body {
	color: #000;
	font: 0.75em/1.6em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

p { }

b, strong { }

a:link, a:visited { }

a:hover, a:active { }

img {
	border: none;
}
	
blockquote {
	font-style: italic;
  margin: 0.5ex 0 0.5ex 0;
  padding-left: 2.5em;
}

h1 { 
	font-size: 130%;
}

h2 {
	font-size: 120%;
}

h3 { 
	font-size: 110%;
}

h4 { 
	font-size: 110%;
}


/*=======================================*/
/* Page structure                        */
/*=======================================*/

#headerContainer {
	margin: 0px auto; /* Center the container */	
	text-align: justify; /* Hack to keep IE5/Win happy */
	position: relative;
	min-height: 30px;
	width: 500px;
}

#menuContainer {
	margin: 0px auto; /* Center the container */	
	text-align: justify; /* Hack to keep IE5/Win happy */
	position: relative;
	background-color: #aaa;
}

#bodyContainer {
	margin: 0px auto; /* Center the container */	
	text-align: justify; /* Hack to keep IE5/Win happy */
	position: relative;
	width: 500px;
}

#footerContainer {
	margin: 0px auto; /* Center the container */	
	text-align: justify; /* Hack to keep IE5/Win happy */
	position: relative;
	width: 500px;
}

.clearer {
	clear: both;
}

.hidden {
	display: none;
}

/*=======================================*/
/* Header                                */
/*=======================================*/
#header {
	text-align: right;
	color: #1A0C81;
	padding-top: 2em;
	padding-bottom: 2.5em;
	border-bottom: 2px solid #000;
}

#header h2 {
	font-size: 2.7em;
	margin: 0;
	margin-bottom: 0.2em;
	font-weight: normal;
}

#header h3 {
	font-weight: normal;
	margin: 0;
	font-size: 0.9em;
}

/*=======================================*/
/* Body                                  */
/*=======================================*/

#content {
	padding-top: 2em;
}

/*=======================================*/
/* Page footer                           */
/*=======================================*/

#footer {
	padding-top: 2em;
	text-align: center;
}

#footer a:link, #footer a:visited { }

#footer a:hover, #footer a:active { }

/*=======================================*/
/* VCard                                 */
/*=======================================*/
.vcard {
	position: relative;
	margin-top: 3em;
}

.vcard h2 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 0;
	margin-bottom: 0.2em;
}

.vcard h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
	letter-spacing: 0.03em;
}

.vcard .email {
	margin: 0;
	margin-top: 0.5em;
}

.vcard .contact {
	margin-top: 1.5em;
	margin-left: 290px;
	text-align: right;
}

.vcard .contact .c1 {
	float:left;
}

.vcard .contact .c2 {
	border-left: 1px solid #000;
	margin-left: 40px;
	padding-left: 5px;
	text-align: left;
}