/* CSS Document */


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: black;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link, a:visited, a:hover {
	color: #00009C;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 130%;	
	padding: 20px 0 20px 5px;
	border-bottom: solid 2px #C00000;
	font-weight: bold;
	color: navy;
	background-color: inherit;
}

h2{
	font-size: 105%;
	padding: 20px 0 20px 0;
	font-weight: bold;
	color: navy;
	background-color: inherit;
}

h3{
 	font-size: 95%;
 	color: navy;
	background-color: inherit;
	padding: 25px 0 10px 0px;
}

h4{
 font-size: 90%;
 font-weight: bold;
 color: navy;
}

h5{
 font-size: 90%;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: none;
 margin: 0 0 0 -50px;
}



li {
	font-size: 90%;
	line-height: 150%;
	margin: 0 0 0 0;
}


p { 
	color: black; 
	font-size: 90%; 
	font-family:  sans-serif, Helvetica, Geneva, Swiss; 
	background-color: white;
	line-height: 140%;
	padding: 0px;
}	
	
hr {
	border: 1px solid navy;
}	

img {
	border: none;
}

td {
	font-size: 90%;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	background-color: white;
	color: inherit;
	margin: 0 0 0 0;
	border: 1px solid navy;
	text-align: left;
}

#header{
	margin: 0;
	padding: 0;
	border-bottom: solid 1px navy;
	background-image:url(../images/Imagebarflat.png);
	height: 90px;
}

#header img {
	position: relative;
	left: 10px;
	top: 10px;
	width: 353px;
}

#navbar{
	margin: 0% 0% 0% 0%;
	padding: 0;
	border-top: none;
	border-right: 1px solid navy;
	border-bottom: 1px solid navy;
	border-left: none;
	font-weight: bold;
	min-width: 40px;
	display: none;
}

#navbar h1 {
	border-bottom: none;
	padding: 10px 10px 10px 20px;
}

#navbar h3 { 
	padding: 10px 10px 10px 0px;
}

#content{
	float: right;
	width: 100%;
	margin: 0 15px 0 0;
	padding: 0;
}

#rightcolumn {
	float: right;
	width: 30%;
	padding: 0;
	display: block;
	margin: 10px 0 0 10px;
	border-left: 1px solid navy;
}

#rightcolumn ul {
	padding: 0;
	display: block;
	margin: 0;
}
	

#rightcolumn li {
	list-style: none;
	border-bottom: 1px dotted navy;
	padding: 5px;
	margin: 0 0 0 5px;
}

#rightcolumn h3 {
	padding: 5px;
	margin: 0;
}	


/************* #banner styles **************/

#banner{
	margin: 0 0 0 490px;
	color: black;
	background-color: inherit;
	padding: 5px 0px 5px 15px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#banner img{
 float: right;
}

#banner a:link {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	text-decoration: none;
	font-weight: bold;
}

#banner a:hover {
	text-decoration: underline;
}


/************* #breadCrumb styles *************/

#breadcrumb{
	font-size: 75%;
	padding: 15px 0px 5px 5px;
	line-height: 150%;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid navy;
}


.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0 0 10px 0;
	border-bottom: 0.1em solid navy;
}

.story h3 {
	padding: 20px 0px 10px 5px;
}

.story p {
	padding: 0 0 20px 5px;
}


/************* #footer styles ***************/

#footer{
	clear: both;
	border-top: 1px solid navy;
	font-size: 70%;
	color: black;
	background-color: inherit;
	padding: 20px 10px 10px 10px;
	margin-top: 50px;
	text-align: center;
}
/* negative top margin pulls footer up so its top border overlaps (and thus lines up with)
	the bottom border of the navbar in cases where they "touch" */



/************* #search styles ***************/

#search{
	padding: 15px 0px 10px 10px;
	margin: 0;
	font-size: 90%;
	color: black;
	background-color: #c9d9ff;
	background-image: url(../images/Background.png);
	border-top: solid 1px navy;
}


#search p { 
	font-weight: normal;
	background-color: #c9d9ff;
	color: black;
	margin: 0;
}


#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	margin: 0px;
	padding: 0px;
}

#search h3 {
	color: black;
	background-color: inherit;
	padding: 0 0 0 7px;
}

/*********** #navbarlinks styles ***********/

#navbar ul a:link, #navbar ul a:visited {
	display: block;
}

#navbar ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navbar li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navbar li {
	border-bottom: none;
}

#navbar p {
	padding-left: 0.5em;
}

/*********** #navbarlinks styles ***********/

#navbarlinks {
	position: relative;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 90%;
}

#navbarlinks h3{
	padding: 10px 0px 2px 10px;
}

#navbarlinks a:link{
	padding: 10px 0px 10px 20px;
	border-top: 1px solid navy;
	text-decoration: none;
	width: auto;
}

#navbarlinks a:visited{
	padding: 10px 0px 10px 20px;
	border-top: 1px solid navy;
	text-decoration: none;
	width: auto;
}

#navbarlinks a:hover {
	border-top: 1px solid navy;
	background-color: #dddddd;
	color: inherit;
	text-decoration: underline;
	padding: 10px 0px 10px 20px;
	width: auto;
}

.topmenuheading {
	background-color: #3A5FCD;
	font-size: 100%;
	font-weight: bold;
	padding: 10px 10px 10px 20px;
	color: white;
	margin: 20px 0 0 0;
	border-top: 1px solid navy;
}

.menuheading { 
	font-size: 100%;
	font-weight: bold;
	background-color: #3A5FCD;
	padding: 10px 10px 10px 20px;
	margin: 0;
	color: white;
	border-top: 1px solid navy;
}


.submenu { 
	font-size: 90%; 
	text-indent: 1em;
	background-color: white;
	color: inherit;
	background-image:url(../images/redarrow.png);
}

.submenu a:link {
	text-indent: 1em;
	background-color: white;
	color: black;
	background-image:url(../images/redarrow.png);
}

.submenu a:hover {
	background-image:url(../images/redarrow.png);
}

.submenu a:visited {
	text-indent: 1em;
	background-color: white;
	color: black;
	background-image:url(../images/redarrow.png);
}

.highlighted  { 
	color: #333333;
	background-color: inherit; 
	padding-left: 0 
}

.highlighted2   { 
	color: #333333; 
	background-color: inherit;
	padding-left: 0 
}

.highlighted3   { 
	color: #333333;
	background-color: inherit; 
	font-size: 0.9em; 
	margin-left: 0em; 
	padding-left: 0em 
}



/************** table styles **************/

th {
	font-size: 110%;
}

caption {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: navy;
	background-color: inherit;
	padding: 15px 0 15px 0;
}

.subscription {
	width: 300px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid black
}
 
.price {
	width: 100px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.quantity {
	width: 100px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid black
}
 
 
/************** page-specific styles **************/

.siteheading {
	font-weight: bold;
	padding: 0 0 0 0;
	list-style-type: none;
}

.siteheading2 {
	font-weight: bold;
	padding: 10px 0 0 0;
	list-style-type: none;
}

.sitemap {
	margin: -10px 0 -30px 0;
	font-size: 100%;
	font-weight: bold;
}

.siteindent {
	padding: 0 0 0 30px;
	list-style-type: none;
}


/************** formatting styles **************/



.center {
	text-align: center;
}

.link {
	padding: 0 0 20px 0;
}

.bottomlink {
	margin: 30px 0 30px 20px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	font-size: 90%;
	width: auto;
}

.formbottom  { 
	vertical-align: middle; 
	margin: 0 0 0 0; 
	padding: 10px 0 10px 10px;
	width: 596px; 
	height: auto;
}

.hide {
	position: absolute;
	left: -2000em;
}

.nametitle {
	line-height: 100%;
	font-weight: bold;
	padding: 20px 0 0 0;
	font-size: 90%;
}

.float-l {
	float: left;
	margin: 0 10px 10px 0px;
}

.float-r {
	float: right;
}

.float-riba {
	float: right;
	padding: 0 90px 0 15px;
}

.thick {
	height: 0px;
	border: 1.5px solid navy;
	margin: 50px 0 0px 0;
}

.thick2 {
	height: 0px;
	border: 1.5px solid navy;
	margin: 0px 0 30px 0;
}

.indent {
	margin: 10px 0 0 35px;
}

.indent2 {
	margin: 0 0 0 65px;
}

.form { 
	position: absolute; 
	left: 500px; 
}

.total {
	position: absolute;
	left: 770px;
}

.coursetitle {
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
}

.box {
	background-color: #CCCCCC;
	border: 1px solid #333333;
	padding: 5px;
	width: auto;
	margin: 20px 0 20px 0;
}

.box p {
	background-color: #CCCCCC;
}

.box ul {
	background-color: #CCCCCC;
}

.space {
	padding: 20px 0px 20px 0px;
}

http://www.cae.org.uk/styles/print.css

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: black;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #D0CFCF;
}

a:link, a:visited, a:hover {
	color: #00009C;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, Verdana, sans-serif;
	font-size: 240%;	
	padding: 20px 0 20px 5px;
	border-bottom: solid 2px #C00000;
	font-weight: bold;
	color: navy;
	background-color: inherit;
}

h2{
	font-size: 200%;
	padding: 20px 0 20px 0;
	font-weight: bold;
	color: navy;
	background-color: inherit;
}

h3{
 	font-size: 160%;
 	color: navy;
	padding: 10px 0 10px 5px;
	background-color: inherit;
}

h4{
 font-size: 130%;
 font-weight: normal;
}

h5{
 font-size: 90%;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: none;
 margin: 0 0 0 -50px;
}



li {
	font-size: 90%;
}


p { 
color: black; 
font-size: 160%; 
font-family:  sans-serif, Helvetica, Geneva, Swiss; 
background-color: white;
line-height: 140%;
padding: 0px;
}	
	
hr {
	color: navy;
	background-color: inherit;
}	

img {
	border: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	background-color: white;
	color: inherit;
	margin: 10px;
	border: 1px solid navy;
}

#header{
	margin: 0 0 0 0;
	padding: 0px 0px;
	width: 100%;
	border-bottom: solid 1px navy;
	background-image:url(../images/Imagebarflat.png);
	height: 90px;
}

#header img {
	position: absolute;
	left: 20px;
	top: 30px;
}

#navbar{
	margin: 0% 70% 0% 0%;
	padding: 0px;
	border-top: none;
	border-right: 1px solid navy;
	border-bottom: 1px solid navy;
	border-left: none;
	font-weight: bold;
	height: auto;
	width: auto;
	display: none;
}

#navbar h1 {
	border-bottom: none;
	padding: 10px 10px 10px 20px;
}

#navbar h3 { 
	padding: 10px 10px 10px 0px;
}

#content{
	width: 90%;
	margin: 0 5px 0 0;
	padding: 0 0 0 20px;
}


/************* #banner styles **************/

#banner{
	margin: 0 0 0 490px;
	color: black;
	background-color: inherit;
	padding: 5px 0px 5px 15px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#banner img{
 float: right;
}

#banner a:link {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	text-decoration: none;
	font-weight: bold;
}

#banner a:hover {
	text-decoration: underline;
}


/************* #breadCrumb styles *************/

#breadcrumb{
	font-size: 75%;
	padding: 15px 0px 5px 5px;
	max-width: 450px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid navy;
}


.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0 0 0 0;
	border-bottom: 0.1em solid navy;
}

.story h3 {
	padding: 20px 0px 10px 5px;
}

.story p {
	padding: 0 0 20px 5px;
}


/************* #footer styles ***************/

#footer{
	clear: both;
	border-top: 1px solid navy;
	font-size: 100%;
	color: black;
	background-color: inherit;
	padding: 20px 10px 10px 10px;
	margin-top: 50px;
	text-align: center;
}
/* negative top margin pulls footer up so its top border overlaps (and thus lines up with)
	the bottom border of the navbar in cases where they "touch" */



/************* #search styles ***************/

#search{
	padding: 5px 0px 0 10px;
	font-size: 90%;
	color: black;
	background-color: inherit;
	background-image: url(../images/Background.png);
	border-top: solid 1px navy;
}


#search p { 
	font-weight: normal;
	color: black;
	background-color: inherit;
}


#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	margin: 0px;
	padding: 0px;
}

#search h3 {
	color: black;
	background-color: inherit;
	padding: 0 0 0 7px;
}

/*********** #navbarlinks styles ***********/

#navbar ul a:link, #navbar ul a:visited {
	display: block;
}

#navbar ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navbar li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navbar li {
	border-bottom: none;
}

#navbar p {
	padding-left: 0.5em;
}

/*********** #navbarlinks styles ***********/

#navbarlinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 160%;
}

#navbarlinks h3{
	padding: 10px 0px 2px 10px;
}

#navbarlinks a:link{
	padding: 10px 0px 10px 20px;
	border-top: 1px solid navy;
	text-decoration: none;
	width: auto;
}

#navbarlinks a:visited{
	padding: 10px 0px 10px 20px;
	border-top: 1px solid navy;
	text-decoration: none;
	width: auto;
}

#navbarlinks a:hover {
	border-top: 1px solid navy;
	background-color: #dddddd;
	color: inherit;
	text-decoration: underline;
	width: auto;
}

.topmenuheading {
	background-color: #3A5FCD;
	font-size: 130%;
	font-weight: bold;
	padding: 10px 10px 10px 20px;
	color: white;
	margin: 20px 0 0 0;
	border-top: 1px solid navy;
}

.menuheading { 
	font-size: 130%;
	font-weight: bold;
	background-color: #3A5FCD;
	padding: 10px 10px 10px 20px;
	color: white;
	border-top: 1px solid navy;
}

.menuheading2  { 
	padding-left: 0em 
}

.submenu { 
	font-size: 110%; 
	text-indent: 1em;
	background-color: white;
	color: inherit;
	background-image:url(../images/redarrow.png);
}

.submenu a:link {
	text-indent: 1em;
	background-color: white;
	color: black;
	background-image:url(../images/redarrow.png);
}

.submenu a:hover {
	background-image:url(../images/redarrow.png);
}

.submenu a:visited {
	text-indent: 1em;
	background-color: white;
	color: black;
	background-image:url(../images/redarrow.png);
}

.highlighted  { 
	color: #333333;
	background-color: inherit;
	padding-left: 0 
}

.highlighted2   { 
	color: #333333; 
	background-color: inherit;
	padding-left: 0 
}

.highlighted3   { 
	color: #333333;
	background-color: inherit;
	font-size: 0.9em; 
	margin-left: 0em; 
	padding-left: 0em 
}

/************** formatting styles **************/

.center {
	text-align: center;
}

.link a:hover {
	text-decoration: underline;
}

.bottomlink {
	margin: 30px 0 30px 20px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	font-size: 90%;
	width: auto;
}

.formbottom  { 
	vertical-align: middle; 
	margin: 0 0 0 0; 
	padding: 10px 0 10px 10px;
	width: 596px; 
	height: auto;
}

.hide {
	position: absolute;
	left: 2000em;
}

