body
{
   color : black;
   background-color : black;
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat;
   font-family: Ariel, Helvetica, Geneva, Swiss, SunSans-Regular;
   font-size: 11pt;
   font-style: normal;
   font-weight: normal;
   line-height: normal;
}

p {
   font-family: Ariel, Helvetica, Geneva, Swiss, SunSans-Regular;
   font-size: 11pt;
   font-style: normal;
   font-weight: normal;
   line-height: normal;
}

#banner
{
   color: #ffff00;
   margin:0px;
	padding:0px;
}

h1
{
   color: #002255;
   margin:0px;
   padding:0px;
}

h2, h3, h4, h5, h6
{
   color: #002255;
   margin:0px;
	padding:0px;
}

#contentlist {
   font-family: Ariel, Helvetica, Geneva, Swiss, SunSans-Regular;
   font-size: 11pt;
   font-style: normal;
   font-weight: normal;
   line-height: normal;
   list-style: square;
   margin:0px;
}

#contentlist li {
   margin-bottom: 10px;
}

li {  
   font-family: Ariel, Helvetica, Geneva, Swiss, SunSans-Regular;
   font-size: 11pt;
   font-style: normal;
   font-weight: normal;
   line-height: normal;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
   font-family: Ariel, Helvetica, Geneva, Swiss, SunSans-Regular;
   font-size: 11pt;
   font-style: normal;
   font-weight: normal;
   line-height: normal;
   max-width:45em;
}

#downarrow {
   padding-left: 48px;
}

#menu
{
   list-style:none;
   margin-left: 0;
   padding-left: 0;
   margin:0px;
}

#menu li
{
  /*	display:inline; */
 padding-left: 30px;
background-image: url(../images/edge.png);
background-repeat: no-repeat;
background-position: 5 0em;
}

#menu a
{
	color : rgb(0,0,0);
	background-color : inherit;
}

#menu a:hover
{
	color : rgb(255,30,0);
}


#menu strong
{
	font-size : large;
}

.other
{
	text-align : center;
	/* background-image : url(images/redfilter.gif); */
   background-color : blue;
	border : thin solid rgb(0,0,0);
	/* background-color : inherit; */
	/* color : rgb(0,0,0); */
   color: white;
	font-size : x-small;
}

.contentText
{
   color : rgb(0,0,40);
   background-repeat : 1;
   background-color : #ffffff;
   /*	border : thin solid; */
}

.footer
{
   /* background-image : url(images/redfilter.gif); */
   background-color: #00ff00;
}

.footer a:link
{
   color: rgb(0,0,0);
	background-color:transparent;
}

.cvstag {
  font-size: x-small;
  display:none;
}


