@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body {
	background-color: #d8e8c9;
	background-image: url(../imgs/bkg-img.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#wrapper { 
 margin: 0 auto;
 width: 960px;
}
.header	{
	margin-top:30px;
	background-image:url(../imgs/header-bkg.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:960px;
	height:185px;

}
.logoTop	{
	position:relative;
	width:321px;
	height:61px;
	left:10px;
	top:20px;
}
.menucontainer	{
	width:960px;
	height:50px;
	padding: 0px 0px 0px 0px;
	position:relative;
	top:30px;
}

.mainnavigation	{
	position:relative;
	font-family: Helvetica, Arial, "Century Gothic";
	font-size:12px;
	width:960px;
	height: 35px;
	margin: 0px;
	background-color:#000066;
	}
.mainnavigation ul	{
 	margin:0;
 	padding:0;
	list-style:none;
	padding-top:9px;
}
.mainnavigation li	{
	display:inline;
}	
.mainnavigation a:link, .mainnavigation a:visited	{
	padding:10px 9px 10px 9px;
 	color: #FFFFFF;
 	text-decoration:none;
}	
.mainnavigation a:hover	{
 	color: #00FFFF;
 	text-decoration:none;
	background-color:#000099;
}	

#maincontentContainer	{
	width:920px;
	padding: 30px 20px 20px 20px;
	margin-top:10px;
}
.maincontentTopBorder	{
	width:960px;
	height:150px;
	background-image:url(../imgs/topBorder.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.maincontentBottomBorder	{
	width:960px;
	height:150px;
	background-image:url(../imgs/bottomBorder.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.maincontent	{
	width:920px;
	padding: 5px 20px 20px 20px;
	background:#ffffff;
}
.maincontent	p{  
	font: 12px/18px Arial, Helvetica, sans-serif; color:#000;
}
.maincontent h1	{  
	font: bold 20px Arial, Helvetica, sans-serif; color:#339900;
}
.maincontent ul	{ list-style-typ:square; padding-left:30px;}
.maincontent li	{ padding-left:20px; font: 12px/18px Arial, Helvetica, sans-serif; color:#000;}
.maincontent img	{ margin:8px 8px; border:10px solid  #CCC; }
.mainTxt	{
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:14px;
	color:#000;
	line-height:18px;
}
.secTxt	{
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:12px;
	color:#000;
}

.clearFloat {
  clear: both;
  display: block;
}





h1	{
	color: #339900;
	font-family: Helvetica, Arial, "Century Gothic";
	font-weight:bold;
	font-size:22px;
}
h2	{
	color:#fd8d03;
	font-family: Helvetica, Arial, "Century Gothic";
	font-weight:bold;
	font-size:16px;
}
h3	{
	color:#fd8d03;
	font-family: Helvetica, Arial, "Century Gothic";
	font-weight:bold;
	font-size:14px;
}



#footer { 
 width: 940px;
 height:150px;
 color: #fff;
 margin: 0px;
 padding: 10px;
 background-image:url(../imgs/footerBKG.png);
 background-position:top center;
 background-repeat:no-repeat;
}
.clear { clear: both; background: none; }

.SMLmenucontainer	{
	width:840px;
	height:50px;
	padding: 0px 0px 0px 0px;
	position:relative;
	margin-left:100px;
}

.SMLmainnavigation	{
	position:relative;
	font-family: Helvetica, Arial, "Century Gothic";
	font-size:14px;
	width:840px;
	height: 35px;
	margin: 0px;
	}
.SMLmainnavigation ul	{
 	margin:0;
 	padding:0;
 	padding-top:8px;
	padding-bottom:5px;
}
.SMLmainnavigation li	{
	display:inline;
}	
.SMLmainnavigation a:link, .SMLmainnavigation a:visited	{
 	padding:15px 8px 5px 8px;
 	color: #000000;
 	text-decoration:none;
 	font-family: Helvetica, Arial, "Century Gothic";
 	font-size:9px;
}	
.SMLmainnavigation a:hover	{
 	padding:15px 8px 5px 8px;
 	color: #000000
 	text-decoration:none;
 	font-family: Helvetica, Arial, "Century Gothic";
 	font-size:9px;
	text-decoration:underline;
}
.copycontainer	{
	width:810px;
	height:50px;
	padding: 0px 0px 0px 0px;
	position:relative;
	margin-left:130px;
}
.img	{
	padding:10px 10px 10px 10px;
}
