body	{
	background-color : #fff;
	color : #000;
	margin : 0;
	padding : 0;
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
	font-size : 80%;
	line-height : 1.4em;
	text-align : left;
}
#Container	{
	width : 740px;
	margin : 0 auto;
	color : #333;
	text-align : left;
	border-left : 4px solid #ddd;
	border-right : 4px solid #ddd;
	background-color : #eed;
}
#ContainerEnd 	{
	clear : both;
	color : #000;
	background-color : #fff;
	height : 2px;	
}

/********** header section **********/
#Header	 {
	height : 113px;
	background : #fff url(../image/wi0105-48.gif) no-repeat 10px 20px;
	border-top : 10px solid #999;
}
#Header h1	{
	padding : 20px 0 0 70px;
}
#Header h2	{
	padding : 10px 0 0 80px;
	color : #222;
	font-weight : bold;
}

/********** main menu section **********/
#Navigate	{
	float : left;
	width : 110px;
	text-align : left;
}
#Navigate ul	{
	list-style : none;
	margin-left : 0;
	padding-left : 10px;
	text-indent : 0em;
}
#Navigate ul li a	{
	display : block;
	text-decoration : none;
}

/********** page content section **********/
#Content	{
	background : #eee;
	height : 400px;
	padding : 0.7em;
	overflow : auto;
}

/********** footer section **********/
#Footer	{
	clear : both;
	height : 2em;
	font-size : 10px;
	font-weight : bold;
	text-align : right;
	color : #666;
	background : #999;
	padding-right : 1.4em;
}

.lhs	{
	float : left;
}
.rhs	{
	float : right;
}

/* GLOBAL Default properties for Tags -- */
h1	{
	margin : 0;
}
h2	{
	margin : 0;
	font-size : 1.4em;
	font-weight : bold;
	color : #14467F;
}
h3	{
	margin : 0;
	font-size : 1.1em;
	color : #14467F;
}
a	{
	text-decoration : none;
	background : transparent;
	font-weight : bold;
}
a:link	{
	color : #295170; 
}
a:active	{
	color : #295170; 
}
a:visited	{
	color : #295170; 
}
a:hover	{
	color : #d6000e; 
}
form	{
	margin : 0;
	padding : 0;
	border : 0;
}
label	{
	width : 4em;
	margin : 4px 0;
	float : left;
}
input	{
	width : 18em;
	margin : 4px 0;
}
textarea	{
	width : 19em;
	height : 7em;
}
input.submit	{
	width : auto;
	margin-left : 16em;
}
img	{
	border : none;
}
