/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #F8FBFF url(images/img01-2.jpg);
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */
#top
{
	width: 850px;	
	background-color:#F8FBFF;
	margin: 0 auto;	
	padding-top:20px;	
}
#topright
{
float:right;
font-size:12px;
padding-right:50px;
color:#666666;
height:1em;
}

#header {
	width: 760px;
	height: 202px;
	margin:0px 40px 0 40px;
	background: #666 url(images/banner-w.jpg) center no-repeat;
	
	
}

#header h1 {
	padding: 110px 0 0 50px;
}

#header h2 {
	padding: 0 0 0 50px;
}

#header a {
	text-decoration: none;
}
#header ul {
	float: left;
	margin: 0;
	padding: 170px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#header li {
	display: inline;	
	color: #369;
	font-weight:bold;
	font-size:14px;
}

#header a {
	padding-left: 0.4em;
	padding-right:0.6em;
	text-decoration: none;
	font: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;	
	color: #369;
	letter-spacing:-1px;
}

#header a:hover {
	text-decoration: underline;
}



/* Search */

#search {
	float: right;
	width: 200px;
	padding: 150px 0 0 0;
}

#search legend {
	display: none;
}

#searchfield {
	width: 140px;
}

#searchsubmit {
	display: none;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	/*background: #F3F8FE url(images/img03.jpg);*/
	background: #fff;
}

/* Content */

#content {
	float: right;
	width: 590px;
}

.post {
	padding: 4px 10px 30px 10px;	
	float:left;
}
.image{
float:right;
padding-top:2px;
padding-right:40px;
}
.link-box{ margin-top:20px; margin-left:40px; padding:10px; border:silver 1px solid; width:450px; height:150px;}
.link-image{ float:left;}
.link-text{ float:right; text-align:left; width:260px;}

.post .title {
	margin: 0;
	padding-left: 30px;
	background: url(images/img06.gif) no-repeat left center;
	font-size: 2em;
}

.post .meta {
	margin: 0 0 15px 0;
	padding-top: 5px;
	background: url(images/img05.gif) repeat-x;
	line-height: normal;
}

.post .entry {
}

.itemtable
{
	/*background-color:#E1F8F7;*/
	background-color:White;
	border:solid 2px #ccc;
	text-align:center;
	font-size:14px;
	color:#378987;
	height:190px; 
	width:180px;
	
}
.itemheader
{
	background-color:#B8E0DF;
	border:solid 1px #9EBCE3;
}
.itembody
{
	background-color:#B8E0DF;
	border:solid 1px #9EBCE3;
	font-size:12px;	
}
.itemtable a
{
text-decoration:none;
color:#369;
color:#666666;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 260px;
}

#sidebar ul {
	margin:20px 0 0 40px;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 5px;
	padding: 0px 0px 20px 0px;
	/*padding: 30px 15px 20px 15px;*/
	width::200px;
	background-color:#DCE0EB;
}

#sidebar li ul {
	line-height: 1.6em;
	margin:0;
	padding-left:20px;
}

#sidebar li li {
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	color:#000;
	margin-bottom: 10px;
	padding-left:20px;
	letter-spacing: -1px;
	line-height:1.5em;
	background-color:#9EBCE3;
}

#sidebar a {	


}

#sidebar a:hover {
color:#9EBCE3;	
}
.ahover
{
color:#9EBCE3;	
}

#sidebar p {

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	margin-top:0px;
	line-height:1em;
}


/* Footer */

#footer {
	clear: both;
	width: 850px;
	height: 80px;
	margin: 0 auto;
	padding-top: 30px;
	color: #666767;
	background-color:#FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	color: #666767;
}