/* Design & Code (c) e-see international ltd, Inc. */
html, body { padding: 0; margin: 0; }
body {
	font: normal 14px/1.2em "helvetica" , "Arial", "Verdana", sans-serif;
	color: #fff;
	background: #09f url(../../_images/background.gif) top repeat-x; }
	
#main
	{margin: 0 auto;
	width: 800px;}

#header
	{height: 95px;
	margin-top: 20px;}
	
#logo
	{height: 50px;
	width: 133px;}
	
#menu	
	{font-weight: normal;
	color: #fff;
	font-size: 14px;
	margin-top: 21px;
	display: block;
	line-height: 25px;
	height: 25px;
	background: #39f url(../../_images/corner_1.gif) top right no-repeat;}
	
	#menu a
	{color:#fff;
	padding: 5px 10px;
	font-weight: normal;
	text-decoration:none;}
	
	#menu a:hover, #menu a:active
	{color:#666;
	background: #fff url(../../_images/menu_tab.gif) top right no-repeat;}

#focus
	{padding: 10px;
	background:#fff url(../../_images/corner_2.gif) top right no-repeat;
	color: #666;}
	
	#focus a
	{ color:#39f;
	text-decoration:none;}
	
	#focus a:hover
	{color:#111;}
	
	#focus h1
	{color: #09f;
	font-weight: normal;
	font-size: 42px;
	padding: 10px 5px 10px 0px;
	margin: 0;}
	

#content
	{width: 750px;
	padding: 10px;}

#footer
	{height: 20px;
	width: 750px;
	float: left;
	display:block;
	margin: 0px 0 20px 0;
	border-top: 1px solid #fff;
	font-size: 10px;
	color: #fff;}
	
/* --------------- Headings H1-H6 --------------- */
h1
	{color: #fff;
	font-size: 30px;
	font-weight: normal;}

h2
	{color: #fff;
	font-size: 16px;
	font-weight: bold;}

/* --------------- Paragraph and Link Styles ---------------*/


a
	{color:#39f;
	text-decoration: none;
	 color: #fff;}	
	
a img
	{border: none;}
	
a:hover
	{color: #111;
	text-decoration: underline;}
	
.hr
	{width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	height:1px;
	border-top: 1px dashed #fff;}
	
ul
	{margin: 0 20px;
	padding: 0;}
	
li
	{font: normal 14px/1.2em "helvetica" , "Arial", "Verdana", sans-serif;
	list-style-type: square;}
	
.panel
{ 
   BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; LEFT: 339px; BORDER-LEFT: gray 1px solid; WIDTH: 328px; BORDER-BOTTOM: gray 1px solid;  BACKGROUND-COLOR: gainsboro;
    
    }
.error{ color:Red}