

body {
	margin: 20px 0; padding: 0;
	background: #e0e0e0;
	color: #444444;
	font-size: 80%;
	font-family: arial, verdana, sans-serif;
	
}

/* p:first-letter {color:darkblue; font-weight:bold;} */

.cleaner {
	clear: both;
}

/*
 * Center and fix width for all header/content/footer
 */
#o1 {

	width:800px;
	border: 3px solid red ;
	margin-left:auto;
	margin-right:auto;
}

#o2 {
	border: 3px solid white ;
	width:794px;

}

#o3 {
	border: 3px solid blue ;
	width:788px;
	margin:0;
	padding:0;
	background:white;
}

#header {
	background: white ;
	height:100px;
	text-align:center;
	}

.box {
	width: 100px; height: 20px;
	display:inline-block;
	float:left;
	margin: 3px;
	}

.separator {
	width: 190px; height: 10px;
	display:inline-block;
	float:left;
	margin: 20px 0;
	}

.c1 {background:red}
.c2 {background:blue}
.c3 {background:white}
.c4 {background:#F3F9AF}

#hdr-box1 { background:darkblue }
#hdr-box2 { background:lightblue }
#hdr-box3 { background:darkblue }
#hdr-box4 { background:blue }
	
#header h1 {
	color:darkblue;
	font-size:bigger;
	padding-top:10px;
	padding-bottom:0px;
}

#header h1 a {
	color:darkblue;
	text-decoration:none;
}

.title {
	margin-left:50px;
}


#header h2 {
	color:darkblue;
	font-size:small;
	padding-top:0px;
}

h3, h4, h5 {
	color:darkblue;
}

hr {
	margin:20px;
}

/*
 * Content for the whole width
 */
#content {
	margin:0;
	margin-top:20px;
	padding: 10px 10px 0px 15px;
	background:white;
}

#container {
	margin:0;
	margin-top:30px;
	background:white;
}

/*
 * Fixed width left content. Note: If the height
 * of this div is less than #right the border
 * will look a bit odd.
 */
#left {
	float:left;
	width:534px;
	padding: 10px 10px 0px 15px;
	margin:0;
	border-right: 1px dotted blue;
	background:white;
}

/*
 * Fixed width right content
 */
#right {
	float:right;
	width:197px;
	margin:10px 10px 10px 0;
	padding-left:20px;
	background:white;
}

/*
 * Simple horizontal box menu
 */
#menu {
	margin: 0; padding: 1px 0;
	list-style-type: none;
	height: 26px;
}
#menu li {
	float: left;
	margin: 0; padding: 0;
	width: 24.98%; /* 100 % / 2 lines of 4 boxes */
}
#menu a {
	position: relative;
	display: block;
	margin: 1px;
	height: 24px;
	font-size: 10px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background:blue;
	color: white;;
}
#menu a span {
	display: block;
	position: absolute; top: 5px; left: 8px;
	width: 8px; height: 8px;
	background: darkblue;
}
#menu a:hover {
	background: red;
	font-weight: bold;
}

/*
 * Legal and copyright small print
 */
#footer {
	font-size:70%;
	margin: 10px 1px 10px 1px;
	padding: 5px 0px;
	text-align: center;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	color:white;
	background:blue;
}
#footer a {
	text-decoration: none;
	padding: 3px 5px;
}
#footer a:link, #footer a:visited {
	color:white;;
}
#footer a:hover {
	font-weight: bold;
}
#footer span {
	padding: 3px 5px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}


.photo p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}


img {
	margin:0 10px;
}

.errortext {
	color:#C00000; font-weight: bold;
}

.mandatory {
	color:#C00000; font-weight: bold;
}


.testimonial {
	font-style: italic;
}

span.testimonial {
	font-weight: bold;
}

iframe {
display:none;
}
