body {
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:12px;
	text-align: center;
	margin:0px;
	line-height: 20px;
}
#dropshadoweffect {
	margin: 0px auto;
    text-align: center;
	width:980px;
	background-image:url(../images/content-background.gif);
    background-repeat: repeat-y;
	background-position: center;
}
#container { 
	margin: 0px auto;
    text-align: left;
	width:950px;
	overflow: hidden;
	padding:5px 3px 5px 5px;
	text-align:justify;
}
#topbar {
	background-image:url(../images/topbar-bkgrnd.jpg);
	background-repeat:repeat;
	width:950px;
	height:70px;
} 
/*Menu*/
#menu {
	background:#ccc;
	width:950px;
	height:25px;
	font-size:12px;
	border-bottom:1px solid #ffffff;
	color:#333;
	padding: 5px 0 0 0 ;
	margin:0;
	border-top: 2px #FFF solid;
	border-bottom: 2px #FFF solid;	
} 
#menu ul {
	margin: 0 ;
	padding: 0 0 0 15px ;
	list-style-type:none;
}
#menu li {
	margin: 0 ;
	padding: 0 ;
	display:block;
	float:left;
	text-align: center ;
}
#menu li span {
	float:left;
	line-height:20px;
	padding: 0 10px 0 10px;
	text-align:center;
	font-weight:bold;
}
#menu li a {
	color:#333;
	text-decoration: none ;
}
#menu li a:hover {
	color : #0066ff;
}
#menu li a.menuselected {
	color : #333;
	font-weight:bold;
}
#banner {
	float:left;
	width:950px;
	height:200px;
}
#banner-txt {
	float:left;
	width:340px;
	height:200px;
	background-image:url(../images/banner-txt-bkgrnd.jpg);
	background-repeat:no-repeat;
	color:#666;
	font-style:italic;
	font-size:11px;
	text-align:justify;
	line-height:22px;
}
#banner-txt-pos {
	float:left;
	padding: 50px 10px 10px	10px;
}
#second-menu {
	float:left;
	width:200px;
	background-image:url(../images/second-menu-bkgrnd.jpg);
	background-repeat:no-repeat;
	font-size:11px;	
}
#second-menu ul {
	margin: 0 ;
	padding: 0;
	list-style-type:none;
}
#second-menu li {
	margin: 0;
	padding: 10px 0 0 8px  ;
	height:30px;
}
#second-menu li a {
	color:#333;
	text-decoration: none ;
}
#second-menu li a:hover {
	color : #0066ff;
}
#second-menu li a.selected {
	color : #333;
	font-weight:bold;
}
#second-content {
	float:left;
	width:700px;
	padding: 0 0 0 10px;
}

/*Content*/
#content {
	float:left;
	width:930px;
	padding:15px 10px 30px 10px;
	text-align:justify;
}
#content .img-right {
	float:right;
	padding:2px;
	border:#CCC 1px solid;
	margin: 0 0 10px 20px;
}
h1 {
	font-size:18px;
	letter-spacing:1px;
	font-weight:bold;
}
h2 {
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
}
img {
	border:none;
	}
a {
	color:#0066ff;	
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.clear {
	clear:both;
}
.smlltxt{
	font-size:10px;
}
li {
	padding-bottom:15px;
}
hr {
	color:#CCC;
	width: 80%;
	background-color:#ccc;
}
#footershadow {
	margin: 0px auto;
	width:980px;
	height:30px;
	padding:0;
	background-image:url(../images/content-background-footer.gif);
	background-repeat:no-repeat;
	/*border:#666 1px solid;*/
}
/*WEBSPAN*/
#webspancontainer {
	margin: 0px auto;
	width:940px;
	text-align:right;
	font-size:10px;
	padding-top:10px;
	color:#333399;
	
}
.webspanlink {
	font-size:10px;
	color:#6699FF;
	text-align:right;
	text-decoration:none;
}