/* CSS Document */
* html {
	padding:0px;
	margin:0px;
}
body {
	color:#fff;
	background-color:#92BAF8;
	font:0.7em Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3 {
	margin:0;
	font:normal 1.7em arial;
	clear:left;
}
h1 {
	font-size:2em;
}
h3 {
	font-size:1.2em;
}
a {
	color:#339;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
.left {
	float:left;
}
.right {
	float:right;
}

#bg1{
background:url(left.jpg) no-repeat #2291e3 ;
}

#bg2{
margin-right:8px;
background:url(menu.jpg) no-repeat #2291e3;
}

#bg3{
background:url(bg.jpg) no-repeat #2291e3;
}

#marleft{
margin-left:8px;
margin-right:17px;
}

#marleft2{
margin-left:8px;
margin-right:17px;
}
#topNav, #topNav a {
	text-align:right;
	padding:5px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#topNav a:hover {
	color:#39f;
	}
#topNav .home {
	background: url(house.png) center left no-repeat;
	padding-left:14px;
	margin-right:10px;
}
#topNav .contact {
	background: url(email.png) center left no-repeat;
	padding-left:12px;
	margin-right:10px;
}
#topNav .about {
	background: url(group.png) center left no-repeat;
	padding-left:14px;
	margin-right:10px;

}

#slogan{
	font-size:34px;
	font-weight:bold;
	font-family:'Trebuchet MS' Arial, San Serif;
	padding-left:31px;
	font-style:italic;
}
#slogan a:hover{
	text-decoration:none;
}
#footer {
	bottom:relative;
	text-align:center;

}
.move {
	position:absolute;
	left:-2000px;
}
p {
	margin-bottom:5px;
	margin-top:5px;
}
.wrapper {
	margin:0px 20px;
}
.blogclass{
width: 170px;
padding: 6px;
background-color: transparent;
border: 1px solid #1052ab;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}
.paragraph {text-indent:2.5em; line-height:1.5em; text-align:justify;}
.tiltepages {font-size:12px; font-weight:bold;font-family:Arial, Helvetica, sans-serif}
.titlecont{font-weight:bold; margin-bottom:10px;}
.images img{float:left;margin-right:5px;}

/*================== new =========================--*/
#footer a:link, a:visited{color:#FFFFFF}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p{margin-bottom:10px}
.listt li{line-height:18px}
.titpage{font-size:16px; font-weight:bold; margin-top:10px;}
.titcont{font-size:13px; font-weight:bold}