/*@import url("layout.css");*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
/* Page background color, used if background image not found */
/* Red - 255, Blue - 255, Green - 236 */
	background:#FFFFEC;
	/* set the margin to > 0 px (10 px) for a space above the banner */	
	margin:0;
}
#container {
	width: 660px;

/* set the margin to > 0 px (10 px) for a space above the banner */
	margin: 0px auto;
	
/*	border: 1px black solid;*/
}
#masthead {
	text-align: center;
	margin: 0px auto;
	margin-bottom: 0px;
}

#msg1 {
	float: left;
	width: 660px;
	margin-bottom: 5px;
}
#con2 {
	width: 660px;
	margin-bottom: 10px;
	padding: 0px;
}
#footer {
	font-size:x-small;
	text-align: center;
	clear: both;
	width: 660px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:50px;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Content Styles */
#con2 h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}


#con2 a:hover {background: transparent;} 
#con2 a img { 
border: 2px solid gray; 
margin-left:4px;
margin-right:4px;
margin-bottom:8px;
} 

#con2 a:hover img, 
		a:active img { 
	border: 2px solid red; 
} 



/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}

	
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


.menu2 {
float:left; width:100%; font-family: verdana, arial, sans-serif; font-size:11px; /* border-top:1px solid #c00; */
/* background: #aaa url(../images/MenuBar1a.gif) repeat-x; */
margin:0 0 0px 0; 
}

.menu2 ul {
padding:0;margin:0;list-style-type:none;
}

.menu2 ul li {
float:left; position:relative;
}
.menu2 ul li a, .menu2 ul li a:visited {
float:left; display:block; text-decoration:none; color:#444; padding:0px 11px; line-height:30px; height:30px;
}

.menu2 ul li:hover {width:auto;}

/* Hover events */
.menu2 ul li a:hover {background:#2210d2 url(../images/MenuBar2b.gif); color:red;}
.menu2 ul li:hover a {background:#2210d2 url(../images/MenuBar2b.gif); color:red;}


/*------------------- painters2 is the second smaller menu -----------------------*/

#painters2 {
  padding:0;
  margin:0;
  list-style-type:none; 
  }
#painters2 li {
  width:73px; 
  height:18px; 
  float:left;
/*  border:1px solid #000;*/
  margin:0 0 10px 0;
  }
#painters2 a em {
  font-style:normal; 
  font-size:9px; 
/*font-size:1em;*/
  line-height:1.5em;
  }
#painters2 a {
  text-decoration:none;
  color:#000;
  position:absolute; 
  width:75px; 
  height:17px; 
  display:block;
  text-align:center;
  }
#painters2 a.red {background:#c00; color:#fff;}
#painters2 a.orange {background:#fc0; color:#000;}
#painters2 a.yellow {background:#ee0; color:#000;}
#painters2 a.green {background:#080; color:#fff;}
#painters2 a.blue {background:#00c; color:#fff;}

#painters2 a:hover {
  width:120px; 
  height:28px;
  z-index:200;
  background:#aaa;/* transparent url(../ads/opaque.gif);*/
  }
#painters2 a:hover em {
/*  font-size:1.5em;*/
    font-size:1.4em;
  line-height:1.1em;
  overflow:hidden;
  cursor:pointer;
  background:#fff; 
  border:1px solid #000;
  position:absolute; 
  width:125px; 
  height:25px;
  left:-12px; 
  top:-4px;
  }
#painters2 a:hover.red em {background:#c00;}
#painters2 a:hover.orange em {background:#fc0;}
#painters2 a:hover.yellow em {background:#ee0;}
#painters2 a:hover.green em {background:#080;}
#painters2 a:hover.blue em {background:#00c;}

#cvtimeanddate {
	text-align:right;
}