body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #32639A;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.1em;
	padding-left: 30px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #4486C7;
}

a:hover {
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;}

/* Header */

#header {
	width: 940px;
	height: 148px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat  100% 0%;
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding-top: 5px;
	color:#000000;
}

#logo h1, #logo p {
	margin: auto auto;
	padding: 0;
}

#logo h1 {
	float: none;
	padding-left: 80px;
	letter-spacing: -1px;
	
	font-size:2.2em;
}

#logo p {
	display:block;
	margin: 20px 0 0 0px;
	padding: 16px 0 0 10px;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #2B3990;
	font-size: 1.4em;
}

#logo br {
	display:block;
	margin: 5px 0 0 0;
	padding: 26px 0 0 10px;
	
}  

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #2B3990;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 65px;
	
	
	background: #A8CF64;
	border-bottom: 4px solid #FFFFFF;
}
#search .dateline {
	margin-left: 25px;
	float: none;
	width: 280px;
	line-height: normal;
	margin-top: 5px;
	font-weight: bold;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 140px;
	padding: 6px 5px 2px 5px;
	border: none;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 80px;
	height: 23px;
	border: 1px solid #89B056;
	background: none;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 940px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 155px;
	height: 33px;
	padding-top: 16px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #659CEF url(../images/img03.jpg) repeat-x left bottom;
	text-decoration: none;
}

#menu .current_page_item a {
	background: #FBFBFC url(../images/img02.jpg) repeat-x left bottom;
	padding-left: 0;
	color: #30476A;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 20px px;
}

#page-bgbtm {margin-top:1px;
}

/* Content */

#content {
	float: left;
	width: 620px;
	padding: 30px 0px 0px 0px;
}
.entry img {      display: block;
				border: 5px solid #1dbaed;
				border-left: 5px solid #1d5ded;
				float: none;
				margin: 7px 20px 15px 0px;
			}

.post {
	margin-bottom: 5px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	

	letter-spacing: -.5px;
	color: #32639A;
}

.post .title a {
	color: #32639A;
	border: none;
}

.post .meta {
	 clear:both;
	 height: 30px;
	background: #D8E7FE;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	  
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #4A81DE;
}

.post .meta .posted {
	float: right;
	height: 24px;
	padding: 3px 2px;
	background: #A8CF64;
	color: #FFFFFF;
}

.post .meta a {
	color: #FFFFFF;
}

.post .entry {
	
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	padding: 0px;
	color: #787878;
	background: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	border-left: 1px solid #E2E2E2;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
}

sidebar h4 {

	padding-left: 30px;
	
	font-size: 1.8em;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 0px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	color: #03C;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footerd {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #D8E7FE;
	border-top: 1px solid #D3DEF0;
	font-family: Arial, Helvetica, sans-serif;
}

#footerd p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}


#footer, .push {height: 30px;background: #D8E7FE;font-family: Arial, Helvetica, sans-serif; padding: 5px 0 5px 0;
	background: #D8E7FE;
	border-top: 1px solid #D3DEF0;}

#footer ul {text-align: center;height: 16px; padding:2px 0 0 15px; list-style-type: none; margin: 0;}
#footer ul li {display: inline;} 
#footer  ul li a {text-decoration: none;padding:  .1em .3em;color: #2C4A56;line-height: 30px;}
#footer  ul li a:hover{color: #000000;background-color: #A8CF64;}
.copyright{margin-left: 10px;display: inline;color: #014575;font-size: 14px;
	font-weight: bold;}
#discoDate{ height:30px;margin: 0;padding: 0 0;color: #32639A;font-weight:bold;top:2px;position: absolute;right:9px;}

#controls {
	position: relative;
	left: 396px;
	top: -504px;
	width: 226px;
}
	
#slider { }	
	#slider ul, #slider li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#slider li { 
		width: 620px;
		height: 455px;
		overflow: hidden;
	}	
#prevBtn, #nextBtn { 
	display: block;
	margin: 0;
	overflow: hidden;	
	position: absolute;
	top: 20px;
}	
#nextBtn { 
	left: 83px;
}														
#prevBtn a, #nextBtn a {
	display: block;
	width: 80px;
	padding: 7px 0px;
	background: #1dbaed;
	color: #ffffff;
	text-align: center;
	border-top: 1px solid #1d5ded;
	border-left: 1px solid #1d5ded;
		text-decoration: none;
}

	#prevBtn a:hover, #nextBtn a:hover {
	background: #659CEF;
	color:#FFF;	
	}
/* Banner */
#banner {
	margin-bottom: 10px;
	height: 440px;
	width: 600px;
}
	#banner img {
		 display: block;
				border: 5px solid #1dbaed;
				border-left: 5px solid #1d5ded;
			
			
	}
	#banner .info {
	width: 550px;
	height: 25px;
	background: url(../images/banner_overlay.png);
	position: relative;
	top: -13px;
	color: #333;
	margin: 5px;
	}
		#banner .info div {
			padding: 0px;
		}
			#banner .info div h1 {
	font: 1.9em;
	margin-top: -22px;
	color: #FFF;
	text-align: right;
	margin-right: 5px;
			}
			#banner .info div p {
	font: 1em;
	
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: -5px;
	font-style: italic;
	font-weight: bold;
			}
				#banner .info div h4 {
	
	
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: -5px;
	font-style: italic;
	font-weight: normal;
			}.tableau1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #0099CC}
.tableau2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #666666}
.tableau3 {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 14px; font-style: normal; font-weight: bold}

