﻿/*style for CRP2011*/

/**************************************basic elements************************************/
html, body{
  font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
  font-size: 100%;
  color: #000;
  background-color: #FFF;
}

img{ border: 0;}

img.logo
{
	width: 55px;
	height:55px;
	margin-top: 0px;
	margin-left:0;
	margin:0px;
}

img.csd
{
	width: 540px;
	height: 260px;
	
}

h1,h2,h3,h4,h5 {font-family: Georgia, "Bitstream Vera Serif", "New York", Palatino, serif; line-height: 1em;}

h1{
  font-size: 160%;
  color: #100945;
  margin: 0.7em 0 0.7em 0;
  text-decoration: none;
  border-bottom: dotted 1px  #888; 
}

h1.logoheader
{
  border: 0;
  margin: 0;
  z-index: 1;
  background-color:#FFF;
  border-bottom: 1px solid #999999;
  height:78px;	
}

#main_body h1.pageheader{
	margin:40px 0 10px 0;
}

h2{
  font-size: 140%;
  color: #000;
  margin: 0.7em 0 0.7em 0;
}

/*********************************** Main Content ***********************************/
#main_body{
  font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
  padding: 0 0.55em 40px 0.0em;
  line-height: 1.4em;
  position: absolute;
  font-size:90%;
  left: 0;
  top: 63px;
  width:70%;
  z-index: 0; 
  margin-left:15em;
  min-width:300px;
}



#main_body a:link{ color: #00A; text-decoration:none; }

#main_body a:visited{ color: #551A8B; text-decoration:none;}

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

#main_body ul, #main_body li{
  margin-left:1em;
  padding-left:0;
  list-style:none;
}


#main_body span.info{ font-size:105%; font-weight:bold;}


/******************************main_main**********************************/
#main_main{
  font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
  padding: 0 0.55em 40px 0.0em;
  line-height: 1.4em;
  position: absolute;
  font-size:90%;
  left: 0;
  top: 63px;
  width:70%;
  z-index: 0; 
  margin-left:15em;
  min-width:300px;
}


/*************************Left Hand Menu**********************************/
#menu{
  position: absolute;
  left:1em;
  top: 5px;  
  padding:0;
  width: 14em;
  margin-bottom: 5px;
  z-index: 1;
  font-size:85%;
}

#menu a{text-decoration: none;}

#menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0; 
}

#menu li{ display:inline;}



#menu ul.level_one{
  font-family: Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
  color: #4A5A6A;
  text-transform: uppercase; 
}

#menu ul.level_one li{
  font-family: Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
  color: #4A5A6A;
  text-transform: uppercase; 
}

#menu ul.level_two a{
  font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
  color:Black;
  text-transform: none;
  display: block;
  border: 0;
  border-top: dashed 1px #BBB;
  padding: 0.15em;
  margin: 0 3em 0px 1.5em;
  width: 11em;  
  background-color: transparent;
}

#menu ul.level_two a:hover{text-decoration: underline; color: black;}

#menu ul.level_two a:visited{color: #5B3B5B;}

#menu li ul{ margin-bottom: 7px}










