* {
	margin:0;
	padding:0;
}


body {
	font-family: "Verdana", "Arial", sans-serif;
	color:#444;
	margin:0;
	border-top:2px solid #555;
	background-color:#ccc;
	/*background-image:url('bgdark.gif');
	background-repeat:repeat-x;
	background-position: top center;*/
}

#header {
	/*border-top:20px solid #BCE77C;*/
	border-bottom: 2px solid #888;
	position: relative;
	background-image:url('header-BlueSky.jpg');
/*	border:2px solid #blue;*/
}

#header p.description {
	font-size: .8em;
	margin:0px 0 10px 150px;
	color:#ccc;
}

#header h1 {
	margin:0px 0 0 0;
	padding:25px 25px 0px 80px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:2.2em;
	font-weight:bold;
	color:#eee;
	letter-spacing:-1px;
	margin:0px 0;
}

h1 a {
text-decoration:none;
color:#eee;
}

h1 a:hover {
color:#fff;
}



#links {
	position: absolute;
	top:0px;
	right:10px;
}

#links a {
	text-decoration:none;
	color:#aaa;
}

#links a:hover {
	color:#ccc;
}



#wrapper {
	width:860px;
	margin:15px auto;
	border:2px solid #555;
	
}

#nav {
	position: absolute;
	bottom:0px;
	left:5px;
}

#nav li {
	list-style:none;
}

#nav li a {
	color:#ddd;
	padding:0;
	font-size:.8em;
	margin:0;
	font-weight:bold;
	text-decoration:none;
	display:block;
/*	border:1px solid red;*/
}
#nav li a:hover {
	color:#eee;
	text-decoration:none;
}

#clear {
	clear:both;
}



#content {
	position: relative;
	margin:0 0 0 0 !important;
	margin:0 0 0 0;
/*border:2px solid #red;*/
	padding:10px 25px 30px 25px;
	background-color:#fff;

}

#content p {
	font: .8em/1.2em "Verdana", "Arial", sans-serif;
	margin:5px 0 15px 0;
	word-spacing:2px;
	padding: 0px 5px 5px 10px;
/*	border: 1px solid red;*/
}

#content a {
	text-decoration:underline;
	color: #444;
}



#content h2 {
	font: 1em/1em "Verdana", "Arial", sans-serif;
	color:#444;
	font-weight:normal;
	margin:15px 0 5px 0;
	border-bottom:1px solid #f6f6f6;
	padding:5px 0;
}

#content h2 a {
	color:#111;
	text-decoration:none;
	border:none;
}

#content #sidebar {
	width:150px;
	float:right;
	padding:5px 5px 5px 5px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	background-color: #fff;
	margin: 5px 0px 15px 15px;
}

#content #sidebar h2 {
	letter-spacing:2px;
	font-size:1.1em;
	color:#333;
	border:1px solid #999;
	padding:0 0 3px 10px;
	margin-top: 30px;
	margin-bottom:5px;
	background:#e5e5e5;
}

#content #sidebar h2.first {
margin-top: 0px;
}

#content #sidebar ul {
	font: .7em/1.1em "Verdana", "Arial", sans-serif;
	list-style:bullet;
	margin:10px 5px 10px 20px;
	
}

#content #sidebar li {
	padding:3px;
	border-bottom:1px solid #f6f6f6;
	border:none;
}

#content #sidebar li a {
	color:#777;
	text-decoration:none;
	border:none;
}


#sidebar li a:hover {
	color:#000;
}

#content #sidebar p.news {
	font: .7em/1.1em "Verdana", "Arial", sans-serif;
	padding:10px;
	background:#f6f6f6;
	margin:0px 0;
	color:#555;
	border-bottom:1px solid #999;
	border-top:1px solid #888;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
}

#content ul, ol {
	font: .8em/1.1em "Verdana", "Arial", sans-serif;
	margin:10px 10px 10px 25px;
	/*border-top:1px solid #eee;*/
}

#content li {
	padding:3px;
	/*border-bottom:1px solid #eee;*/
}

/*img {*/
/*	background:#ccc;*/
/*	padding:1px;*/
/*	border:5px solid #eee;*/
/*}*/

#content h3 {
	margin:10px 0;
	font:160% Trebuchet MS;
	color:#222;
}

#sidebar a.more {
	display:block;
	text-align:right;
	color:#333;
	text-decoration:none;
	margin:3px 5px 15px 0 ;
}


#date {
position: absolute;
top: 5px;
right: 5px;
}


#footer {
	width:860px;
	margin:15px auto;
	font-size: .8em;
	padding:20px;
	text-align:right;
	color:#999;
}

#footer a {
	color:#444;
	text-decoration:none;
}

#footer p {
	color:#444;
	font-size:.7em;
}

.centeredImage
    {
    text-align:center;
    display:block;
    }


