html, body {
	margin : 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
}

img { 
	border: 0px none;
	padding: 0px;
}

a {
	background: transparent;
	color:blue;
}

a:hover {
	background: transparent;
	color:red;
}

h1 {
	background: transparent;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #666666;
	font-family: "Courier New",Courier,monospace;
	font-size: x-large;
	line-height: normal;
	font-weight: bolder;
	font-style: normal;
}

h2 {
	background: transparent;
	margin: 0px;
	padding: 0px;
	font-size: large;
	line-height: normal;
	font-family: "Courier New",Courier,monospace;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

h3 {
	background: transparent;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	font-size: medium;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}


hr {
	color: rgb(0,200,100);
	background-color: rgb(0,100,50);
	height: 3px;
}

#top {
	width: 100%;
	text-align: center;
	margin:0px 0px 0px 0px;
	padding:0px;
	border-collapse: collapse;
	border-style: hidden hidden hidden hidden;
}

#left {
	background-color: rgb(240,249,2);
	width: 34%;
	color: #000;
}

#middle {
	width:550px;
	height:105px;
	text-align: center;
}

#right {
	background-color: rgb(61,200,0);
	width: 35%;
	color: #000;
}

.shadow {
	background-repeat: repeat-x;
	background-image: url('shadow.gif');
}

#content {
	margin : 10px 20px 20px 20px;
	padding: 5px;
}

.green {
	background: #fff;
	color: #000;
	background-repeat: repeat-y;
	background-image: url('hgrad3.gif');
}

.project {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(150,200,150);
	background: #fff;
	color: #000;
	background-repeat: repeat-y;
	background-image: url('hgrad3.gif');
	margin : 0px 0px 10px 20px;
	padding: 10px;
}

.project hr {
	color: rgb(150,200,150);
	background: rgb(0,100,50);	
	height: 1px;
}

#submenu {
	background-color: rgb(255,242,0);
	color: #000;
	text-align: right;
	font-size: small;
}

#titlebox {
	margin : 0px;
	padding: 0px 0px 0px 0px;		
	background-image: url('topgrad.gif');		
}

#menu {
	margin : 0px;
	padding: 3px;
	height: 20px;
	background-image: url('menugrad.gif');	
}

#menu .asel {
	color:#000000;
	background-image: url('selectedgrad.gif');
}

#menu a {
	margin : 0px;
	text-decoration: none;
	background: transparent;
	color:#FFFFFF;	
	font-weight: bold;
	font-family: "Arial",Helvetica,sans-serif;
	padding:3px;
	height: 15px;	
	background-image: url('menugrad.gif');
}

#menu a:hover {
	color:#000000;
	background: transparent;
	background-image: url('yellowgrad.gif');
}
