/* 3 Column CSS */

a:link {
	text-decoration: none;
	color: black
}
a:visited {
	color: green;
	text-decoration: overline;
}
a:hover {
	font-size:26px;:dashed 4px orange;
}
a:active {
	color: red
}
.imgA1 { 
	position:absolute; 
	top: 0px; 
	left: 0px; 
	height: 125;
	width: 1275;
	z-index: 1; 
} 
.imgB1 { 
	position:relative; 
	top: 0px; 
	left: 500px; 
	height: 125px;
	width: center;
	z-index: 3; 
} 
.heading { 
	position:relative; 
	top: 0px; 
	right: 0px; 
	z-index: 5; 
} 

#titleheader {
	position: relative;
	float: left;
	left: 0.00%;
	width: 100.00%;
	border: solid 3px black;
}
#header {
	position: relative;
	float: left;
	left: 0.00%;
	width: 100.00%;
	border: solid 3px black;
	background: inherit;
}

#wrapper {
	position: relative;
	float: left;
	left: 0.00%;
	width: 100.00%;
}

#container {
	position: relative;
	float: left;
	left: 0.00%;
	width: 100.00%;
 	background: transparent url(images\1&0.jpg); 

}
#menu{
	position: relative center;
	float: left;
	left: 0.00%;
	width: 100.00%;
	word-spacing: 30px;
	border: solid 3px black;
	color: black;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

#limenu {
	display: inline;
    font-size: 20px;
    color: black;
}

#lilist {
	list-style-type: none;
	type: none;
    font-size: 20px;
    color: black;
}
#title-line {
	position: relative;
	float: left;
	left: 0.00%;
	width: 100.00%;
	border: solid 3px black;
	color: black;
	text-align: center;
}

#left {
	position: relative;
	float: left;
	left: 0.50%;
	width: 22.00%;
	height: 600px;
	background: transparent url(images\technology.jpg);
	border: solid 3px black;
	color: black;

}

#middle  {
	position: relative;
	float: left;
	left: 1.50%;
	width: 54.00%;
	height: 600px;
	border: solid 3px black;
	color: black;
	overflow-y: scroll;
}

#right {
	position: relative;
	float: right;
	left: 0.50%;
	width: 22.00%;
	height: 600px;
	background: transparent url(images\technology.jpg);
	border: solid 3px black;
	color: black;

}

#footer {
	position: relative;
	float: left;
	left: 0.00%;
	width: 100.00%;
	border: solid 3px black;

}
 
body {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 150%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.p1, .p2, .p3, .p4, .p5, .p6, .p7, .p8, .p9, .p10, .p11, .p12, .p13, .p14, .p15, .p16, .p17, .p18, .p19, .p20, .p21, .p22, .p23, .p24, .p25 {
    font-size: 20px;
    color: black;
}

.hh1 {
	text-align: center;
	font-weight: bold;
	color: black;
}

.table1 {
	padding: 5px;
	border: 3px solid black;
    align: center;
	height: 25px;
	width: 100%;
	text-align: center;
	cellpadding: 10;
	cellspacing: 10;

}

#td1, tr1 {
	text-align: center;
    align: center;
	
}

img {
	float: left;
	border: solid 2px black;
}

p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{
	clear:both; 
	height:1px;
}

/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:500px;
	padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
	border:solid 6px black;
	/*background:#000099;*/
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:black;
	margin-bottom:20px;
	border-bottom:solid 3px black;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:200px;
	float:left;
}
#stylized .small{
	color:black;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:200px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 3px black;
	width:200px;
	margin:2px 0 20px 10px;
}
#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	text-align:center;
	line-height:31px;
	color:black;
	font-size:11px;
	font-weight:bold;
}