 div.full{
   	position: relative;
   	width: 950px;
 	height: auto;
 	margin-right:auto;
	margin-left: auto;
	background:  #ffffff url('images/background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	/*border: 1px solid #cccccc;*/
	text-align:center;
 	}
 	
 div.header {
 	position: relative;
   	height: 224px;
   	margin: 0px;
   	border: 0px solid #ffae5f;
   	background:  #ffffff url('images/logo.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	} 
	
  div.content {
  	position: relative;
  	width: auto;
   	height: auto;
 	margin: 0px;
  	margin-top: 10px;
  	margin-right: auto;
  	overflow: auto;
  	padding-top: 10px;
	} 	
	

/*=======================================================================================================================*/	
/*================Font Area==============================================================================================*/
/*=======================================================================================================================*/	
	
body {
 	background-color: #ffffff;
	/*background-image: url('images/logo3.jpg'); 
	background-repeat: repeat-y;
	background-position: left;*/
 	}
 
 p {
	font-family:   sans-serif, palatino linotype, Arial;
  	font-size: 10pt;
   	color: #666666;
  	text-align: center; 
  	margin-left: 30px;
  	margin-right: 30px;
  	margin-bottom: 10px; 	
  	}
  	
   p.left {
  	text-align: left; 
 }
 p.right {
  	text-align: right; 
  	}
  	
   h1 {
	font-family:   sans-serif, palatino linotype, Arial;
  	font-size: 14pt;
   	color: #666666;
  	text-align: left; 
	
  	}
  
 
 hr {
 	color: #0e0f6c;
 	width: 95%;
 	height: 2px;
 	}

img {
	border:0px none;
	}	

a:link {color: #666666;}
a:visited {color: #666666;}
a:hover { color: #0000cc;}
a:active {color: #666666;}

a:link {color: #666666; border: 0px; text-decoration: none;}
a:visited {color: #666666; border: 0px; text-decoration: none;}
a:hover { color: #666666; border: 0px; text-decoration: underline;}
a:active {color: #666666; border: 0px; text-decoration: none;}

a.footer:link {color: #ffffff;}
a.footer:visited { color: #ffffff;}
a.footer:hover { color: #0000cc;}



/*=======================================================================================================================*/	
/*================Menu Area==============================================================================================*/	
/*=======================================================================================================================*/

	
#list-menu {
 	position: relative;
 	width: 100%;
 	height: 30px;
 	margin: 0px;
 	padding: 0px;
	background: #ffae5f;
	}

#list-menu table{
	width: 100%;
	height: 100%;
	border: 0px solid #666666;
	border-collapse: collapse;
	}
	
#list-menu table td{
	border: 1px solid;
	font-family:   sans-serif, palatino linotype, Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	}

#list-menu table td.blank{
  	width: 35%;
	}
	
#list-menu table td.blank2{
  	width: 25%;
	}

#list-menu a {color: #666666; text-decoration: none;}
#list-menu a.here {color: #666666; text-decoration: underline;}