html {
padding: 0;
margin: 0;
}

body {
color: #002A7A;
background: #fff url(images/bodyBgr.gif);
background-repeat: repeat-x;
font-family: Georgia, "Times New Roman", Times, serif;
}




#wrapper {
width: 960px;
margin: auto;
border: 1px solid #CCC;
background: #FFFFFF;
}

#header {
float: left;
	background: #009C00 url(images/TopStrip.gif) no-repeat bottom left;
	background-repeat: no-repeat;
	height: 150px;
	width: 960px;
}
#facebook {
	float: right;
	height: 30px;
	width: 150px;
	margin-top: 15px;
}







#pageName {
float: left;
width: 325px;
font-variant: small-caps;
color: #FFFFFF;
font-size: 38px;
padding: 0;
margin: 20px 0 0 10px;
} 


html>body #pageName {
margin: 20px 0 0 50px;
} 




#header p {
	float: right;
	color: #FFFFFF;
	width: 475px;
	font-size: 75%;
	font-style: italic;
	text-align: right;
	margin-top: 60px;
	margin-right: 55px;
	margin-bottom: 0;
	margin-left: 0;
}

html>body #header p {
	margin-top: 10px;
	margin-right: 95px;
	margin-bottom: 0;
	margin-left: 0;
}


#navbar {
float: left;
margin: 0;
margin-top: 20px;
padding: 0;
width: 960px;
height: 30px;
border-bottom: 1px solid #CCCCCC;	
}




#nav {
float: left;
margin: 0px;
text-align: center;
list-style: none;

}


#nav li {
float: left;
margin: 0px;
padding: 0px;
font-family: "Optima", sans-serif;
font-size: 100%;
}



#nav a {
float: left;
display: block;
color: #009C00;
margin:  0px;
padding: 5px 11px;
text-decoration: underline;
border-top: none;
font-family: "Optima", sans-serif;
border-bottom: none;
}

#nav a:hover {
color: #002A7A;
text-decoration: none;
margin: 0px 0px;
padding: 5px 11px;
border-top: none;
}


#curentBtn a {
color: #002A7A;
text-decoration: none;
margin: 0px 0px;
padding: 5px 11px;
border-top: none;

}

#container {
float: left;
width: 960px;
padding: 40px 0 20px 0px;
}




#bottomStrip {
    float: left;
	color: #FFFFFF;
	height: 200px;
	width: 960px;
    background: #002A7A url(images/Bottomstrip.gif) no-repeat top left;
}
#bottomStrip p {
padding: 150px 0 0 20px;
}

#bottomNav {
float: left;
width: 960px;
margin: 10px 0 0 0;
padding: 0;
text-align: center;
font-size: 75%;
}

#bottomNav a {
color: #666666;
text-decoration: underline;
font-family: "Optima", sans-serif;
padding: 4px;
}




#bottomNav a:hover {
color: #999999;
text-decoration: none;
padding: 4px;
}

.textwhite {
color: #999999;
text-decoration: none;
}




br.clearMe {
	clear: both;
	height: 0;
}
.FusionMedia { font-size: 65%; }

#bottomStrip {
	background-color: #002A7A;
	background-image: url(images/BottomStripGreen.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.nobullet {
padding-left: 10px;
}

