
body {
	margin: 0px;
	padding: 0px;
	background-color:#e0e0e0;
	/*background-image: url("../Images/imagesgray.");*/
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color:Black;
  
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
    text-align: center;
	width: 1310px;
	height: 70px;
}

p, ol, ul {
	margin-bottom: 1.8em;

  
    height: 50px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

#wrapper {
	
	margin: 1px 20px 1px 20px;
	
/*
	/border: 2px solid #2A5CAA	; 
background: #F47E46	 ;
	background: Maroon;
width: 99%;
	background: Maroon;*/
	background:#FFFFFB;
	
	
}

/* Header */

#header {
	width: 100%;
	height: 95px;
	margin: 0px 0px 0px 0px;
	background-image: url('../Images/images.jpg');
/*	background: url(../../Images/images (2).jpg) no-repeat 100% -40px;
/*	border:white ; 
	border-style:solid;
	/*background-color:#2A5CAA; */

}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	padding-left: 20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {

}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 15px;
	font: 15px Arial, Helvetica, sans-serif;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #404040;
}

#menu .active a {
	background: url(../../Images/img02.gif) no-repeat 100% -40px;
}

/* Page */

#page {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	border:#FFFFFF;
 
}

#header-pic {
	background: url(../Images/gray.jpg) repeat left top;
	width: 900px;
	height: 150px;
}


#rightbar
{
    float:right;
    vertical-align:top;
}
/* Content */

#content {
	float: right;
	background: white;
	width: 650px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	background: #444444 url(../Images/gray.jpg) repeat left 50%;
	padding: 7px 25px;
	font-size: 1.3em;
/*	background: #F47E46;*/
	color:#0000CC;
    height: 12px;
}


    
.post .title h1 {
}

.post .entry {
	padding: 0 20px;
	background: #FFFFFF;
	color:Black;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	border-color:#FFFFFF ;
   
}



/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}




/* Footer */

#footer {
	clear: both;
	width: 99%;
	height: 45px;
	margin: 0px auto 5px auto;
	background-color:#2A5CAA;
	color: #FFFFFF;
	border-color:#F0F7FF;
	border-bottom-width:thick;
}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: small;
}

#footer a {
	color: #FFFFFF;
}