/*==== ELEMENTS ====*/	
a:link {
	color: Brown; 
	text-decoration: none; 
	background-color: transparent;
}
a:visited {
	color: Navy; 
	text-decoration: none; 
	background-color: transparent;
}
a:hover {
	color: Blue; 
	text-decoration: underline; 
	background-color: transparent;
}
a:active {
	color: Brown; 
	text-decoration: underline; 
	background-color: transparent;
}
body {
	margin:9px 9px 0 9px;
	padding: 0;
	font-family: serif;
	font: Arial;
}
li {
	margin-left: 10em;
}
p {
	font-family: Arial, Times, serif, sans-serif;
}

/*==== IDs : Basic containers ====*/	
#level0 {
	width: 100%;
	background: #F0FFF0;
}
#level1 {
	margin-left: 143px;
	padding-left: 9px;
	background-color: White;
}
#level2 {
	background-color: #FFFFE0;
	position: relative;
	width: inherit;
}

/*==== Ids : Page Bars ====*/ 
#main {
	margin-right: 9em;
	border-right: 1px solid #F0FFFF;
	padding-right: 9px;
	background-color: #FFF;
}
#topBar {
	background-color: #F5FFFA;
	width: 100%;
}
#advBar {
	background-color: #FFF3AC;
	clear: right;
}
#lftBar {
	position: absolute;
	width: 143px;
	top: 9px;
	left: 9px;
}
#rgtBar {
	position: absolute;
	margin: -.3em;
	width: 9em;
	top: 0;
	right: 0;
	background: #FFFFE0;
}

/*==== CLASSES : BACKGROUNDS COLORS ====*/	
.bkivory {
	background: #FFFFF0;
}
.bksky {
	background: #EEFFFF;
}
.bklemon {
	background: #FFFACD;
}
.bkyellow {
	background: #FFFFE0;
}
.bkbisque {
	background-color: #FFE4C4;
}
.bkwhite {
	background-color: White;
}

/*==== CLASSES : COLORS ====*/	
.greek {
	color:#999;
	background-color : transparent;
}
.blue {
	color : Blue;
	background-color : transparent;
}
.green {
	color : Green;
	background-color : transparent;
}
.magenta {
	color : Fuchsia;
	background-color : transparent;
}
.navy {
	color : Navy;
	background-color : transparent;
}
.red {
	color : Red;
	background-color : transparent;
}

/*==== CLASSES : FONT DECORATION OR STYLES ====*/	
.bold {
	font : bold;
}
.underline {
	text-decoration : underline;
}

/*==== CLASSES : ALIGNMENT ====*/	
.center {
	text-align : center;
}
.left {
	text-align : left;
}
.right {
	text-align : right;
}

/*==== CLASSES : FONT SIZES ====*/	
.sizedxxl {
	font-size : xx-large;	
}
.sizedxl {
	font-size : x-large;
}
.sizedl {
	font-size : large;	
}
.sizedm {
	font-size : medium;
}
.sizeds {
	font-size : small;	
}
.sizedxs {
	font-size: x-small;
}
.sizedxxs {
	font-size: xx-small;
}

/*==== IMAGES ====*/	
img.kilroy {
	float: left;
	height: 26px;
	width: 560px;
}
img.logo {
	float : left;
}
img.logomoi {
	float : right;
	height : 250px;
	width : 200px;
}

/*==== MISCELLANEOUS ====*/	
