body {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif ;
	font-size:0.70em;
	background:#fff;
	color:#333;
}

input {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif ;
	font-size:10px;
}

h1 { 
	font-size:16px;
	color:inherit;
	background:inherit;
	margin-top:0%;
	margin-bottom:-2%;
}



/* CSS layout */

#outer { 
	/* center content */
	text-align:center;
	margin:0px;
	padding:0px;
}

#inner {
	/* reset the align properrty */
	text-align:left;
	margin:auto;
	width:900px;
}

#header {
	height:125px;	
}

#leftmenu {
	width:195px;
	float:left;
	
}

#content {
	width:495px;
	float:left;
	padding-right:20px;
	padding-left:20px;
	
}


#rightmenuhome {
	width:170px;
	float:left;
}

#rightmenuhome h2 {
	font-size:12px;
	width:150px;
	padding:4px 10px 4px 10px;
	margin:0px;
	color:#fff;
	background:#008FD4;
	border-bottom:4px solid white;
}

#rightmenu {
	width:170px;
	background:#005B9F;
	color:#fff;
	float:left;
}

#rightmenu h2 {
	font-size:12px;
	width:150px;
	padding:4px 10px 4px 10px;
	margin:0px;
	color:#fff;
	background:#008FD4;
	border-bottom:4px solid white;
}

#rightmenu ul {
	padding:0px;
	margin:0px;
	list-style-type:square;
}

#rightmenu li {
	margin:0px 4px 0px 24px;
}


#rightmenu a {
	font-size:12px;
	background:#005B9F;
	color:#fff;
	text-decoration:none;
}

#footer {
	clear:both;
	width:900px;
	background:#008FD4;
	color:#fff;
	height:20px;
	padding-top:4px;
	text-align:right;
}


/* End CSS layout */




/* Main menu  */

#listmenu {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif ;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	width:195px;
	list-style-type: none;
}


/* Main menu button  */

li.mainbutton {
	padding-left:22px;
	border-bottom: 4px solid #fff;
	background:url(../imagetmpl/bullet_blue.gif);
	background-repeat:no-repeat;
}

li.mainbutton a {
	display: block;
	color: #fff;
	text-decoration: none;
	height:22px;
	background:#005B9F;
	padding-top:4px;
	padding-left:6px;
}

li.mainbutton a:hover   {
	color: #fff;  
	text-decoration: underline;
	background:#39c;
}

/* Main menu button selected */

li.mainbuttonselected {
	padding-left:22px;
	border-bottom: 4px solid #fff;
	background:url(../imagetmpl/bullet_blue_selected.gif);
	background-repeat:no-repeat;
}

li.mainbuttonselected a {
	display: block;
	color: #fff;
	text-decoration: none;
	height:22px;
	background:#005B9F;
	padding-top:4px;
	padding-left:6px;
}

li.mainbuttonselected a:hover   {
	color: #fff;  
	text-decoration: underline;
	background:#39c;
}

/* Sub menu button */

li.subbutton {
	padding-left:22px;
	border-bottom: 4px solid #fff;
	background:url(../imagetmpl/bullet_brown.gif);
	background-repeat:no-repeat;
}

li.subbutton a {
	display: block;
	color: #fff;
	text-decoration: none;
	height:22px;
	background:#CC6600;
	padding-top:4px;
	padding-left:6px;
}

li.subbutton a:hover   {
	color: #fff;  
	text-decoration: underline;
	background:#F07800;
}

/* Sub menu button selected */

li.subbuttonselected {
	padding-left:22px;
	border-bottom: 4px solid #fff;
	background:url(../imagetmpl/bullet_brown_selected.gif);
	background-repeat:no-repeat;
}

li.subbuttonselected a {
	display: block;
	color: #fff;
	text-decoration: none;
	height:22px;
	background:#CC6600;
	padding-top:4px;
	padding-left:6px;
}

li.subbuttonselected a:hover   {
	color: #fff;  
	text-decoration: underline;
	background:#F07800;
}
