/*------------------------------------------------------------*
**  Printer Stylesheet
**------------------------------------------------------------*/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/

body {
	background-color: #FFFFFF;
	}


/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	

#Header {
	margin-bottom: 1em;
	height: 5em;
	width: auto;
}

#LogoBox {
	height: 100%;
	width: 100%;
	float: none;
}

#LogoBox img {
	border: none;
}

#MenuBox {
	display: none;
}

#MenuBox ul {
	display: none;
}

#MenuBox li {
	display: inline;
	padding: 1em;
}

#MenuBox a {
	text-decoration: none;
}

#MenuBox a:link {
	color: #493f3f;
}   
  
#MenuBox a:visited {
	color: #493f3f;
}  

#MenuBox a:hover {
	text-decoration: underline;
}   


#MenuBox a.active {
	text-decoration: underline;
	color: #493f3f;
	font-weight: bold;
}   

/*------------------------------------------------------------*
**  Banner
**------------------------------------------------------------*/

#Banner {
	display: none;
}

#BannerLeft {
	width: auto;
	height: auto;
	float: none;
	margin-left: 18em;
}

#BannerLeft img {
}

#BannerRight {
	width: 100%;
	height: auto;
	float: none;
	margin-right: 8em;
}

#BannerRight p {
	font-family: Verdana, Arial;
	font-size: 1.5em;
	font-weight: bold;
}

#Banner2 {
	height: 2em;
	width: 100%;
	padding-bottom: 2em;
}

#Banner2 h1 {
	font-family: Verdana, Arial;
	font-size: 2em;
	color: #003479;
}	
	
/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/

#Body {
	height: auto;
	width: auto;
	float: none;
	font-family: Verdana, Arial;
	font-size: 1em;
	border: none;
}

#Body h1 {
	font-family: Verdana, Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #493f3f;
}



#BodyLeft ul {
	list-style: none;
}

#BodyLeft img {
	border: none;
}

#BodyRight {
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial;
	color: #493f3f;
}

#BodyRight h1 {
	font-family: Verdana, Arial;
	font-size: 1.25em;
	font-weight: bold;
	color: #493f3f;
}

#BodyRight h2 {
	font-family: Verdana, Arial;
	font-size: 1em;
	font-weight: bold;
	color: #493f3f;
}

#BodyRight ul {
	list-style: none;
}

#BodyRight a {
	text-decoration: none;
	color: #003479;
}

#BodyRight a:hover {
	text-decoration: underline;
}

#BodyRight table {
	color: #493f3f;
}


#BodyRight img {
	border: none;
}

#BodyRight a.alternative {
	text-decoration: none;
	color: #493f3f;
}

#BodyRight a.alternative:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------*
**  Others
**------------------------------------------------------------*/

#MidBox {
	width: 100%;
	height: auto;
	margin-top: 1em;
}

#NewsEventsLeft {
	height: auto;
	width: 100%;
	clear: both;
	padding-top: 1em;
	font-family: Verdana, Arial;
}

#NewsEventsLeft table {
	list-style: none;
	font-size: .75em;
	color: #493f3f;
}

#NewsEventsLeft p {
	font-size: 1em;
	color: #493f3f;
}

#TrainingNewsEventsBox {
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 2em;
	padding: .5em;
	font-family: Verdana, Arial;
	font-size: .75em;
	border: 1px solid #C8C7C7;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/

#Footer {
	height: auto;
	width: auto;
	clear: both;
	margin-left: 5em;
	margin-right: 5em;
	margin-top: 2em;
	padding-top: 1em;
	font-family: Verdana, Arial;
}

#Footer img {
	display: none;
}

#Footer ul {
	display: none;
}

#Footer li {
	display: inline;
}

#Footer a {
	text-decoration: none;
}

#Footer li {
	display: inline;
	padding: .5em;
}

#Footer a {
	text-decoration: none;
}

#Footer a:link {
	color: #493f3f;
}   
  
#Footer a:visited {
	color: #493f3f;
}  

#Footer a:hover {
	text-decoration: underline;
}   

a:active.Footer {
	text-decoration: underline;
	color: #493f3f;
}   




