
a:link {
	color:#000000;    /* unvisited link */
}      
a:visited {
	color:#FE00FE;    /* visited link */
	text-decoration: line-through;
}  
a:hover {
	color:#FE00FE;    /* mouse over link */
}  
a:active {
	color:#000000; /* selected link */
}  

   * html #banner {
       position: absolute;
   }
     * html #menu {
       position: absolute;
   }
     * html #thanks {
       position: absolute;
   }
     * html #projectDropDownMenu {
       position: absolute;
   }
     * html #newsDropDownMenu {
       position: absolute;
   }
      * html #aboutUsDropDownMenu {
       position: absolute;
   } 
   
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
#h1{
	font-size:12px;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
}
#banner{
	z-index:0;
	position:fixed;
	top:0px;
	left:0px;
	width:260px;
	height:1400px;
	background-image:url(images/menubackground.jpg);
	background-repeat:repeat-y;
}
#thanks{
	position:fixed;
	top:582px;
	left: 19px;
	width: 232px;
	font-size:9px;
}
#menu{
	position:fixed;
	top:153px;
	left:19px;
}
#mainMenu{
	width:180px;
	font-family:Courier New, Courier, monospace;
	margin-top:5px;
}
#projectDropDownMenu{
	position:fixed;
	z-index:3;
	left: 19px;
	top: 259px;
}
#newsDropDownMenu{
	position:fixed;
	z-index:3;
	left: 19px;
	top: 259px;
}
#aboutUsDropDownMenu{
	position:fixed;
	z-index:4;
	left: 19px;
	top: 259px;
}
#select {
font-family:Courier New, Courier, monospace;
}

#content {
	allow-transparency:true;
	border-width:0;
	background-color:transparent;
	position:absolute;
	overflow:hidden;
	left: 268px;
	top: 0px;
	z-index:-1;
}

h1 {
	font-size: 12px;
	color: #000;
}


/* work Pages */

#thumbs{
	position:relative;
	float:left;
	margin-top:15px;
	margin-left:15px;
}


#workText{
	font-size:12px;,
	z-index:40;
	position:fixed;
	padding:15px;
	left: 10px; 
	top: 326px;
	font-family:'Courier New', Courier, monospace;
	width:200px;
	z-index:10;
	height:25%;
	overflow:auto;
	overflow-x: hidden;
}
#workImage{
	position:relative;
	float:left;
}


/* news Page*/

#newsPhoto {
	float:center;
	position: relative;
	margin-top:30px;
	margin-bottom:15px;
	margin-right:50px;
	margin-left:15px;
}

#multiplenewsPhoto {
	float:center;
	position: relative;
	margin-top:0px;
	margin-bottom:15px;
	margin-right:50px;
	margin-left:15px;
}

#blueText, #yellowText, #redText {
	font-family:"Courier New", Courier, monospace;
	z-index:5;
	font-size:10pt;
	color:#FFF;
	float:left;
	position: relative;
	width: 450px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:18px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:40px;
	background-color: #0066cc;
}
#redText {
	background-color: #F00;
}
#yellowText {
	background-color: #FF0;
}


/* about Us Background Page*/

#aboutUsBackgroundText {
	position:relative;
	float:left;
	margin-left:15px;
	background-color: #F00;
	padding-top:3px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:18px;
	height:165px;
	width: 323px;
	top: 26px;
	font-family: Courier New, Courier, monospace;
	font-size: 9pt;
	color: #FFF;
}

#aboutUsBackgroundText2 {
	position:relative;
	float:left;
	background-color: #0066cc;
	padding-top:3px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:18px;
	left: -16px;
	height:328px;
	width: 323px;
	top: 30px;
	font-family: Courier New, Courier, monospace;
	font-size: 9pt;
	color: #FFF;
}
#aboutUsBackgroundPic{
	position: relative;
	float:left;
	margin-left:15px;
	margin-top:15px;
}

/* about Us People Page*/

#aboutUsPeopleText1, #aboutUsPeopleText2, #aboutUsPeopleText3 {
	background-color: #0066cc;
	position: relative;
	float:left;
	padding:15px;
	width:309px;
	margin-top:15px;
	margin-left:15px;
	font-family: Courier New, Courier, monospace;
	font-size: 9pt;
	color: #FFF;
}
#aboutUsPeopleText2 {
	background-color: #ffee00;
}
#aboutUsPeopleText3 {
	background-color: #F00;
}
#aboutUsPeoplePic{
	position: relative;
	float:left;
	margin-left:15px;
	margin-top:15px;
}


/* contact Page*/


#contactImage{
	position:relative;
	float:left;
	margin-left:15px;
	margin-top:15px;
	z-index:1;
}
#contactTextBlue, #contactTextYellow, #contactTextRed{
	position:relative;
	float:left;
	text-align:left;
	height:100px;
	margin-top:15px;
	margin-left:15px;
	padding:15px;
	z-index:2;
	width: 308px;
	font-family: Courier New, Courier, monospace;
	font-size: 9pt;
	color: #FFF;
}
#contactTextBlue{
	background-color:#0d63c7;
}
#contactTextYellow{
	background-color:#FF0;
}
#contactTextRed{
	background-color:#e53138;
}
