﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body {
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Header Section */

#header {
	border-top: 6px solid #0066FF;
	height: 3em;
}

#header .title {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}

#header .maintitle {
	font: 250% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: #cc0000;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}

#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#header2 {
	border-bottom: 3px solid #0066FF;
	height: 2em;
}

#header2 .title {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}

#header2 .optitectitle {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: #cc0000;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}

/* Navigation */

#navigation {
	width: 200px;
	top: 14em;
	left: 1em;
	width: 13em;	
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

/* Main Content */

#content 
{
	margin-top:1em;
	margin-left: 16em;
	margin-right: 2em;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}

/* Rounded corner */

div#customer{ margin: 0 10%;background: #ECDEDE}

div#examstart{ margin: 0 10%;background: #DCDCDC}

div#examhab{ margin: 0 10%;background: #DCDCDC}

div#examref{ margin: 0 10%;background: #DCDCDC}

div#action{ margin: 0 10%;background: #EEEEEE}

div#attention{ margin: 0 10%;background: #EE0000}

div#action2{ margin: 0 10%;background: #EEEEEE}

div#other{ margin: 0 10%;background: #DCDCDC}

div#examanswerstart{ margin: 0 10%;background: #DCDCDC}

div#examanswerabnorm{ margin: 0 10%;background: #DCDCDC}

div#examanswerend{ margin: 0 10%;background: #DCDCDC}

div#examnavigation{ margin: 0 10%;background: #DCDCDC}

div#examnavigation1{ margin: 0 10%;background: #DCDCDC}

div#examnavigation2{ margin: 0 10%;background: #DCDCDC}

div#examnavigation3{ margin: 0 10%;background: #DCDCDC}

div#examnavigation4{ margin: 0 10%;background: #DCDCDC}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #a9a9a9}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
