 div.full{
   	width: 900px;
  	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: 210px;
   	margin: 0px;
   	border: 1px solid #cccccc;
   	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;
} 	
	
  div.footer{
    position: relative;
   	width: auto;
  	left: 0px;
  	/*top: 110px;*/
 	padding: 0px;
  	margin: 0px;
	border: 1px solid #cccccc;
	/*background:  #ffffff;*/
  }
  
  div.footer p{
  	font-size: 8pt;
  	text-align: center; 
  	margin: 0px;

  }

/*=======================================================================================================================*/	
/*================Font Area==============================================================================================*/
/*=======================================================================================================================*/	
	
body {
 	background-color: #ffffff;
	/*background-image: url('images/logo3.jpg'); 
	background-repeat: repeat-y;
	background-position: left;*/
 }
 
 p {
	font-family:   Palatino Linotype, sans-serif, Arial;
  	font-size: 12pt;
   	color: #666666;
  	text-align: center; 
  	margin-left: 30px;
  	margin-right: 30px;
  	margin-bottom: 10px;
  	
  }
  
  input{
    font-family:   Palatino Linotype, sans-serif, Arial;
  	font-size: 10pt;
   	color: #666666;
  	text-align: center; 
  }
  
    input.left{
  	text-align: left; 
  }
  
      input.right{
  	text-align: right; 
  }
  
  select{
    font-family:   Palatino Linotype, sans-serif, Arial;
  	font-size: 10pt;
   	color: #666666;
  	text-align: left; 
  }
  
 p.right{
 text-align: right;
 font-size: 8pt;
 padding-right: 10px;
 }
 
  p.left{
 	text-align: left;
  	padding-left: 10px;
 }
 
     p.right_logout{
  	text-align: right;
  	margin-right: 10px;
  	margin-top: 130px;
  	text-decoration: none;
  	font-size: 10pt;
  	font-weight: bold;
   	
  } 
  
  p.right_logout a{
    
    color: #dd0000;
}
p.right_logout a:hover { color: #0000cc;}
 
 
p.right_image{
 	text-align: right;
  	margin: 0px;
  	margin-top: 5px;
  	margin-right: 5px;
 }

  
 p.footer {
  	font-size: 8pt;
  	color: #ffffff;
  	text-align: center;
  	font-style: italic;
   }

ul {
	font-family:   Palatino Linotype, sans-serif, Arial;
   	color: #666666;
  }
   
ol {
	font-family:   Palatino Linotype, sans-serif, Arial;
   	color: #666666;
  }

 
 h1{
 	font-size: 16pt;
   	color: #666666;
  	text-align: left;
  	margin-left: 30px;
  	text-decoration: none;
 }
 
  h1.uline{
  	text-decoration: underline;
  	color: #4179b4;
 }

 h2{
 	font-size: 12pt;
   	color: #666666;
  	text-align: center;
  	text-decoration: underline;
 } 
 
  h2.left{
  	text-align: left;
  	margin-left: 20px;
  } 
  

 
 hr {
 color: #0e0f6c;
 width: 95%;
 height: 2px;
 }
 	

a:link {color: #666666;}
a:visited {color: #666666;}
a:hover { color: #0000cc;}
a:active {color: #666666;}

a.footer:link {color: #ffffff;}
a.footer:visited { color: #ffffff;}
a.footer:hover { color: #0000cc;}


/*=======================================================================================================================*/	
/*================tables==============================================================================================*/	
/*=======================================================================================================================*/



table.support{
border: 1px solid #666666;
width: 95%;
border-collapse: collapse;
text-align: center;
/*border: 1px solid;*/
}
table.support td{
border: 1px solid;
background-color: #000080;
color: #ffffff;
font-family:   Palatino Linotype, sans-serif, Arial;
font-size: 12pt;
text-align: center;

}

table.support td.even{
border: 1px solid;
background-color: #a0a0a0;
color: #000000;
text-align: left;
margin-left: 5px;
margin-right: 5px;
vertical-align: top;

}

table.support td.odd{
border: 1px solid;
background-color: #c0c0c0;
color: #000000;
text-align: left;
margin-left: 5px;
margin-right: 5px;
vertical-align: top;
}

/*=======================================================================================================================*/	
/*================Menu Area==============================================================================================*/	
/*=======================================================================================================================*/

	
#list-menu {
 	position: relative;
 	top: 183px;
 	left: 20px;
 	width: 100%;
 	height: auto;
 	margin: 0px;
 	padding: 0px;
	/*background: #ffffff;*/
	font-family:   Palatino Linotype, sans-serif, Arial;
  	font-size: 12pt;
  	text-align:left;
  	/*border: 1px solid #cccccc;*/
}

#list-menu ul {
	/*position: relative;*/
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
/*	margin-left: 12px;
	margin-top: 1px;*/
	white-space: nowrap;
	} 
 
#list-menu li {
  	display: inline;
  	list-style-type: none;
	margin: 2px;
}
 
#list-menu a {
	/*display: block;*/
	padding: 2px 10px 2px 10px;
	border: 1px solid #0e0f6c ;
	border-right: 1px solid #ffffff;
	font-weight: bold;
	background: #0e0f6c;
	color: #ffffff;
	text-decoration: none; 
}
 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #ffffff;
	font-weight: bold;
}

#list-menu a:hover {
	border: 1px solid #0e0f6c;
	background: #ffffff url('images/border2.jpg');
	color: #0e0f6c;
	font-weight: bold;
	text-decoration: underline; 
}


#list-menu a.here {
	/*display: block;*/
	padding: 2px 10px 2px 10px;
	border: 1px solid #0e0f6c ;
	border-right: 1px solid #ffffff;
	font-weight: bold;
	background: #0e0f6c;
	color: #ffffff;
	text-decoration: underline; 
}
