body { background-color:#003D6B; color:#222222; font-family:"Trebuchet MS" Arial, Helvetica, sans-serif; font-weight:bold; }

a { color:#6CC7DC; text-decoration:none; }
a:link { color:#6CC7DC; text-decoration:none; }
a:active { color:#6CC7DC; text-decoration:none; }
a:visited { color:#6CC7DC; text-decoration:none; }
a:hover { color:#6CC7DC; text-decoration:underline; }

img { border:0; }

p { font-size:16px; font-weight:bold; margin-bottom:17px; }



/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	}

#header {
	height:210px;
	background:url(images/bg-header.jpg) no-repeat;
	}

#menu {
	background:url(images/bg-menu.png) repeat-x;
	font-size:12px;
	height:35px;
	line-height:35px;
	}

#content {
	margin-left:14px;
	margin-top:10px;
	min-height:400px;
	width:670px;

	}
#footer {
	clear:both;
	height:100px;
	background:url(images/bg-footer.jpg) no-repeat;
	}
#footer1 {
	clear:both;
	height:100px;
	background:url(images/bg-footer1.jpg) no-repeat;
	}





/* Entries */

.entry {
	padding:5px 0px 5px 10px;
	text-align:justify;
	}
.entry-title { color:#6CC7DC;
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.entry img {
	margin: 5px;
}




/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 8px;
	display:block;
	color:#ffffff;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}



/* Footer */

#footer-valid {
	color:#ffffff;
	float:left;
	font-weight:normal !important;
	padding-left:20px;
	padding-top:55px;
	}



