

/*==== ELEMENTS ====*/

A {
	text-decoration:none;
	font-weight:bold;
	color: Blue;
}
A:hover {
	color : Fuchsia;
	background-color : transparent;
}
BODY {
	font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	/*background:#ddd;*/
	margin:10px 10px 0px 10px;
	padding:0px;
}
H1 {
		font-size:14px;
		padding-top:10px;
}
HR {
	color: Navy;
	background-color : transparent;
	width : 95%;
	text-align : center;
}
LI {
	margin-bottom:10px;
}	
OL {
	margin-right:40px;
}
P,H1,PRE {
	margin:0px 10px 10px 10px;
}		
PRE {
	font-size:11px;
	color:blue;
}

/*==== CLASSES ====*/	
/*==== CLASSES COLORS====*/	
.greek {
	color:#999;
	}
.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;
}
/*==== CLASSES FONT SIZES====*/	
.sizedl {
	font-size : large;	
}
.sizedm {
	font-size : medium;
}
.sizeds {
	font-size : small;	
}
.sizedxl {
	font-size : x-large;
}
.sizedxxl {
	font-size : xx-large;	
}
.sizedxs {
font-size: x-small;
}
.sizedxxs {
	font-size: xx-small;
}

/*==== IMAGES ====*/	
img.kilroy {
	float: left;
	height: 26px;
	width: 560px;
}
img.logo {
	float : left;
}
	
/*==== IDs ====*/	
#banner {
	background:#fff;
	height:40px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:39px;
}
#banner h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
}
#centercontent {
	background:#fff;
	margin-left: 199px;
	margin-right:199px;
	border:1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
   	margin-left: 201px;
   	margin-right:201px;
}
#leftcontent {
	position: absolute;
	left:10px;
	top:175px;
	width:200px;
	background:#fff;
	border:1px solid #000;
}
#rightcontent {
	position: absolute;
	right:10px;
	top:175px;
	width:200px;
	background:#fff;
	border:1px solid #000;
}
#rightcontent p {
	font-size:10px
}
html>body #banner {
	height:39px;
}
html>body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
}
