a 
{ 
	color:#898989; 
	text-decoration:none; 
}

a:hover 
{ 
	text-decoration:underline; 
}

body 
{
	margin:0px auto;
	margin-top:15px;
	padding:0px;
	background:#898989;
	text-align:center;
	font-family:Arial,Hevetica,"sans-serif";
	color:#8F8F8F;
	font-size:12px;
	word-spacing:1px;
	letter-spacing:0px;
}

#keywords
{
	margin:0px auto;
	width:803px;
	color:#D1D1D1;
	text-align:right;
}

#keywords h1
{
	font-size:10px;
	margin:0px;
	margin-bottom:2px;	
}

#container 
{
	width:803px;
	margin:0px auto;
	background:white;
	text-align:left;
}

#header 
{
	background:white url(../GUI/logo_right.jpg) no-repeat bottom right;
}


/* navigation starts here */
#nav 
{
	border-bottom:6px solid #898989;
	background:#E96E03;
}

#nav ul 
{
	text-align:center;
	padding:0px;
	margin:0px;
	list-style-type:none;
	line-height:10px;
}

#nav ul li 
{
	display:inline;
	border:0px;
}


#nav ul li a 
{
	padding:0px;
	text-decoration:none;
}

#nav ul li a img
{
	border:0px;
}
/* navigation ends */

#content 
{
	margin-left:7px;
	margin-right:7px; 
	border-bottom:1px solid #D1D1D1;
	padding:20px;
}

#content #left
{
	width:210px;
	float:left;
	margin-top:0px;
	padding-left:15px;
	padding-right:0px;
}

#content #middle 
{
	margin-left:217px;
	margin-right:10px;
	border-left:1px solid #BEBEBE;
	padding-left:10px;
	margin-top:0px;
	height:500px;
	min-height:450px;
	height:auto;
}


/* Heading and Paragraphs */
#content h1
{
	font-size:14px;
	border-left:15px solid #898989;
	padding-left: 10px;
	color:#919191;
	font-weight:bold;
	margin:0px;
	background-color: transparent;
}

#content h2
{
	font-size:14px;
	color:#919191;
	font-weight:bold;
	margin:0px;
}

#middle ul
{
	list-style-type:none; 
	margin:0px; 
	margin-left:7px;
	padding:14px 0px;
}

#middle ul li
{
	padding-top:3px;
	padding-left:13px;
	line-height:12px;
	color:#8F8F8F;
	background:url(../GUI/main_nav.gif) no-repeat 0% 55%; 
}

/* ----- Bottom Navigation Starts -----------*/
#bottomnav 
{
	text-align:center;
	margin:0px;
	padding-bottom:5px;	

}

#bottomnav ul 
{
	list-style-type:none;
	margin-bottom:0px
}

#bottomnav ul li 
{
	display:inline;	
}

#bottomnav a 
{
	color:#B3B3B3;
	padding:0px 2px;
	text-decoration:None;
	font-weight:bold;
	font-size:11px;
} 

#bottomnav a:hover 
{
	color:#E96E03;
}

#bottomnav a span 
{ 
	border-right:1px solid #B3B3B3; 
	padding:0px 5px; 
}

#bottomnav #last span 
{ 
	border: 0px;
}

.clear 
{ 
	clear: both;
}

#footer 
{
	clear:both;
	background:#D1D1D1;
	text-align:center;
	color:#898989;
	font-size:10px;
	padding:2px 5px;
	letter-spacing:0px;
}

table 
{
	font-size:12px;
}
