/***********************************************/
/* RevNed_Site.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font: small/1.166 Arial, Helvetica, sans-serif;
}

a{
	color: #0000FF;
	text-decoration: none;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #660066;
	text-decoration: none;
}

a:hover{
	color: #990000;
	text-decoration: underline;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 125%;
 color: #333333;
}

h2{
 font-family: Verdana, Arial, sans-serif;
 font-size: 115%;
 color: #333333;
}

h3{
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 110%;
}

h4{
 font-family: Arial,sans-serif;
 color: #333333;
}

h5{
 font-family: Arial,sans-serif;
 color: #333333;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 99%;
	background-color: #333333;
	color: #FFFFCC;
	border: medium double #999999;
}

#LeftSidebar{
	width: 100%;
	color: #000033;
	padding: 2px 2px 10px;
	background-image: url(../images/whtmarb.jpg);
	border: thin solid #666666;
}

#CenterPanel{
	width: 98%;
	padding: 2px 5px;
	margin-right: 3px;
	margin-left: 3px;
}

/**** MainPanel is like the CenterPanel, but for 2 column layouts    ****/
#MainPanel{
	width: 98%;
	padding: 2px 5px;
	margin-right: 3px;
	margin-left: 3px;
}

#RightSidebar{
	width: 98%;
	background-color: #CCCCCC;
	color: #000033;
	padding: 6px 4px 10px 6px;
	border: 1px solid #999999;
}

#BottomBar{
	clear: both;
	background: #CCCCCC;
	border-top: thin solid #999999;
}


/**** Contextual Selectors   ****/

#masthead h1{
	font-size: 145%;
	padding-top: 7px;
	color: #FFFFCC;
	text-align: center;
}

#masthead p{
	text-align: right;
}

#masthead a{
	color: #0000FF;
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 1px 3px;
	border: 1px solid #666666;
	margin-bottom: 1px;
}

#masthead a:link{
	color: #0000FF;
}

#masthead a:visited{
	color: #FF00FF;
}

#masthead a:hover{
	text-decoration: underline;
	background-color: #99FFFF;
	color: #990000;
}

#LeftSidebar ul{
 list-style-type: none;
}

#RightSidebar ul{
	list-style-type: disc;
}


#CenterPanel h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #333333;
	padding: 2px 1px 1px 2px;
	font-size: 95%;
	clear: both;
}

#MainPanel h1{
	clear: both;
}

#CenterPanel a{
	color: #0000FF;
	text-decoration: none;
}

#CenterPanel a:link{
	color: #0000FF;
}

#CenterPanel a:visited{
	color: #990066;
}

#CenterPanel a:hover{
	text-decoration: underline;
	color: #990000;
}

#CenterPanel img{
  float:left;
  margin:0 7px 4px 0;
  border:1px solid #000033;
  }

#MainPanel img{
  float:left;
  margin:0 7px 4px 0;
  border:1px solid #000033;
  }


#RightSidebar p{
	font-size: 90%;
}

#BottomBar p{
	font-size: 85%;
	text-align: center;
}

#BottomBar a{
	color: #0000FF;
	text-decoration: none;
	padding: 1px 3px;
	border: 1px solid #666666;
}

#BottomBar a:link{
	color: #0000FF;
}

#BottomBar a:visited{
	color: #FF00FF;
}

#BottomBar a:hover{
	color: #990000;
	text-decoration: underline;
	background-color: #99FFFF;
}

