/**** Defines Printing Style ****/
body {
	width: 100%;
	margin: 0px;
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 125%;
	}

img {
	border: 0px;
	}

a:active, a:visited, a:link {
	color: #999999;
	text-decoration: underline;
	}

#menu, #menutop, #topmenu {
	display: none;
	}

#main {
	width: 95%;
	margin: 0px;
	padding: 5px;
	}

/*********************** STYLE.CSS ****************************
body {
	margin: 0;
	padding: 0;
	background-color:#E09C69;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 125%;
	}
body > #menu {
	position: fixed;
	}

img {
	border: 0px;
	}

a:active, a:visited, a:link {
	color: #C67B2C;
	text-decoration: underline;
	}

a:hover {
	color: #282C68;
	text-decoration: none;
	}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #E4E423;
	border-right: 1px solid #000000;
	}

#menutop {
	width: 200px;
	height: 200px;
	border-bottom:1px solid #000000;
	background-color: #FFF;
	}

#main {
	width: 540px;
	margin-left: 200px;
	padding: 20px;
	}
#main ul {
	margin: 0px;
	padding: 0px;
	}
#main ul li {
	margin: 0px;
	padding: 1px 15px;
	list-style-type: none;
	}
.email {
	margin: 0px 0px 0px 5px;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#main h1 {
	color: #282C68;
	border-bottom: 1px solid #282C68;
	line-height: 100%;
	font-weight: 150;
	letter-spacing: 2px;
	font-size: 175%;
	text-align: right;
	}
#main h2 {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	color: #282C68;
	line-height: 100%;
	font-weight: 110;
	font-size: 110%;
	text-align: left;
	}
	
	
/********************** MENU STYLE ************************
.navcontainer {
	width: 200px;
	}

.navcontainer ul {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	list-style-type: none;
	}

.navcontainer a {
	display: block;
	padding: 3px 15px;
	width: 170px;
	background-color: #E4E423;
	border-bottom: 1px dashed #282C68;
	}

.navcontainer a:link, .navlist a:visited {
	color: #000000;
	text-decoration: none;
	}

.navcontainer a:hover {
	background-color: #282C68;
	color: #fff;
	}

#topmenu {
	border-top: 1px dashed #282C68;
	}

#L01 .L01, #L02 .L02, #L03 .L03, #L04 .L04, #L05 .L05 {
	color: #000;
	background: #E4E423 0.2em no-repeat;
	}

