body{
	/* main body info */
	font-size: 100%;
	margin: 3em 0 0 0;
	padding: 0 0 0;
	background-image: url(../images/bg.jpg);
	color: #777777;
	font-family: "Times New Roman",Times,serif;
	text-align: center;
}

#frontwrapper {
	position: relative;
	text-align: left;
	width: 800px;
	height: inherit;
	margin-right: auto;
	margin-left: auto;
}

#frontpageimage {
	background-image: url(../images/frontpage.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#frontbackground {
	background-image: url(../images/bg.jpg);
	background-position: left;
	background-repeat: repeat;
}

#frontnavigation {
	position: absolute;
	top: 540px;
	left: 60px;
}

#box1 {
	position: absolute;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	text-align: justify;
	top: 150px;
	right: 100px;
	width: 400px;
	height: 200px;
	letter-spacing: 1px;
}

	
#box2 {
	position: absolute;
	color: #ffffff;
	top: 180px;
	left: 100px;

}

a.outer, a.outer:visited {
	color: #ffffff;
	width: 93px;
	height: 22px;
   line-height: 20px;
/*   	overflow: hidden;    */
	display: block; 
   background: #777777;
	border: 1px solid #ff6633;
	margin-right: 1px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

a.outer:hover {
	color: #fff;
	background: #777777;
/* 	overflow: visible; */
} 

a.outer:hover table {
	display: block;
	background: #eee;
	border-collapse:collapse;
} 



#bottom_nav{
	/* bottom navigation */
	padding: 52px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 1em;
	color: #ee1708; /* very light gray */
	font-weight: normal;
}

#bottom_nav a:link,a:visited{
	color: #777777; /* light gray */
	text-decoration: none;
}

#bottom_nav a:hover,a:active{
	color: #ff0000; /* light red */
	text-decoration: none;
}

#bottom_nav ul{
	/* bottom navigation */
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#bottom_nav ul li{
	/* bottom navigation */
	margin-left: 0;
	padding: 1px 1px;
	list-style: none;
	display: inline;
}

#bottom_nav ul li.first{
	/* bottom navigation */
	margin-left: 0;
	list-style: none;
	display: inline;
}

#footerwrapper{
	/* keeps the footer 450 center */
	position: relative;
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 13px 0px 13px;
	
}

img.monicol {
vertical-align: middle;
text-decoration: none;
border: none;
height: 32px;
width: 32px;

}
a.monicol {
	text-decoration:none;
}

/* Menu dropdown styles */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ff6633;;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
background: #EEEEEE;
color: #777777;
font-family: "Times New Roman", Times, serif;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#ddd8bb;
}
/*  end of menu dropdown styles */

/*News Ticker styles*/
img#newscursor {
   margin:0;
   border:0;
   padding:0;
   position:relative;
   top:2px;
   left:2px;
}
#newsTicker {
   position:absolute;
   padding-left:2px;
   left:145px;
   top:102px;
   width:500px;
   height:20px;
   color:white;
   font-weight:bold;
   cursor:pointer;
   letter-spacing:1px;
   word-spacing:2px;
   border:1px solid #FF6633;
   background-color:#777777;
   text-align:left;
   text-decoration:none;
}
div#frame {
   position:absolute;
   top:138px;
   left:120px;
   width:400px;
   background-color:white;
   border:1px solid #FF6633;
   z-index:100;
}
#newsparagraph {
	color: #444444;
	text-align: justify;
	background-color: white;
	font-size: 80%;
	line-height: 1.4em;
	letter-spacing: 1px;
	word-spacing: 2px;
	margin-bottom: 0em;
	margin-left: 2em;
   margin-right:2em;
	margin-top: 0;
}
#newstitle {
	color: #ff0000;
	font-style: italic;
	font-weight: bold;
	font-size: 100%;
	font-family: "Times New Roman",Times,serif;
	letter-spacing: 1px;
	text-align: left;
	word-spacing: 2px;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#iconDiv {
   margin-right:1em;
   margin-top:2px;
   margin-left:2px;
   float:left;
}
#closeItem {
   float:right;
   margin:2px 5px;
   cursor:pointer;
}
/*end of news ticker styles*/
