/* CSS Document */

p{ /* to make paragraphs the same in firefox as ie */
margin: 14px auto;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	color: #0000BB;
	font-style: italic;

	padding: 0px;
	margin: 0px;
}

.maintop{
 	height: 100%;
	width: 100%;
	background-color:#FFFFFF;
	background-image:url(images/edge/t.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.mainbottom{
	 
	height: 100%;
	width: 100%;
  background-image:url(images/edge/b.gif);
  background-position: bottom; 
  background-repeat: repeat-x;
}


.mainright{
 	height: 100%;
	width: 100%;
background-image:url(images/edge/r.gif);
background-position: right;
background-repeat: repeat-y;
}

.mainleft{
 
	height: 100%;
	width: 100%;
background-image:url(images/edge/l.gif);
background-position: left;
background-repeat: repeat-y;
}


body {
	margin:40px 0px;
	padding:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

.maintopright{
	 
	height: 100%;
	width: 100%;
background-image:url(images/edge/tr.gif);
background-position: top right;
background-repeat: no-repeat;
}

.maintopleft{
	 
	height: 100%;
	width: 100%;
background-image:url(images/edge/tl.gif);
background-position: top left;
background-repeat: no-repeat;
}


.mainbottomright{
	 
	height: 100%;
	width: 100%;
background-image:url(images/edge/br.gif);
background-position: bottom right;
background-repeat: no-repeat;
}

.mainbottomleft{
	 
	height: 100%;
	width: 100%;
background-image:url(images/edge/bl.gif);
background-position: bottom left;
background-repeat: no-repeat;
}
/* CSS Document */


	
#Content {
	 
	 position: relative;
	width: 750px;
	margin:0px auto;
	text-align:left;
	top: -1px;
	left: 0px;
	height: 100%;


	}

#MainMenu {
	 
	
	color: #9B9D98;
	border: none;
	padding-top: 1px;

}

#MainMenu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 10px 20px;
}

#MainMenu li
{
	display: inline;
	

}

#MainMenu a{
	color: #9E9F97;
	text-decoration: none;
	font-weight: bold;
		border: solid 1px  #000099;
			padding: 2px;
			margin: 2px;
}

#MainMenu a:hover{
	color: #ffffff;
	background-color: #000099;
	font-weight: bold;
	
}

#MainMenu  a.selected{
	color: #ffffff;
	background-color: #000099;
	font-weight: bold;
			border: solid 1px  #000099;
}

.maintitle{
position:absolute; left: 113px; top: 11px;
}

.title{
color: #9E9F97; font-weight: bold; font-style: italic;
}

.hoverbox{
	margin-bottom: 5px;
 width: 141px; height: 21px;
border: solid 1px #9B9D98; line-height: 21px;
}

.hoverbox:hover{
	margin-bottom: 5px;
   cursor: hand;
	background-color: #9FBDBF;
	  width: 141px; height: 21px;
border: solid 1px #9B9D98; line-height: 21px;
}

.mcaption{

position: absolute; top: 20px; left: 15px; width: 460px;

}


.rollover-text {
 	cursor: hand;
		color: #9E9F97;
	font-weight: bold;
	text-decoration: none;

}


.rollover-text:hover {
     cursor: hand;
	color: #000099;
	font-weight: bold;

	text-decoration: underline;
	
	
}

.copyright{
font-size: 10px; color: #9E9F97; height: 13px;
text-decoration: none;
}

/* CSS Document */
.scrollingtext{
	position: absolute;
	top: 101px;
	left: 15px;
	width: 379px;
	font-size: 14px;
	overflow: hidden;
	height: 44px;
}

