<style type="text/css">
html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

body {
	font-size: 12px;
	font-family: Arial;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	color: #000;
}

body.contentpane {
	background: #000;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #3A1C40;
	outline: none;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}

input.button, .validate  {
	font-size: 10px;
	border: 1px solid #666;
	color: #3A1C40;
	background: #222;
}

.search input.button {
	text-align: right;
}

input.button:hover, .validate:hover  {
	
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

.inputbox {
	border: 1px solid #000;
	color: #000;
	padding: 2px;
	background: #fff;
}
.inputbox:hover {

}

hr {
  border: 0;
  width: 40%;
  color: #3A1C40;
  background-color: #3A1C40;
  height: 1px;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 0;
	background: #506787 top left repeat fixed;
}

div.center {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 756px;
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;

}

div.wrapper {
	margin: 0 auto;
	width: 756px;
	text-align: left;
	background: url(wrapper.jpg) top center repeat-y;
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
}

#header {
	height: 228px;
	background: url(bgheader.jpg) top center no-repeat;
	margin: 0 auto;
	width: 756px;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
}

.blog {
	font-size: 12px;
	font-family: Arial;
	line-height: 1.6em;

}

div.content {
	width: 700px;
	margin: 0 auto;
	padding: 0 42px 14px 14px;
	overflow: hidden;
	font-size: 12px;
	font-family: Arial;
	line-height: 1.6em;

}

.content_bottom {
	width: 756px;
	height: 24px;
	background: url(bottom.jpg) top center no-repeat;
}



#leftcolumn ,#rightcolumn {
	margin: 0;
	width: 125px;
	float: left;
	text-align: left;
	padding: 0 10px 0 0;
}

#maincolumn {
	float: left;
	width: 555px;
	font-size: 12px;
	font-family: Arial;
	line-height: 1.6em;
}

div.heading {
	font-size: 12px;
	font-family: Arial;
	line-height: 1.6em;
        font-weight: bold;        
}
.arrowlistmenu{
font-size: 11px;
font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;

}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
font-size: 11px;
font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
font-size: 11px;
font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
}

.arrowlistmenu ul li a{
color: #297596;
font-size: 11px;
font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
}

.arrowlistmenu ul li a:visited{
color: #297596;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #8ebaca;
background-color: #297596;
}

div.nopad {
        float: right;
	padding: 0;
}

div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}

#footer {
	margin: 0 auto;
	width: 650px;
	height: 50px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}

#footer p {
	height: 20px;
	text-align: right;
	padding: 10px 30px 0 0;
	color: #999;
}






<!--[if gte IE 5.5000]>

.shadowcss{
position: relative;
top: -5px;
left: -5px;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true');
}


<![endif]-->

<script type="text/javascript">

/***********************************************
* Pop-it Image script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/

function updownshadow(){
if (event.srcElement.effect=="popshadow"){
shadowobj=event.srcElement
if (event.type=="mousedown"){
shadowobj.filters[0].color=shadowobj.mousedowncolor
shadowobj.style.left=shadowobj.style.top=0
}
else if (event.type=="mouseout" && event.fromElement.effect=="popshadow" || event.type=="mouseup"){
shadowobj.filters[0].color=shadowobj.mouseupcolor
shadowobj.style.left=shadowobj.style.top=shadowobj.filters[0].OffX*(-1)
}
}
}

if (document.attachEvent){
document.attachEvent("onmousedown", updownshadow)
document.attachEvent("onmouseup", updownshadow)
document.attachEvent("onmouseout", updownshadow)
}


</script>

















</style>
