*	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#FFFFFF;
	} 
	
body{
	margin:0px;
	font-size:66.5%;
	height:100%;
	background-color:#FFFFFF;
	}
	
h1, h2{
	font-weight:normal;
	margin-bottom:-5px;
	}		
	
ul	{list-style:none;}
	
img	{border:none;}	

a	{text-decoration:none;}	

p 	{color:#C7D1E9;}

p a	{text-decoration:underline;}

p a:hover {
	color:#3399FF; 
	text-decoration:underline;}

#container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	width:740px;
	height:550px;
	}
	
#logo{
	height:37px;
	padding-bottom:10px;
	}
	
#content-container{
	height:450px;
	background:#24306C url(../images/bg.gif) repeat-x top;
	border:#012470 thin solid;
	padding:10px;
	}
	
#search-container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	width:830px;
	height:650px;
}
	
#search-content-container{
	height:600px;
	background:#24306C url(../images/bg.gif) repeat-x top;
	border:#012470 thin solid;
	padding:2px;
}
	
#grid-container
{
	overflow:auto;
	width:825px;
	height:440px;
	padding-top:10px;
}

#grdResults
{
	padding-top:10px;
}

#searchTxt
{
	float:left;
	height:35px;
	width:95px;
}

#searchInput
{
	float:left;
	height:35px;
	width:200px;
}

#loginTxt
{
	float:left;
	height:70px;
	width:95px;
}

#loginInput
{
	float:left;
	height:70px;
	width:200px;
}

#loginDetails
{
	width:100%;
	float:left;
}

#searchDetails
{
	width:100%;
	float:left;
}

/* The div which contains the button */
#loginButton
{	
	width:100%;
	float:left;
}

/* The actual button (input tag) */
#btnLogin
{		
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid;
	padding: 1px 5px 1px 5px	
}

/* The div which contains the button */
#searchButton
{	
	width:100%;
}
/* The actual button (input tag) */
#btnSearch
{
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid;
	padding: 1px 5px 1px 5px;	
	float:none;
}

#txtUserName
{
	width:100%;
}

#txtPassword
{
	width:100%;
}

#btnLogin
{
	width:100%;
}

#txtDescription
{
	width:100%;
}

#form1
{
	padding-top:10px;
}

.inputRow
{
	width:200px;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
}

	


/* Navigation */	
	
#navigaion{
	height:35px;
	background-color:#24306C;
	}
	
#navigaion ul li a{
	display:block;
	height:27px;
	text-align:center;
	padding-top:8px;
	padding-left:17px;
	padding-right:17px;
	float:left;
	border-left:#24306C thin solid;
	border-right:#24306C thin solid;
	}

#navigaion a.over{
	font-size:.9em;
	text-align:left;
	}	
	
#navigaion ul li{float:left;}
	
#navigaion ul li:hover ul {display:block;}	
	
#navigaion ul ul{
	position:absolute;
	width:175px;
	top:103px;
	margin-left:-40px;
	display:none;
	}
	
#navigaion ul ul li a{width:175px;}	
	
#navigaion a:hover, #navigaion a.indicator, ul li ul li a:hover{
	background-color:#171F4C;
	border-left:#FFFFFF thin solid;
	border-right:#FFFFFF thin solid;
	}

ul li ul li{
	background-color:#24306C;
	border-left:#24306C thin solid;
	border-right:#24306C thin solid;
	}	
/* Navigation  End */			
	
#content{
	padding-left:40px;
	padding-right:10px;
	margin-top:15px;
	overflow:auto;
	height:325px;
	}		
	
#txtUserName{
	color:Black
}

#txtDescription{
	color:Black
}

#btnSearch{
	color:Black
}

#txtPassword{
	color:Black
}

#btnLogin{
	color:Black
}
	
#computer{
	position:absolute;
	top:365px;
	margin-left:630px;
	width:250px;
	height:240px;
	background:url(../images/computer.png) no-repeat center;
	}	
	
#footer{
	text-align:right;
	color:#6699FF;
	font-size:.9em;
	padding-right:120px;
	padding-top:10px;
	}		