﻿body{
	  text-align:center;
	  background-image: url('webtile.png');
	  margin-top:0px;
	}



/*remove blue hyperlink box*/

img
{  border-style: none;
}



/*drop down menu position*/

#menu_position {	  
	margin-top:-367px;		
}



/*username box*/

#username {
	position:relative;
	top:-263px;
	left:333px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.55em;
	color:#3e5413;
	padding-top:2px;
	padding-left:2px;
	text-align:left;
	border:1px solid #fff;
	width:100px;
	height:12px;
	background-color:#ffffff;
	z-index: 1;

}

/*password box*/

#password {
	position:relative;
	top:-279px;
	left:225px;
	font-family:Arial, H;
	font-size:.55em;
	color:#3e5413;
	padding-top:2px;
	padding-left:2px;
	text-align:left;
	border:1px solid #fff;
	width:100px;
	height:12px;
	background-color:#ffffff;
	z-index: 2;
}

/*search box*/

#search {
	border:1px solid #fff;
	position:relative;
	top:-293px;
	left:5px;
	color:#000000;
	font-family:Arial;
	padding-top:2px;
	padding-left:2px;
	text-align:middle;
	background-color:#ffffff;
	font-size:.55em;
	width:155px;
	height:12px;
	z-index:2;

}


/*go login word*/

#go {
	margin-top:-18px;
	margin-left:820px;
	font-family:Arial;
	font-size:.75em;
	font-weight:bold;
	color:#ffffff;
	padding-top:2px;
	padding-left:2px;
	text-align:left;
	width:20px;
	height:14px;
	z-index: 2;

}

/*go search word*/

#go_search {
	position:relative;
	top:-32px;
	left:165px;
	font-family:Arial;
	font-size:.75em;
	font-weight:bold;
	color:#ffffff;
	padding-top:2px;
	padding-left:2px;
	text-align:left;
	width:20px;
	height:14px;
	z-index: 2;

}





/*centre holding box*/

#main_container {
	
	height:600px;
	width:850px;
	margin:0px auto;
	padding:0px;
	background-color:#ffffff;
	}



/*hyperlink position index page*/

#index_text_menu {
	margin-top:-20px;
	text-align:center;
	}

/*top picture*/

#banner {
	height:194px;
	width:850px;
	background-image:url('template_pic.jpg');
	background-repeat:no-repeat;

	}

/*bottom text menu system */

div#bottom_menu 
{

	font-family:arial;
	font-size:.85em;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	width:135px;
	margin-top:217px;
	margin-left:710px;

}


#drop_down
{	
	margin-right:15px;	
	font-family:arial;
	font-size:.50em;
	color:#000000;
	width:260px;
	height:14px;
	text-transform:uppercase;
	position:relative;
	top:327px;
	left:-275px;

	}



/*hyperlinks*/

a:link {
color: #008080;
font-weight: normal; 
text-transform:uppercase;
text-decoration: none; 
font-family: arial; 
font-size: .70em;
padding-left: 0px; 
padding-right: 0px; 

}

a:visited {
color: #008080;
font-weight: normal; 
text-transform:uppercase;
text-decoration: none; 
font-family: arial; 
font-size: .70em;
padding-left: 0px; 
padding-right: 0px; 

}

a:hover {
color: #ffffff; 
font-weight: normal; 
text-transform:uppercase;
text-decoration: none; 
font-family: arial; 
font-size: .70em; 
padding-left: 0px; 
padding-right: 0px; 
background: #008080;

 }

a:active {
color: #ffffff; 
font-weight: normal; 
text-transform:uppercase;
text-decoration: none; 
font-family: arial; 
font-size: .70em;
padding-left: 0px; 
padding-right: 0px; 
background: #008080;
}

