/* ---------------------
basic layout
--------------------- */

* {
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

body {
	background:#EBF0F7; 
	margin:10px;
	color:#333333;
	align: center;
	
}

div,
td,
p {
	font-size:12px;
	line-height:18px;
	color:#333333;
}

a,
a:link,
a:active,
a:visited {
color:#FFF;
text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#3973AC;
}

ul {
	margin: 5px;
	padding: 5px;
	list-style: none;
	list-style-type: square;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 12px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 8px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 4px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
}
/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}
/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}

/* ---------------------
template layout
--------------------- */

/** wrapper to make the page center **/
#container {
	width:1000px;
	padding: 0px;
	text-align: left;
	position:absolut;
}

/**
hold background, it should be float:left
that's way we can not put it in #container
**/
#containerbg {
	position:absolut;
	width: 1000px;
	background:#FFF;
	padding: 3px;
	float:left;
	top:0;
	left:0;
}
#container_blank {
	position:relative;
	width: 1000px;
	background: #88D; /* #9DB1BF */
	float:left;
	top:0;
	left:0;
}
#logo {
	position:relative;
	float:left;
	clear:left;
	width:740px;
	background: #B0B0F0 url(images/logo.png) repeat-x left top; /* #B9D1E2 */
	height: 119px;
}

#logo_menu {
	position:relative;
	width:250px;
	float:right;
	clear:right;
	background: #88D; /* #9DB1BF */
	height: 119px;
	text-transform: uppercase;
	padding-left: 10px;
	color: #FFF;
}

#main {
	position:relative;
	float:top;
	float:right;
	clear:top;
	width:726px;
	background: #FFF;
	padding-left: 12px;
	padding-right: 3px;
}

#leve_menu {
	position:relative;
	width:250px;
	float:left;
	clear:left;
	background: #88D; /* #9DB1BF */
	padding-left: 6px;
	padding-top: 10px;
}

#centerleft {
	position:relative;
	width:997px;
	float:left;
	clear:bottom;
	background: #BBF; /* #B9D1E2 */
	padding-right: 3px;
	text-align: right;
	left: 0px;
	bottom:0px;
}

.menu {
	color: #FFF;
}

a.menu {
	font-family: Verdana;
	font-size: 11px;
 	color: #FFF; 
	display: block;
	width: 250px;
	height: 12px;
	text-align: left;
  text-decoration: none;	
	padding-bottom: 1px;
}
a.menu:hover {
	font-family: Verdana;
	font-size: 11px;
  color: #ffcc99;
	display: block;
	width: 250px;
	height: 12px;
	text-align: left;
	text-decoration: none;
	padding-bottom: 1px;
}
a.menu:visited {
	font-family: Verdana;
	font-size: 11px;
  color: #FFF;
	display: block;
	width: 250px;
	height: 12px;
	text-align: left;
	text-decoration: none;
	padding-bottom: 1px;
}

.menu_text {
	font-family: Verdana;
	font-size: 11px;
  color: #FFF;
}
a.menu_select:visited {
	font-family: Verdana;
	font-size: 11px;
  color: #ffcc99;
	display: block;
	width: 250px;
	height: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding-bottom: 1px;
}
.text {
	margin-bottom: 12px;
	margin-top: 12px;
}

