html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #fff url('../images/bg3w.jpg') repeat-x;
 color: #333333;
font-family:Arial, Helvetica, sans-serif;
} 

button {
	cursor: pointer;
	cursor: hand;
}
 
a {
	color: #000;
	text-decoration: none;
	border-bottom: 2px #000 dotted;
}

a:hover{
	background-color: #ffc;
}

a:visited{
	color: #000;
	border-bottom: 2px #ccc dotted;
}

.headlink,
.headlink:hover,
.headlink:visited
{
	font-family:"Palatino","Georgia","Baskerville",serif;
	border-bottom: none;
	color: #fff;
	background: none;
text-shadow: 1px 2px 5px #736153;
}



h1{
	font-size:1.4em;
	font-weight:600;
	padding-bottom: 20px;
}

h2 {
	font-size:1.2em;
	font-weight:500;
	font-style: italic;
	padding-bottom: 20px;
}

h3{
	font-size:1.1em;
	font-weight:600;
	padding-bottom: 10px;
}

h4 {
	font-size:1.0em;
	font-weight:500;
	font-style: italic;
	padding-bottom: 10px;
}

p {
	padding-bottom: 20px;
	line-height: 140%;
}

.articleimg {
	float: right;
	}
	

#menuitems {
	list-style-type:square;
	padding: 0; margin: 0;
}

.enum {
	padding: 30px;
	padding-left: 50px;
	line-height: 150%;
	font-weight: bold;
}

#menuitems li {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border: none;
	margin: 20px;
	font-size: 80%;
	}
	
#menuitems li span{
	border-bottom: 2px solid #000;
}

#menuitems li a {
	border: none;
}

#menuitems * a:hover {
	border: none;
}

#pagewidth{ 
 width:960px; 
 text-align:left; 
 margin:0 auto; 
} 
 
#header{
 position:relative; 
 height:200px; 
 background: #080 url('../images/headerw.jpg') no-repeat;
 width:100%;
 display:block;
 overflow:hidden;
} 

.headdesc {
  font-family:"Palatino","Georgia","Baskerville",serif;
  margin-left: 220px;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: -15px;
  color: #fff;
  text-shadow: 1px 2px 5px #837978;
}


#login{
 height: 40px;
 background: #fff url('../images/shade.png') no-repeat top left;
 width:100%;
 display:block;
 overflow:hidden;
 text-align: right;
} 

#loginform{
 margin-left: 6px;
  margin-top: 5px;
  padding: 5px;
  display: inline;
  float: left;
}

.logininput{
	border-color:#000;
	border-width:3px;
border-style: none none dotted none;
 width: 100px;
  color: #666;
  margin-right: 20px;
} 

.loginitalic {
	 font-style: italic;
}

.logininput:hover{
 color: #000;
 font-style: normal;
  background-color: #ffe;
} 

.logininput:focus{
 color: #000;
 font-style: normal;
 background-color: #ffd;
} 



.loginsubmit {
	border: none;
	margin-right: 20px;
	height: 18px;
	width: 14px;
}

fieldset {
  padding: 1em;
  font:80% sans-serif;
  border: 1px solid #ccc;
  background: #fff url(../images/form_bg.png) top right no-repeat; 
  }

legend {
	font-weight: bold;
}
  
label {

  }
  
.submit {
	border: 1px solid #ccc;
	margin-right: 20px;
	background-color: #ccc;
}


 
#wrapper {
 background: #fff url('../images/shade.png') no-repeat top left;
}

#left{
 width:150px; 
 float:left; 
 position:relative; 
 padding: 40px 0px 20px 10px;
  }
 
#twocols{
 width:800px; 
 float:right; 
 position:relative; 
 padding-top: 20px;
  }
 
#right{
 width:120px; 
 float:right; 
 position:relative; 
 padding: 20px;
 padding-top: 20px;
 }
 
#main{
 background-color: #FFF;  
 float: left; 
  position: relative; 
 width:600px; 
 padding: 20px;
 }
 
 #mainmenucon{
 float: left; 
  position: relative; 
 width:100%; 
 border-top: 2px solid #ccc;
 border-bottom: 2px solid #ccc;
padding-bottom: 3px;
 }
 
  #mainmenu{
 text-align: center; 
 float: left; 
  position: relative; 
 width:100%; 
 margin-top:3px;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
 }
 
#footer{
 clear:both;
 display:block;
 overflow:none;
  border-top: 1px solid #ccc;
} 

#footerdiv {
	 margin-top:3px;
border-top: 2px solid #ccc;
 margin-bottom:8px;
 font: 80% sans-serif;
	}
 

 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.smalltext,
.smalltext:hover
 {
  font:80% sans-serif;
  font-weight: normal;
  text-align: left;
}
 
.mini,
.mini:hover,
.mini:visited {
	padding-left: 20px; 
	border: none; 
	font-size:80%; 
	color: #888;
}


.note,
.note:hover,
.note:visited {
	color: #f20;
	background: #fff url(../images/icon_alert.gif) bottom left no-repeat;
	min-height: 16px;
}

a span {
	display: none;
	text-decoration: none;
}

a:hover {
/** fix for IE6 popup bug.  nice one Microsoft! */
	overflow: hidden;
	text-decoration: none;
}

a:hover span {
	cursor: default;
	display: inline;
	border: 1px solid #000;
	position: absolute;
	background-color: #ffd;
	color: #000;
	width: 12em;
	padding: 5px;
	margin-left: -3em;
	margin-top: 1em;
	z-index: 9999;
	text-align: left;
		-moz-box-shadow: 3px 3px 4px #888;
		-webkit-box-shadow: 3px 3px 4px #888;
		box-shadow: 3px 3px 4px #888; 
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');

	-webkit-border-radius: 15px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topleft: 0;
	border-radius: 15px;
	border-top-left-radius: 0;
}

.rounded {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
}

.rightpanel  {
//position: relative;
font-family: arial, helvetica, sans-serif;
display: block;
width: 120px;
height: 188px;
margin: 0;
padding: 0;
   position: relative;
   width: 100%;

}

.rightpanel a:hover img {
visibility:hidden;
}

.rightpanel a:hover  {
background: none;
visibility: visible;
}

.rightpanel a {
color: #000000;
font-size: 11px;
width: 120px;
height: 188px;
display: block;
float: left;
color: black;
text-decoration: none;
position: relative;
border: none;
}

.rightpanel a img {
   position: relative;
   width: 100%;
width: 120px;
height: 188px;
border: none;
}

.rightpanel a i
{
position: absolute;
top: 35px;
left: 0px;
padding: 10px;
width: 100px;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.8);
} 

.rightpanel a:hover i {
background: none;
background: rgba(255, 255, 255, 0.5);
}

p.infobox {
border: 1px solid #AFD5FF;
background: #d9f5ff url(../images/info.png) center left no-repeat;
color: #004B5F;
padding: 10px 10px 10px 34px;
margin: 1.2em 1.2em;
width: 500px;
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
}

p.infobox b {
	font-weight: bold;
}
