body {
  margin: 1.8em auto;
  background-color: #005084;
  color: white;
  font: small Arial, Helvetica, Verdana, sans-serif;
  }

#wrapper {
		background-color: #fdf8f2;
		width:794px;
		color: black;
		margin: 0em auto;
		padding: 10px;
		}
#header img{border: none;}
#header-bottom {
			border-top: 1px solid #b9d2e3;
			border-bottom: 1px solid #b9d2e3;
			height: 1%;
				}
				
		#header-bottom ul {
						margin: 0;
						text-align: right;
						height: 1%;
						}
						
		#header-bottom li {
						display: inline;
						background-color: #fdf8f2;
						color: #050845;
						font-size: 1.2em;
						}

		#header-bottom a:link {
						text-decoration: none;
						background-color: #fdf8f2;
						color: #050845;
						}
		#header-bottom a:visited {
						text-decoration: none;
						color: purple;
						}				
		#header-bottom a:hover {
						background-color: #fdf8f2;
						color: blue;
						text-decoration: underline;
						}				
#main {		
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin-top: 10px;
	}
#homecontent {
		width:552px;
		margin:0 240px 10px 0;
		border: 1px solid #5F717C;
		background-color: #E4EEF6;
		color: black;
		overflow: hidden;
		}
				
		#homecontent .inner img {margin: 5px 5px 3px 5px; }
				
#homefeature {
		
		background-color: #E4EEF6;
		color: #8080b8;
		padding: 2em 2em 1em 2em;
		height: 100%;
		}
		#homefeature h1 {
				margin: 0;
				font-weight: normal;
				font-size: 2em;
				color: #000041;
				}
		#homefeature p {
				font-size: 1.3em;
				}				
#sidebar {
		position: absolute;
		top: 0;
		right: 0;
		width: 220px;
		height: auto;
		xpadding-bottom: 15px;
		background-color: #f3dfbd;
		color: white;
		border: 1px solid #5F717C;
		}
		#sidebar h3{
				font-size: 1.1em;
				background-image: url(../images/sidebar-header-bg.jpg);
				background-repeat: no-repeat;
				margin: 0;
				font-weight: normal;
				}
		#sidebar .inner {
				padding: 5px;
				
				}
		
		
		
		
		
		#sidebar .date {
				font-weight: bold;
				}
			#sidebar .int-image {
					float: right;
					margin: -10px 20px 0 10px;
					}	
			#sidebar p {color: #000656;
					clear: right;
					margin: 0;
					text-align: right;
					}		
			#sidebar p.more a:link  {
					color: #000656;
					text-decoration: none;
					background-repeat: no-repeat;
					background-position: center right;
					padding-right: 20px;
					}
			#sidebar p.more a:hover {color: blue; 
					text-decoration: underline; } 
					
			#sidebar img {border: none;}			
			.bullet {margin-left: 0.6em; }

#footer {
		width: 100%;
		border-top: 1px solid #b9d2e3;
		border-bottom: 1px solid #b9d2e3;
		margin-top: 10px;
		padding-bottom: 4px;
		clear: both;
		}
		#footer p {
			font-size: 90%;
			color: #256290;
			margin: 0;
			padding: 0.2em 0 0.2em 0;
					}
#copyright {
		
		color: #050845;
		font-size: 0.8em;
		margin: 0;
		
		width: 300px;
		float: left;
		
		}
#footer ul {
		margin: 0;
		text-align: right;
		height: 1%;
						}
						
		#footer li {
				display: inline;
				background-color: #fdf8f2;
				color: #050845;
						}
#footer a:link{
		text-decoration:none;
		color: #050845;
		}
		#footer a:visited {
				text-decoration: none;
				color: purple;
						}
		#footer a:hover {
				text-decoration: underline;
				color: blue;
						}									