

p img { 
padding: 0px 0px 10px 10px;
border:0px;
}

hr {
border:1px dotted #c0c0c0;
}


#pagewidth{ 
width: expression(document.body.clientWidth < 622? "620px" : document.body.clientWidth > 1024? "1022px" : "auto");
max-width:1024px;  
min-width:620px;
background:#ffffff;
background-color:#FFFFFF;
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
}
h1font-family:Georgia, "Times New Roman", Times, serif;
font-size:120%;
font-weight:bold;
}
h2
{ 
font-size:115%;
font-weight:bold;
}
hr {margin-bottom:20px;}

.created
{ font-family: Arial, Helvetica, sans-serif;
font-size: 70% ;
color: #990033;
}
.readmore
background-color:#eeeeee;
}
.imagepadding
{
	padding-right: 6px;
	list-style-type: circle;
	padding-left: 6px;
}

.panelbevel {
padding: 2px;
background-color: #666666;
	border-width: 4px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-color: #666666;
}
.bluegradient
{ background-image:url(../images/bluegradient.jpg); background-repeat:repeat-x ;
}

.blueruler
{ background-color: #333366; background-repeat:repeat-x ; line-height: 4px;
}
.rightimage
{
border-top-width: 0pt;
border-right-width-value: 0pt;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 0pt;
border-left-width-value: 0pt;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: none;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: none;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: -moz-use-text-color;
border-right-color-value: -moz-use-text-color;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: -moz-use-text-color;
border-left-color-value: -moz-use-text-color;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
}
.rightimage1 {border-top-width: 0pt;
border-right-width-value: 0pt;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 0pt;
border-left-width-value: 0pt;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: none;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: none;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: -moz-use-text-color;
border-right-color-value: -moz-use-text-color;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: -moz-use-text-color;
border-left-color-value: -moz-use-text-color;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
}

/* =Menu
-------------------------------------------------------------- */

#access ul, li {

	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;

}
#access {
	background: #c4c3e0;
	margin: 0 auto;
	width: 100%;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 13px;

}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;

}
#access a {
	display:block;
	text-decoration:none;
        font-weight:bold;
	color:#000;
	padding:0 25px;
	line-height:38px;
        
}
#access ul ul {
        background: #c4c3e0;
        border-top:1px solid #fff;
	display:none;
	position:absolute;
	top:38px;

	float:left;
	

	z-index: 99999;
}
#access ul ul li {
	width: 180px;	
background: #c4c3e0;

        

}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {

	height:auto;
	line-height:1em;
	padding:10px;
border-bottom:1px solid #fff;

}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333366;
}

#access ul li {
border-right:3px solid #fff;
}
#access ul li:hover > ul {
	display:block;

}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
