@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:#efece6;
}

#shadow {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/shadow.jpg);
	background-repeat: repeat-y;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	background: #fff;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 








#header { 
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	
} 
#header img {
	padding: 0;
	margin: 0;
	width: auto;
	height: 246px;
	border-bottom: 40px solid #6e9197;
	outline:none;
	text-decoration: none;
	border: none;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6e9197;
	font-size: 26px;
	text-align: center;
	color: #ffffff;
	margin: 0;
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
	padding-top: 3px;
	text-align: center; 
}
#header h1 a{
	margin: 0;
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color: #ffffff;
	padding: 0;
	outline: none;
	text-decoration: none;
}










#follow {
	outline:none;
	text-decoration: none;
	border: none;
	margin:0;
	padding: 0;
	padding-top: 5px;
	padding-left: 5px;
	width: 100px;
	height: auto;
}



#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: ;/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 44px 0px 200px 25px; /* padding keeps the content of the div away from the edges */
	
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	height: auto;
	margin: 0;
	padding: 0; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	border: 0;
	background-color: #f6f6f6;
	border-left: 1px solid #e6e6e6;
	
}


#sidebar2 .news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
		display: block;
	padding: 10px 10px;
	background-image:url(../images/bg_news_unfocus.png);
	background-repeat: repeat-x repeat-y;
}
#sidebar2 span.title {
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	color: #333;
}
#sidebar2 a.news:hover {
	color:#333;
	background-image:url(../images/bg_news_focus.png);
}
#sidebar2 h1 {
	margin:0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #353232;
	text-align: left;
	padding: 5px 0 5px 10px;
	letter-spacing: 1.2px;
	text-transform:uppercase;

	
}
#sidebar2 h2 {
	margin:0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	letter-spacing: 1.5px;
}
#sidebar2 p {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1.5px;
	text-align:justify;
}
#sidebar2 a {
	outline:none;
	text-decoration: none;
	color: #333;
	
}

#sidebar2 a:hover {
	color: #900;
	
}
.italic {
	font-style: italic;
}

.title {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#sidebarp {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-align:justify;
	font-weight: bold;
	line-height: 1.2em;
}

#mainContent {
	margin: 5px 225px 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. */
	padding: 20px; 
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size: 14px;
	text-align: justify;
	background-color:#f6f6f6;
	border: 1px solid #e6e6e6;
	
	
} 
.boldtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
}
.mainP {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	line-height: .5em;
	font-style: italic;
}

a {
	outline:none;
	text-decoration: none;
	color: #900;
	
}

a:hover {
	
	color: #333;
	
}
.logos {
	padding: 10px;
}
#footer { 
	position: relative;
	margin: 0;
	padding: 15px 10px 50px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#252323;
	
} 
#footer p {
	font-size: 12px;
	color:#FFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#container #sidebar2 h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #070707;
	letter-spacing: 2px;
	text-align: left;
}

#search {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
}
#cse {
	margin: 0;
	margin-right: 10px;
	padding:0;
	padding-right: 5px;
	border: 0;
	padding-left: 5px;
}


.namebyline {
	float: right;
}
.capital {
	font-size: 18px;
}
#mainContent h1 {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1.25px;
	
	
}

#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 0.25em;
	font-style: normal;
	color: #FFF;
}

#mainContent h4 {
	font-style: italic;
	float: right;
	text-align: left;
}

#mainContent h5 {
	text-align: left;
	margin-right: 20px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;	
}
.homeImage {
	margin-left: 8px;
	tex-align: center;
}
#date {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 150px;
	padding-top: 15px;
	margin-left: 50px;
	
}
#images {
	margin:0;
	padding: 0;
	border: none;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
		
}

#images img {
	padding: 5px;
}


#images1 {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}


#container #footer p a {
	color: #FFF;
}
 #container #footer p a:hover {
	color: #900;
}

