	

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background:url(back.gif);
	font-size: 11px;  /*Resets 1em to 10px, do NOT modify this! */
	font-family:Tahoma, Geneva, sans-serif;
	color: #666666;

}

h2{
	margin: 1.2em 0;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	color: #548ab0;
	font-size:2em; 
}

h1{
	margin: 1.2em 0;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	color: #548ab0;
	font-size:1.6em; 
}

.strongtxt{ color:#d71f27; font-size: 1.2em; font-weight:bold }
.titles{
    font-size: 1.2em;
	font-weight: bold;}


.pic {
	padding: 4px;
	border: 1px solid #d9e2d3;
	
}
#wrap {background:#fff; margin:0 auto; padding:1px 5px; width:768px;}
#wrapper {
	width: 768px;
	margin: 0 auto;
	
	padding: 0;
	/*background: url(innerbg.gif) repeat-x top center;*/
	text-align: left;
/*	font-size: 1.2em !important; */ /* Enable this line if you're blogging in Asian languages and is using firefox. */
	font-size: 1.1em;
	overflow: visible;
}



#header {
	height:220px;
	margin: 0 0 0 0;
	padding: 0px;
	background-image: url(images/COMMON/header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}

#sidebar1 {
	float: right;
	margin: -14px 14px 0 5px;
	padding: 10px 3px 20px 3px;
	width: 212px;
	height:600px;
	border: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #fff;
	display: inline;
	overflow:visible;
}




.right {
	float: right;
	/*margin: -14px 14px 0 5px;
	padding: 10px 3px 20px 3px;*/
	margin: -800px 14px 0 14px;
	padding: 10px 18px 20px 18px;
	width: 212px;
	
	/*margin: -5px 14px 0 5px;*/
	background:#fff;
	display:inline;
	overflow:hidden;
 
}
.rt{
	background:url(sidep-handle.png) no-repeat 0 0;
	border:#cccccc solid 1px;
	color: #548ab0;
	font-size:12px;
	font-weight: bolder;
	padding:5px;
}
.art{

border:#cccccc solid 1px;
color:#666666;
padding:3px;
background: url(sidep-bottom.png) no-repeat 0 100%;
}

#content {
	float: left;	
	margin:  -10px 0 0 14px;
	padding:  0 15px;
	width: 472px;
	display: inline;
	background:#fff;
	overflow: hidden;
}


/* Navigation Menu */

ul.menu {
list-style: none;
padding: 0;
margin-left:40px;

}

ul.menu li {
float:left;
margin-top:175px;
}

ul.menu li a {
	height: 2em;
	line-height: 2em;
	float: left;
	width: 10em;
	display: block;
	border: 0.2em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	background-image: url(images/COMMON/chromebg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

ul.menu li a:hover{
	text-decoration:underline;
	color:#000000;
	background-image: url(images/COMMON/chromebg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
/*Footer*/
#footer {
	clear: both;
	margin: 0;
	padding: 1px 0;
	text-align: center;
}


#footer p {
	margin: 0 14px;
	padding: 10px 15px;
	background: #c0050c;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #e2ffa8;
}

#footer p a,
#footer p a:link,
#footer p a:visited {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover,
#footer p a:active {
	color: #fff;
	text-decoration: underline;
}	

