
body {
	font-family:"Comic Sans MS", cursive;
	color:#000000; 
	font-size:14px;
	background: #333399 url(../images/background.jpg) repeat-x 0 0;
	margin:0px;
	line-height: 18px;
}
#container { 
	margin: 0px auto;
    text-align: left;
	width:940px;
	background-color:#FFF;
	overflow: hidden;
	margin-top:8px;
	margin-bottom:8px;
	background-image:url(../images/bkgrnd-tile.gif);
	background-repeat:repeat;
}
#topbanner{
	position:relative ;
	float:left;
	background-image:url(../images/bann-top-bkgrnd.jpg);
	background-repeat:repeat-x;
	height:100px;
	width:928px;
}
#topcontact{
	position:relative ;
	float:right;
	top:46px;
	text-align:right;
	color:#009933;
}
#bannframetop {
	position:relative ;
	background-image:url(../images/bann-frame-top.gif);
	background-repeat:repeat-x;
	height:10px;
	width:940px;
}
.bannframebott {
	position:relative ;
	float:left;
	background-image:url(../images/bann-frame-bott.gif);
	background-repeat:repeat-x;
	height:24px;
	width:300px;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	padding-top:2px;
}
.center {
	text-align: center;
}
.clear {
	clear:both;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.imageframe {
	border:1px #FFF solid
}
.imagenoborder {
	border:none;
}
/*MENU*/
#menu {
	position:relative ;
	float:left;
	width: 210px;
	font-size:15px;
	color:#000;
	font-weight:bold; 
	margin-left: -2px;

}
#menu ul {
	list-style-image:url(../images/menu-bullet.gif);
	margin-top:3px;
	padding-top:3px;
}
#menu li {
	margin-left: -12px;
	margin-bottom: 1px;
}
#menu li a {
	color:#000000;
	text-decoration:none;
}
#menu li a:hover {
	color:#009933;
}
.menuselected {
	color:#009933;
	text-decoration:underline;
}
/*MAIN CONTENT*/
#content {
	position:relative;
	float:left;
	padding: 10px;
	width:707px;
	background-image:url(../images/bkgrnd-tile.gif);
	background-repeat:repeat;
	color:#063;
	font-weight:bold;
}

h1 {
	color:#009933; 
	font-size:18px;
	margin-top:0px;
}
h2{
	font-weight: bold;
	font-size:15px;
}

li {
	line-height:24px;
}
hr {
	border: 0;
	color: #c0c0c0;
	background-color: #c0c0c0;
	height: 1px;
	width: 98%;
	text-align: left;
}
.imageborder {
	background-color:#009933;
	padding:5px;
	margin-left:10px;
	margin-right:10px;
	font-size:11px;
	color:#FFF;
	border:none;
}

/*GALLERY*/



/*TEXT FORMATTING*/
.txtbold {
	font-weight: bold;
}
.highlight {
	font-weight: bold;
	font-size:15px;
	
}
.txtsmall {
	font-size:10px;
}
.red {
	color:#FF0000;
}
.grey {
	color:#666666;
}

/*LINK FORMATTING*/
.bttmlink {
	font-size:12px;
	color:#3300FF;
}
.linkstnd {
	color : #009933;
}
/*FOOTER*/
#footgrnbar {
	float:left;
	background-image:url(../images/foot-grn-bar.gif);
	background-repeat:repeat-x;
	height:5px;
	width:940px;
	margin-top:30px;
}
#footer {
	position:relative ;
	float:left;
	background-image:url(../images/foot-bkgrnd.gif);
	background-repeat:repeat-x;
	height:43px;
	width:920px;
	text-align:center;
	font-size:13px;
	padding-top:17px;
	color:#009933;
}

/*WEBSPAN*/
#webspancontainer {
	margin: 0px auto;
    text-align: left;
	width:940px;
	text-align:right;
	font-size:10px;
	padding-top:10px;
	color:#FFFFFF;
}
.webspanlink {
	font-size:10px;
	color:#6699FF;
	text-align:right;
	text-decoration:none;
}