body {
	font: normal 11px verdana;
	}
	
/* Tables */

table.bg {
	width:800px;
	height:535px;
	border:none;
	background-image:url(images/home/bg_colorful.jpg);
	border:1px solid black;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	}
	
.main {
	width:750px;
	border:none;
	margin:0;
	}
	
.buttons {
	width:130px;
	height:200px;
	background-color: #ffffff;
	border: 1px solid black;
	/* for IE */
	filter:alpha(opacity=55);
	/* CSS3 standard */
	opacity:.55;
	}
	
.hl {
	vertical-align:top;
	width:590px;
	height:;
	}
	
.1 {
	vertical-align:top;
	height:200px;
	width:106px;
	}
	
.2  {
	vertical-align:bottom;
	height:100px;
	width:750px;
	}
	
/* Buttons */

ul {
	margin:0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
	filter:alpha(opacity=100);
	opacity:1.0;
	}

ul li {
	position:relative;
	margin-left: 0px;
	filter:alpha(opacity=100);
	opacity:1.0;
	width: 100%;
	padding: 0px;
	}
	
ul li ul {
	position:absolute;
	width: 160px;
	filter:alpha(opacity=100);
	opacity:1.0;
	}
	
li ul {
	position: absolute;
	left: 140px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index:2;
	filter:alpha(opacity=100);
	opacity:1.0;
	}

/* Styles for Menu Items */
ul li ul a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 2px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index:2;
	filter:alpha(opacity=100);
	opacity:1.0;
	}
	
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 2px;
	border: 0px solid #ccc;
	border-bottom: 0;
	filter:alpha(opacity=100);
	opacity:1.0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 5px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

.ul {
	}
.li {
	}

/* text */

.h1 {
	font-family:Amapola  Normal;
	font-size:36px;
	font-style:none;
	font-variant:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	color:#000000;
	text-align:right;
	}
	
.h2 {
	font-family:Amapola  Normal;
	font-size:24px;
	font-style:none;
	font-variant:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	color:#000000;
	text-align:right;
	}
	
.h2c {
	font-family:Amapola  Normal;
	font-size:24px;
	font-style:none;
	font-variant:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	color:#000000;
	text-align:left;
	}
	
.h3 {
	font-family:Amapola  Normal;
	font-size:18px;
	font-style:none;
	font-variant:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	color:#000000;
	}
	
.applytext {
	font-family:Verdana;
	font-size:10px;
	color:#999999;
	text-align:center;
	text-decoration:none;
	}
	
.applytext:hover {
	font-family:Verdana;
	font-size:10px;
	color:#999999;
	text-align:center;
	text-decoration:none;
	}


/* pages */

.pgmain {
	width:800px;
	background-color:#FDFFE7;
	border:1px solid #000;
	padding:20px;
	}
	
.pginfo {
	width:760px;	
	}
	
	

	
	
	
	
	
	
	
	
	
	
	
	
